.lb{
    position: absolute;
    top:-70px;
    left:0;
    width: 19.75em;
    height:32em;
    display: block;
}
.paty1{
    padding: 4.2em 0 3.25em;
}
 .title-box{
    line-height: 29px;
    /* height: 61px;     */
    padding-bottom: 21px;
    border-bottom:2px solid #cccccc;
}
 .title-box .cn{
    font-size: 1.8em;
    color: #1a1a1a;
}
 .title-box .en{
    font-size: 1.5em;
    color: #e5e5e5;
}
.paty1 .left{
    width:59.7%;
}
.paty1 .left .doc{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    height: 120px;
    margin:2.15em 0 24px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}
.paty1 .left .server{
    border-top:1px dashed #cccccc;
    padding: 1.5em 0 2.15em;
    overflow: hidden;
}
.paty1 .left .server .box{
    font-size: 24px;
    color: #333333;
    line-height: 80px;
    height: 80px;
    text-align: center;
    width: 50%;
    float: left;
}
.paty1 .left .server .box:nth-of-type(1){
    border-right:1px solid #e6e6e6;
}
.paty1 .left .server .box img{
    width: 55px;
    height: 55px;
    display: inline-block;
    margin-right: 32px;
}
.paty1 .left .more1{
    width: 65px;
    height: 15px;
    background: url(/Img/images/arrow05.png) no-repeat center left;
    background-size: contain;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

}
.paty1 .left .more1:hover{
    width: 105px;
    background: url(/Img/images/arrow05-1.png) no-repeat center left;
    background-size: contain;
}
.paty1 .right{
    width: 31.4%;
}
.paty1 .video{
    margin-top: 2.4em;
    width: 97.7%;
    height: 12.75em;
    margin-left: 8px;
}
.paty1 .video .videobg{
    width: 100%;
    height: 12.75em;
    position: relative;
    background: no-repeat center center;
}
.paty1 .video .play{
    width:4em;
    height:4em;
    position: absolute;
    left:50%;
    top:50%;
    margin-top: -2em;
    margin-left:-2em;
    cursor: pointer; 
    transition: 0.3s linear;
}
.paty1 .video .play:hover{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.paty1 .video .tab{
    width: 86%;
    height: 3.6em;
    line-height: 3.6em;
    background: #d41900;
    margin: -23px auto 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 0 20px 0 73px;
    overflow: hidden;
}
.paty1 .video .tab::after{
    content: '';
    width: 48px;
    height: 1px;
    background: #fff;
    position: absolute;
    left:40px;
    top:50%;
    transform: translateX(-50%);
}

.video-box {
    width: 45em;
    height: 30em;
    margin: 0 auto;
}


.paty2{
    height: 24em;
    margin-bottom: 3.2em;
    background: #333333;
}
.paty2 .list{
    overflow: hidden;
    height: 24em;
}
.paty2 .list li{
    width:19%;
    /* width: 18.6em;
    width: 365px; */
    height: 24em;
    float: left;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ffffff;
    transition: all 0.5s ;
    -webkit-transition: all 0.5s ;
    background:  no-repeat center center;
}

.paty2 .list li:last-child{
    border-right: none;
}
.paty2 .list li.on{
    width:43%;
    background-image: url(/Img/images/index-bg01.jpg) !important;
}
.paty2 .list li a{
    display: block;
    position: relative;
    height: 100%;
}

.paty2 .list .wordinfo{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 7;
}
.paty2 .list .icon{
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}
.paty2 .list .tit{
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 100%;
    color: #fefefe;
    font-size: 24px;
}
.paty2 .list .righttxt{
    display: none;
}
.paty2 .list li.on .righttxt{
    display: block;
}
.paty2 .list .doc{
    font-size: 18px;
    color: #fefefe;
    line-height: 36px;
    height:144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.paty2 .viewinfo{
    width: 135px;
    height: 40px;
    line-height: 40px;
    float: right;
    border: 1px solid #fafafa;
    text-align: center;
    font-size: 16px;
    color: #fafafa;
    margin-top: 3em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
}
.paty2 .viewinfo .arrow {
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(/Img/images/arrow01-1.png) no-repeat center center;
    background-size: 15px auto;
}
.paty2 .viewinfo::before{
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left:0;
    top:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: -6;
}
.paty2 .viewinfo:hover{
    color:#212121;
}
.paty2 .viewinfo:hover::before{
    width: 100%;
}
.paty2 .viewinfo:hover .arrow{
    background: url(/Img/images/arrow01.png) no-repeat center center;
    background-size: 15px auto;
}
.paty2 .list li.on .wordinfo{
    width: 75%;
    right:0;
    margin: 0 auto;
}
.paty2 .list li.on .tb{
    width: 20%;
    float: left;
    margin-top: 26px;
    position: relative;
}
.paty2 .list li.on .tb::after{
    content: '';
    width: 1px;
    height: 8em;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    right: -28%;
    top: -26px;
}
.paty2 .list li.on .righttxt{
    float: right;
    width: 67%;
}
@media screen and (max-width: 1600px) {
    .paty2 .list li,
    .paty2 .list,
    .paty2{
        height: 20em;
    }
    .paty2 .list li.on .wordinfo {
        width: 88%;
    }
    .paty2 .list li.on .tb {
        width: 24%;
    }
    .paty2 .list li.on .righttxt {
        width: 68%;
    }
    .paty2 .list .doc {
        font-size: 16px;
    }
    .paty2 .list li.on .tb::after{
        right: -11%;
    }
}


.paty3{
    margin-bottom: 4.1em;
}
.paty3 .left{
    width: 77.4%;
}
.paty3 .left .title-box{
    border-bottom:none;
}
.paty3 .left .lr{
    height: 22px;
    line-height: 22px;
}


.paty3 .left .ld{
    color: #333333;
    font-size: 18px;
    padding: 0 16px;
    width:120px;
    position: relative;
    display: block;
}
.paty3 .left .ld .num{
    text-align: center;
}
.paty3 .left .ld span{
    width: 15px;
    height: 15px;
    cursor: pointer;
    /* margin: 0 10px; */
}
.paty3 .left .arrow{
    position: absolute;
    top:0;
    width: 15px;
    height: 20px;
    cursor: pointer;
}
.paty3 .left .arrow1{
    left:0;
    background: url(/Img/images/arrow06.png) no-repeat left center;
}
.paty3 .left .arrow2{
    right:0;
    background: url(/Img/images/arrow07.png) no-repeat right center;
}
.list-wrap{
    position: relative;
}
.left-wrap .bd {
    position: relative;
    padding-top: 80px;
    top: -80px;
    overflow: hidden;
    width: 100%;
    margin-bottom: -80px;
}
.news-banner{
    width: 45.6%;
    height: 17.5em;
    position: relative;
    float: left;
    overflow: hidden;
}
.news-banner .banbg{
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}
.news-banner .btxt{
    height:40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    font-size: 18px;
    color: #f8f8f8;
    padding:0 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-banner .btxt h5{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 85%;
    padding-left: 12px;
    position: relative;
}
.news-banner .btxt h5::after{
    content: '';
    width: 2px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -10px;
}
.news-banner .ban-hd{
   text-align: right;
   position: absolute;
   z-index: 20;
   padding-right: 10px;
   left: 70%;
    width: 30%;
}
.news-banner .swiper-pagination-bullet{
    background: #f7f7f7;
    opacity: 0.5;
    cursor: pointer;
}

.news-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.paty3 .bot-bd {
    float: right;
    width: 52.5%;
    overflow: hidden;
    height: 17.5em;
}
.newsbd .list-box{
    background: #fafafa;
    margin-bottom: 10px;
    overflow: hidden;
    height: 5.5em;
    padding: 14px 44px 13px 16px;
}
.newsbd .list-box .date{
    font-family: Arial;
    font-style: normal;
    text-align: center;
    color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.newsbd .list-box .day {
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    width: 50px;
    margin: 0 auto 5px;
    display: block;
}
.newsbd .list-box .year{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.newsbd .list-box .cont{
    width: 83%;
}
.newsbd .list-box .tit{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}
.newsbd .list-box  .doc{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 46px;
    overflow: hidden;
}
.newsbd .list-box:hover .tit{
    color: #b81c22;
    cursor: pointer;
}

.paty3 .right{
    width: 20%;
    background: url(/Img/images/line.png) no-repeat left bottom;
    padding: 0 28px 0 2em;
}
@media screen and (max-width: 1920px) {
  .paty3 .right{
    width: 21%;
    background: url(/Img/images/line.png) no-repeat left bottom;
    padding: 0 28px 0 2em;
}
}
@media screen and (max-width: 2180px) {
  .paty3 .right{
    width: 21%;
    background: url(/Img/images/line.png) no-repeat left bottom;
    padding: 0 28px 0 2em;
}
}
@media screen and (max-width: 2560px) {
  .paty3 .right{
    width: 21%;
    background: url(/Img/images/line.png) no-repeat left bottom;
    padding: 0 28px 0 2em;
}
}
.paty3 .ting{
    width: 2.75em;
    height: 3em;
    margin: 0 auto;
    display: block;
}
.paty3 .title1{
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-top: 17px;   
}
.paty3 .line{
    width: 44px;
    height: 1px;
    background: #b3b3b3;
    margin: 15px auto 17px;
}
.paty3 .item{
    font-size: 14px;
    color: #333333;
    height: 30px;
    line-height: 30px;
}
.paty3 .item span{
    display: block;
    overflow: hidden;
    float: left;
    height: 30px;
}
.paty3 .item span:nth-child(1){
    width: auto;
}
.paty3 .item span:nth-child(2){
    width: auto;
}
.paty3 .code{
    width: 7.75em;
    height: 7.75em;
    margin: 1.5em auto 0;
    display: block;
}
@media screen and (max-width: 1600px) {
    .paty3 .right{
        width: 20%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 1400px) {
    .newsbd .list-box{
        padding: 14px 20px 13px 16px;
    }
    .newsbd .list-box .cont {
        width: 77%;
    }
    .paty3 .right{
        padding: 0 10px 0 20px;
        width: 21%;
    }
    .paty3 .item{
        font-size: 12px;
    }
    .paty3 .code{
        margin: 0.5em auto 0;
    }
    .paty2 .list .tit{
        font-size: 21px;
    }
}
