body{
    background-color: #fafafa;
}
.news{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding:60px 0;
}
.news_left{
    width:240px;
    height:auto;
    overflow: hidden;
    float: left;
}
.news_left_header{
    width:100%;
    height:100px;
    background-color: #ff5368;
}
.news_left_title{
    font-size:24px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    padding-top:30px;
}
.news_left_subtitle{
    font-size:14px;
    color:rgba(255,255,255,0.5);
    text-align: center;
}
.news_left_nav{
    width:238px;
    height:auto;
    overflow: hidden;
    border:1px solid #eee;
    background-color: #fff;
}
.news_nav_item{
    width:100%;
    height:43px;
    border-bottom:1px dashed #eee;
    background: url("../images/left_jt.png")no-repeat 210px center;
    cursor: pointer;
}
.news_nav_item a{
    display: block;
    width:100%;
    height:100%;
}
.news_nav_item span{
    font-size:16px;
    color:#333;
    line-height: 43px;
    padding-left:20px;
}
.news_nav_item:last-child{
    border-bottom: none;
}
.news_nav_item.active{
    border-bottom:none;
    background: #ff5368 url("../images/left_jt2.png")no-repeat 210px center/7px 14px;
}
.news_nav_item.active span{
    color:#fff;
}
.news_left_footer{
    width:100%;
    height:100px;
    background-color: #ff5368;
}
.news_left_footer_title{
    font-size: 20px;
    color:#fff;
    text-align: center;
    padding-top:22px;
}
.news_left_footer_subtitle{
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    padding-top:8px;
}
.news_right{
    width:928px;
    height:auto;
    overflow: hidden;
    float: right;
}
.news_right_header{
    width:100%;
    height:50px;
    border-bottom: 1px solid #ff5368;
}
.news_right_title{
    font-size:20px;
    font-weight: bold;
    line-height: 50px;
    color: #ff5368;
}
.current a{
    font-size:14px;
    color:#999;
}
.news_con_list{
    padding-top:30px;
    /* padding-bottom:50px; */
    width:100%;
    height:auto;
    overflow: hidden;
}
#pagination {
    width:450px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.news_con_item{
    width:296px;
    height:auto;
    overflow: hidden;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}
.news_con_item:nth-of-type(3n){
    margin-right:0;
}
.news_video_box{
    width:100%;
    height:166px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.news_video_box img{
    width:100%;
    height:100%;
}
.video_mask{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_mask img{
    width:84px;
    height:84px;
}
.news_title{
    font-size: 16px;
    color:#333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 55px;
}
.news_header{
    width:100%;
    height: auto;
    overflow: hidden;
    padding-bottom:30px;
    border-bottom:1px dashed #ddd;
}
.news_header_title{
    font-size:24px;
    color:#333;
    text-align: center;
}
.news_header_subtitle{
    text-align: center;
    font-size:14px;
    color:#666;
    padding-top:20px;
}
.news_con_list_con{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:30px;
    padding-bottom:60px;
    border-bottom: 1px dashed #ddd;
}
.news_con_list_con video{
    width:100%;
    height:520px;
}
.news_turn{
    padding-top:20px;
}
.news_turn a{
    font-size:14px;
    color:#666;
}
.news_con_list.detail{
    padding-bottom:0;
}

.news_item{
    width:100%;
    height:100px;
    padding-bottom:30px;
    border-bottom:1px dashed #dddddd;
    margin-bottom:30px;
}
.news_item:nth-of-type(2n){
    margin-right:0;
}
.news_item:nth-child(3){
    margin-bottom:0;
    border-bottom: none;
}
.news_item:nth-child(4){
    margin-bottom:0;
    border-bottom: none;
}
.news_item_pic img{
    width:160px;
    height:100px;
    float: left;
}
.news_item_con{
    float:left;
    width:81%;
    height:auto;
    overflow: hidden;
    padding-left: 15px;
}
.news_item_title{
    font-size:16px;
    color:#333;
    line-height: 1.6;
}
.news_item_txt{
    font-size:14px;
    color:#666;
    line-height: 1.6;
    padding-top:22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_con_list_con p{
    font-size:14px;
    color:#666;
    line-height: 1.6;
}

/*  新闻弹窗 */
.news_video_mask{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    display:flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.news_video_mask.active{
    display: flex;
}
.news_mask_main{
    /*width:1120px;*/
    /*height:600px;*/
    padding:40px;
    background: #fff;
    border-radius:12px;
    position: relative;
}
.close{
    width:40px;
    height:40px;
    position: absolute;
    top:-17px;
    right:-63px;
    cursor: pointer;
}
.news_mask_main_video{
    width:100%;
    height:100%;
}
.news_mask_main_video video{
    width:100%;
    height:100%;
}