/*
    @email: 2474219861@qq.com;
    @作者: 史工;
    @公司: 云开门网络信息有限公司;
*/
@import url('common.css');
.news-content .news-list-main .l {
    width: 750px;
}
.news-content .news-list-main .r {
    width: calc(100% - 750px);
    padding-left: 30px;
}
.news-content .news-list-main .co1-box {
    margin-top: 30px;
    margin-bottom: 40px;
}
.news-content .news-list-main .co1-box .l .l-list ul li {
    padding-bottom: 20px;
    border-bottom: 2px dotted #e0e0e0;
    margin-top: 0;
    margin-bottom: 20px;
}
.news-content .news-list-main .co1-box .l .l-list ul li .img {
    width: 295px;
}
.news-content .news-list-main .co1-box .l .l-list ul li .text {
    width: calc( 100% - 295px);
    padding: 5px 0;
    padding-left: 25px;
}
.news-content .news-list-main .co1-box .l .l-list ul li .text .tit {
    color: #333333;
    font-size: 18px;
    transition: 0.3s ease;
}
.news-content .news-list-main .co1-box .l .l-list ul li .text .time {
    padding: 20px 0;
    color: #999999;
}
.news-content .news-list-main .co1-box .l .l-list ul li .text .txt {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.news-content .news-list-main .co1-box .l .l-list ul li:hover .text .tit {
    color: #0049a1;
}
.news-content .news-list-main .co1-box .l .l-list ul li:last-child {
    margin-bottom: 0;
}
.news-content .news-list-main .co1-box .r .r-list ul li {
    margin-bottom: 30px;
}
.news-content .news-list-main .co1-box .r .r-list ul li a * {
    transition: 0.1s ease;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .num {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #e6e6e6;
    justify-content: center;
    color: #999999;
    position: relative;
    overflow: hidden;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .num .day {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .num .time {
    font-size: 13px;
    position: relative;
    z-index: 2;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .num::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0049a1;
    border-radius: 5px;
    transform: rotateY(90deg);
    transition: 0.4s ease;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .text {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .text .tit {
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
}
.news-content .news-list-main .co1-box .r .r-list ul li a .text .txt {
    color: #666666;
    font-size: 14px;
}
.news-content .news-list-main .co1-box .r .r-list ul li:hover .num {
    color: #fff;
}
.news-content .news-list-main .co1-box .r .r-list ul li:hover .num::after {
    transform: rotateY(0deg);
}
.news-content .news-list-main .co1-box .r .r-list ul li:hover .text .tit {
    color: #0049a1;
}
.news-content .news-list-main .co1-box .r .r-list ul li:last-child {
    margin-bottom: 0;
}
.news-content .news-list-main .co2-box {
    margin-bottom: 45px;
}
.news-content .news-list-main .co2-box .l .l-list ul li:first-child {
    padding-bottom: 20px;
    border-bottom: 2px dotted #e0e0e0;
    margin-top: 0;
}
.news-content .news-list-main .co2-box .l .l-list ul li:first-child .img {
    width: 250px;
}
.news-content .news-list-main .co2-box .l .l-list ul li:first-child .text {
    width: calc( 100% - 250px);
    padding: 5px 0;
    padding-left: 25px;
}
.news-content .news-list-main .co2-box .l .l-list ul li:first-child .text .tit {
    color: #333333;
    font-size: 18px;
    transition: 0.3s ease;
}
.news-content .news-list-main .co2-box .l .l-list ul li:first-child .text .time {
    padding: 20px 0;
    color: #999999;
}
.news-content .news-list-main .co2-box .l .l-list ul li:first-child .text .txt {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.news-content .news-list-main .co2-box .l .l-list ul li {
    margin-top: 12px;
}
.news-content .news-list-main .co2-box .l .l-list ul li .tit2 {
    padding-left: 13px;
    color: #666666;
    position: relative;
    transition: 0.3s ease;
    width: calc(100% - 90px);
}
.news-content .news-list-main .co2-box .l .l-list ul li .tit2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #bfbfbf;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.news-content .news-list-main .co2-box .l .l-list ul li .time {
    font-size: 14px;
    color: #999999;
}
.news-content .news-list-main .co2-box .l .l-list ul li:hover .text .tit {
    color: #0049a1;
}
.news-content .news-list-main .co2-box .l .l-list ul li:hover .tit2 {
    color: #0049a1;
    transform: translateX(5px);
}
.news-content .news-list-main .co2-box .r .r-list ul li {
    margin-bottom: 30px;
}
.news-content .news-list-main .co2-box .r .r-list ul li a * {
    transition: 0.1s ease;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .num {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #e6e6e6;
    justify-content: center;
    color: #999999;
    position: relative;
    overflow: hidden;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .num .day {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .num .time {
    font-size: 13px;
    position: relative;
    z-index: 2;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .num::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0049a1;
    border-radius: 5px;
    transform: rotateY(90deg);
    transition: 0.4s ease;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .text {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .text .tit {
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
}
.news-content .news-list-main .co2-box .r .r-list ul li a .text .txt {
    color: #666666;
    font-size: 14px;
}
.news-content .news-list-main .co2-box .r .r-list ul li:hover .num {
    color: #fff;
}
.news-content .news-list-main .co2-box .r .r-list ul li:hover .num::after {
    transform: rotateY(0deg);
}
.news-content .news-list-main .co2-box .r .r-list ul li:hover .text .tit {
    color: #0049a1;
}
.news-content .news-list-main .co2-box .r .r-list ul li:last-child {
    margin-bottom: 0;
}
.news-content .news-nav {
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.news-content .news-nav .nav-list ul li a {
    padding: 20px 0;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-left: 40px;
    transition: 0.3s ease;
    position: relative;
}
.news-content .news-nav .nav-list ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: #0049a1;
    transition: 0.3s ease;
}
.news-content .news-nav .nav-list ul li:hover a,
.news-content .news-nav .nav-list ul li.active a {
    color: #0049a1;
}
.news-content .news-nav .nav-list ul li:hover a::after,
.news-content .news-nav .nav-list ul li.active a::after {
    width: 120%;
}
.news-content .news-type-main {
    background: #f5f5f5;
    padding-bottom: 40px;
}
.news-content .news-type-main .w ul li {
    padding-top: 30px;
}
.news-content .news-type-main .w ul li * {
    transition: 0.3s ease;
}
.news-content .news-type-main .w ul li a {
    padding: 25px;
    background: #fff;
}
.news-content .news-type-main .w ul li a .img {
    width: 300px;
}
.news-content .news-type-main .w ul li a .text {
    padding-top: 18px;
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 70px;
}
.news-content .news-type-main .w ul li a .text .tit {
    color: #333333;
    font-size: 17px;
    margin-bottom: 30px;
}
.news-content .news-type-main .w ul li a .text .txt {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.news-content .news-type-main .w ul li a .time {
    padding-top: 18px;
}
.news-content .news-type-main .w ul li a .time .date {
    font-size: 31px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 5px;
}
.news-content .news-type-main .w ul li a .time .year {
    color: #999999;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}
.news-content .news-type-main .w ul li a .time .i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.news-content .news-type-main .w ul li a .time .i i {
    color: #999999;
    font-size: 12px;
}
.news-content .news-type-main .w ul li:hover a .text .tit {
    color: #0049a1;
}
.news-content .news-type-main .w ul li:hover a .time .date {
    color: #0049a1;
}
.news-content .news-type-main .w ul li:hover a .time .year {
    color: #0049a1;
}
.news-content .news-type-main .w ul li:hover a .time .i {
    border: 1px solid #0049a1;
}
.news-content .news-type-main .w ul li:hover a .time .i i {
    color: #0049a1;
}
.news-content .news-type2-main {
    background: #f5f5f5;
    padding-bottom: 40px;
}
.news-content .news-type2-main .w ul li {
    padding-top: 30px;
}
.news-content .news-type2-main .w ul li a {
    width: 100%;
}
.news-content .news-type2-main .w ul li a .num {
    width: 135px;
    height: 135px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    position: relative;
}
.news-content .news-type2-main .w ul li a .num .day {
    color: #666666;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.news-content .news-type2-main .w ul li a .num .time {
    font-size: 18px;
    color: #999999;
    position: relative;
    z-index: 2;
}
.news-content .news-type2-main .w ul li a .num::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0049a1;
    border-radius: 5px;
    transform: rotateY(90deg);
    transition: 0.4s ease;
}
.news-content .news-type2-main .w ul li a .text {
    width: calc(100% - 150px);
    height: 135px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding: 35px;
}
.news-content .news-type2-main .w ul li a .text .tit {
    color: #333333;
    font-size: 17px;
    margin-bottom: 15px;
}
.news-content .news-type2-main .w ul li a .text .txt {
    color: #666666;
}
.news-content .news-type2-main .w ul li:hover a .num .day {
    color: #fff;
}
.news-content .news-type2-main .w ul li:hover a .num .time {
    color: #fff;
}
.news-content .news-type2-main .w ul li:hover a .num::after {
    transform: rotateY(0deg);
}
.news-content .news-type2-main .w ul li:hover a .text .tit {
    color: #0049a1;
}
.news-content .news-show-content {
    background: #f5f5f5;
    padding: 30px 0;
}
.news-content .news-show-content .w {
    padding-top: 70px;
    background: #fff;
}
.news-content .news-show-content .w .show-top {
    padding-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.news-content .news-show-content .w .show-top .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.news-content .news-show-content .w .show-top .label-list {
    justify-content: center;
}
.news-content .news-show-content .w .show-top .label-list .txt {
    padding: 0 10px;
    color: #999999;
}
.news-content .news-show-content .w .show-main {
    padding: 35px 30px;
}
.news-content .news-show-content .w .show-main .rich {
    line-height: 30px;
    color: #666666;
}
.news-content .news-show-content .w .show-main .btn {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #eeeeee;
}
.news-content .news-show-content .w .show-main .btn .l {
    margin-bottom: 20px;
}
.news-content .news-show-content .w .show-main .btn * {
    color: #666666;
    transition: 0.3s ease;
    font-size: 16px;
}
.news-content .news-show-content .w .show-main .btn a {
    display: inline-block;
}
.news-content .news-show-content .w .show-main .l:hover *,
.news-content .news-show-content .w .show-main .r:hover * {
    color: #0049a1;
}
.news-content .news-show-content .w .show-main .l:hover a,
.news-content .news-show-content .w .show-main .r:hover a {
    transform: translateX(5px);
}
