/*顶部下压广告*/
.top_ad {width:100%;margin:0px auto;height:0px;overflow:hidden;}
.top_ad img {width:100%;max-height:400px;height:400px;}
/*左右对联广告*/
.float_ad_img {width:132px;}
/*三联广告*/
.sanlian_ad {
	margin-bottom:20px;
	display: flex;
}
.sanlian_ad img {
	width:420px;
	height:80px;
} 
.sanlian_ad a:first-child{
	margin-right:10px;
}
.sanlian_ad a:last-child{
	margin-left:10px;
}
.main{

}
.toutiao{
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.toutiao .title{
    text-align: center;
}
.toutiao .title a{
    padding: 25px 0;
    display: inline-block;
    color: #e30e13;
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
	font-family: "Microsoft YaHei";
}
.toutiao .gdbb_box{
    padding: 0 20px;
    background: #fff;
    height: 60px;
	overflow:hidden;
}
.toutiao .gdbb_box .gdbb {
    width: 75px;
    height: 60px;
    background: url("/resource/img/szyw_b.png") no-repeat center center;
}
.toutiao .gdbb_box .gdbb_con {
    width: 1240px;
    height: 60px;
}
.txtMarquee-left {
    width: 1240px;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.txtMarquee-left .bd {
    /*float: right;*/
    width: 1240px;
    overflow: hidden;
}
.txtMarquee-left li {
    /*width: 500px;*/
    margin-right: 40px;
    box-sizing: border-box;
    line-height: 60px;
    float: left;
    text-align: left;
    font-size:16px;
    _display: inline;
}
.txtMarquee-left li a{
    color: #002fa6;
}
.txtMarquee-left li span{
    font-style: italic;
    color: #c70c11;
    margin-right:3px;
}
/*广告*/
.gg_box{
    height: 80px;
    margin-bottom: 10px;
}
.gg_box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gg_box a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* hot */
.hotBox{
    background: #fff;
    margin-bottom: 20px;
}
.hotBox .hot{
    padding: 0 20px;
    width: 1060px;
}
.hotBox .title{
    text-align: center;
}
.hotBox .title a{
    padding: 35px 0;
    display: inline-block;
    color: #e30e13;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
	font-family: "Microsoft YaHei";
}
.hotBox .hot_r_block{
    position: relative;
    margin: 15px 20px 15px 0;
    width: 140px;
    height: 92px;
    overflow: hidden;
}

.hotBox .hot_r_block .hot_r li{
    float: left;
    width:60px;
    height:92px;    
    margin-left: 10px;
	font-size:12px;
	text-align:center;
}
.hotBox .hot_r_block img {
    width: 60px;
    height:76px;
    vertical-align: bottom;
}
/*轮播图片*/
.piclb_box{
    width: 860px;
    height: 480px;
}
.piclb_box .lunboBox{
    /*margin-top: 20px;*/
    position: relative;
    overflow: hidden;
    width: 860px;
    height: 480px;
}
.piclb_box .lunboBox .hd{
	display:none;
    position: absolute;
    right: 40px;
    bottom: 15px;
    z-index: 1;
}
.piclb_box .lunboBox .hd li{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin-left: 5px;
}
.piclb_box .lunboBox .hd li.on{
    position: relative;
    width: 24px;
    /*background: #00a0e9;*/
}
.piclb_box .lunboBox .hd li.on::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #00a0e9;
    animation: intrduceImgLunbo 5s linear !important;
}

@keyframes intrduceImgLunbo {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }

}
.piclb_box .lunboBox .bd {
    height: 100%;
}
.piclb_box .lunboBox .bd li {
    position: relative;
}
.piclb_box .lunboBox .bd li p {
    position:absolute;
	left:0px;
	bottom:0px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 21px;
    font-weight: 500;
    text-align: center;
	line-height: 40px;
	padding:20px 0px;
	width: 100%;
    color: #fff;
}

.piclb_box .lunboBox img {
    width: 860px;
    height: 480px;
    vertical-align: bottom;
}

.piclb_box .lunboBox .bd .prev,
.piclb_box .lunboBox .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    cursor: pointer;
    width: 15px;
    height: 21px;
    background: url("/resource/img/prev1.png") center center no-repeat;
    background-size: contain;
}
.piclb_box .lunboBox .bd .prev{
    left: 20px;
}
.piclb_box .lunboBox .bd .next{
    background: url("/resource/img/next1.png") center center no-repeat;
    right: 20px;
}
.piclb_box .lunboBox .bd .piclb_num
{
	position: absolute;
    left: 50px;
    bottom: 22px;
    color: #fff;
    font-size: 24px;	
}
/*新闻列表*/
.xwlb_box{

    background: #fff;
    width: 400px;
    height: 480px;
}
.xwlb_box .list_box li{
    display: table;
    padding: 10px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.xwlb_box .list_box li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color:#333;
    box-sizing: border-box;
}
.xwlb_box .list_box li:first-child a{
	font-size: 20px;
	font-weight:bold;	
}
.xwlb_box .list_box li:hover{
    background: #e60012;
}
.xwlb_box .list_box li:hover a{
    color:#fff;
}
.xwlb_box .list_box li:last-child{
    border-bottom:none;
}
/*公共tit标题*/
.tit{
    width: 100%;
    border-bottom: 1px solid #eee;
	margin-top:5px;
}
.tit a{
    display: inline-block;
    width: 96px;
    height: 40px;
    color: #e60012;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 3px solid #e60012;
}
.tit .more a{
    float: right;
    display: inline-block;
    width: 40px;
    height: 50px;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    font-weight: normal;
    border-bottom: none;
}
.tit .more:hover a{
    color: #e60012;
}

/*box_sep2*/
.box_sep2{
    margin-top: 25px;
}
.box_sep2_l{
    width: 860px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 676px;
}
.box_sep2_r{
    width:400px;
    background: #fff;
    box-sizing: border-box;
    padding-right: 20px;
    min-height: 650px;
}
/*视频*/
.shipin_tit{
    width: 100%;
    border-bottom: 1px solid #eee;
	margin-top:5px;
}
.shipin_tit .shipin_tit_l{
    display: inline-block;
    width: 87px;
    height: 40px;
    color: #333;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 3px solid #fff;
	margin-right: 20px;
}
.shipin_tit .on {
	color: #e60012;
    font-weight: bold;
	border-bottom: 3px solid #e60012;
}
.shipin_tit .shipin_tit_r{
	float:right;
	margin-top: 6px;	
}
.shipin_tit .shipin_tit_r img {border-radius: 10px;}
.shipin_box,
.zhuanti_box{
    width: 100%;
    overflow: hidden;
}
.sp_box_con ul,
.zt_box_con ul{
    width: 100%;
    font-size: 0;
}
.sp_box_con ul li{
    display: inline-block;
    width: 245px;
    margin-right: 37px;
}
.zt_box_con ul li{
    display: inline-block;
    width: 250px;
    margin-right: 37px;
}
.sp_box_con ul li:nth-child(3n){
    margin-right: 0;
}
.sp_box_con ul li .img_box{
    position: relative;
    width: 250px;
    height: 150px;
    overflow: hidden;
}
.sp_box_con ul li .img_box img{
    width: 250px;
    height: 150px;
}
.sp_box_con ul li:hover .img_box img{
    transform: scale(1.05);
    transition: 0.2s;
}
.sp_box_con ul li .img_box span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:27px;
    height:35px;
    background: url("/resource/img/video_icon.png") no-repeat center center;
}
.sp_box_con ul li .tit_box{
    width: 245px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    box-sizing: content-box;
}
.sp_box_con ul li .tit_box p{
    color: #828282;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;;
}
.sp_box_con ul li:hover .tit_box p{
    color:#ee1c25;
}


/*专题*/
.zt_box_con .bd{
    position: relative;
}
.zt_box_con .bd ul li .img_box{
    width: 250px;
    height: 111px;
    overflow: hidden;
}
.zt_box_con .bd ul li:hover .img_box img{
    transform: scale(1.05);
    transition: 0.2s;
}
.zt_box_con .bd img{
    width: 250px;
    height: 111px;
}
.zt_box_con .bd .prev,
.zt_box_con .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 10px;
    height: 26px;
    background: url("/resource/img/left_arrow1.png") center center no-repeat;
    opacity: 0.9;
    background-size: contain;
}
.zt_box_con .bd .prev{
    left: 7px;
}
.zt_box_con .bd .next{
    background: url("/resource/img/right_arrow1.png") center center no-repeat;
    right: 7px;
}

/*本地视频*/
.bdxw_box .bdxw_box_con ul li{
    width: 100%;
    font-size: 16px;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-left: 10px;
}
.bdxw_box .bdxw_box_con ul li:last-child{
    border-bottom: none;
}
.bdxw_box .bdxw_box_con ul li a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;;
}
.bdxw_box .bdxw_box_con ul li:first-child a{
	font-size: 20px;
	font-weight:bold;	
}

/*box_sep3*/
.box_sep3{
    background: #fff;
    padding: 0 20px;
}
.box_sep3_l {width:810px;}
.box_sep3_con{
    width: 380px;
    margin-right: 50px;
}
.box_sep3_con:last-child{
    margin-right: 0;
}
/*区县*/
.quxian_box{
    width: 100%;
    /*height: 390px;*/
}
.quxian_tit{
    width: 100%;
    border-bottom: 1px solid #eee;
	margin-top:5px;
}
.quxian_tit a{
    display: inline-block;
    width: 43px;
    height: 40px;
    color: #333;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 3px solid #fff;
	margin-right: 40px;
}
.quxian_tit .on {
	color: #e60012;	
    font-weight: bold;
	border-bottom: 3px solid #e60012;
}
.quxian_tit .quxian_tit_r{
	float:right;
	margin-top: 15px;	
}
.quxian_tit .quxian_tit_r a {
	margin-left:10px;
	font-size:16px;
}
.qx_box_con {
	overflow:hidden;	
}
.qx_box_con_l {
	width:380px;
	float:left;
	margin-right: 50px;	
	padding-top:12px;
}
.qx_box_con_l img {
	width:380px;
	height:220px;
}
.qx_box_con_l:hover img{
    transform: scale(1.02);
    transition: 0.2s;
}
.qx_box_con_l p {
	font-size:16px;
    line-height: 24px;
	margin-top: 15px;
    text-align: center;	
}
.qx_box_con_r {
	width: 380px;
	float:left;		
}
.qx_box_con_r ul{
    width: 100%;
}
.qx_box_con ul li{
	font-size: 16px;
	height: 50px;
    line-height: 50px;
}
.qx_box_con_r ul li a
{
	display: inline-block;
    width: 100%;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;	
}

/*公告  评论  新闻发布厅*/
.gonggao_box,
.pinglun_box,
.xwfbt_box{
    width: 100%;
}
.box_sep3_con ul{
    width: 100%;
    font-size: 0;
}
.box_sep3_con ul li{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: left;
}
.box_sep3_con ul li a{
    display: inline-block;
    width: 100%;
    color:#414141;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.box_sep3_con ul li:hover a{
    color:#ff0000;
}

.pinglun_box .tit>a,
.xwfbt_box .tit>a{
    width: 120px;
}
.pinglun_box{
    width: 100%;
    height: 410px;
}
.pinglun_box_con ul li,
.xwfbt_box_con ul li{
    height: 50px;
    line-height: 50px;
}

/*陇东报数字报*/
.longdszb_box{
    width: 380px;
}
.longdszb_box .tit{
    height: 43px;
}
.longdszb_box .tit a{
    position: relative;
    background: url("/resource/img/ldb_tit_bg.jpg") no-repeat left center;
	padding-left:83px;
}

.longdszb_box_con{
    box-sizing: border-box;
    width: 380px;
	padding-top: 20px;
}
.longdszb_box_con .swiper-container{
    width: 380px;
}
.longdszb_box_con .swiper-container .swiper-slide{
    width: 215px;
	text-align:center;
}
.longdszb_box_con .swiper-container .swiper-slide img{
    width:215px;
	height:304px;
	/*box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);*/
}
.longdszb_box_con .swiper-container .swiper-slide:hover img{
    transform: scale(1.02);
    transition: 0.2s;
}
/*理论*/
.lilun_box{
    width: 380px;
}
.btn_box_con{
    width: 380px;
}
.btn_box_con ul{
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
}
.btn_box_con ul li{
    width: 107px;
    height: 42px;
    border-radius: 10px;
    background: url("/resource/img/gzyj_bg.jpg") no-repeat center center;
    background-size: contain;
}
.btn_box_con ul li a{
    width: 107px;
    height: 42px;
}
.btn_box_con ul li:nth-child(2){
    width: 107px;
    height: 42px;
    border-radius: 10px;
    background: url("/resource/img/xxxd_bg.jpg") no-repeat center center;
    background-size: contain;
}
.btn_box_con ul li:last-child{
    background: url("/resource/img/llcs_bg.jpg") no-repeat center center;
}

/*广告1*/
.gg_box1{
    height: 80px;
    margin-bottom: 10px;
}
.gg_box1 .first_gg{
    display: inline-block;
    width: 850px;
    height: 100%;
}
.gg_box1 .second_gg{
    display: inline-block;
    width: 420px;
    height: 100%;
}
.gg_box1 a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*海报*/
.haibao_box{
    height: 464px;
    background: url("/resource/img/haibao_bg.jpg") no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
}
.haibao_box .tit{
    border-bottom: none;
}
.haibao_box .tit a{
    border-bottom: none;
    margin-left: 20px;
    margin-top: 15px;
}
.haibao_box_con .bd{
    position: relative;
    padding: 0 30px;
}
.haibao_box_con .bd li{
    position: relative;
    float: left;
    width: 225px;
    margin: 0 15px 0 5px;
    height: 335px;
    transition: .2s ease;
}
.haibao_box_con .bd img{
    width: 225px;
    height: 335px;
}
.haibao_box_con .bd li .haibao img{
    width: 225px;
    height: 335px;
}
.haibao_box_con .bd li:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.haibao_box_con .bd .prev,
.haibao_box_con .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 46px;
    background: url("/resource/img/left_arrow7.png") center center no-repeat;
    opacity: 0.9;
    background-size: contain;
}
.haibao_box_con .bd .prev{
    left: 7px;
}
.haibao_box_con .bd .next{
    background: url("/resource/img/right_arrow7.png") center center no-repeat;
    right: 7px;
}
/*价值观*/
.jzg_box {
	margin-top: 20px;
	height:210px;
}
.jzg_box_con {
	width:1280px;
	height:210px;
	overflow:hidden;
}
.jzg_box .bd{
    position: relative;
    padding:0px;
	height:210px;
}
.jzg_box .bd li{
    position: relative;
    float: left;
    width: 635px;
    margin: 0 10px 0 0px;
    height: 211px;
    transition: .2s ease;
}
.jzg_box .bd img{
    width: 635px;
    height: 211px;
}

.jzg_box .bd li:hover img{
    transform: scale(1.01);
    transition: 0.2s;
}
.jzg_box .bd .prev,
.jzg_box .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 46px;
    background: url("/resource/img/left_arrow2.png") center center no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.jzg_box .bd .prev{
    left: 7px;
}
.jzg_box .bd .next{
    background: url("/resource/img/right_arrow2.png") center center no-repeat;
    right: 7px;
}

/*文明*/
.wmgg_box {
	margin-top: 20px;
	overflow:hidden;
	height:268px;		
}
.wmgg_box .wmgg_l {
	float:left;
}
.wmgg_box .wmgg_r {
	width:280px;
	float:right;
}
.wmgg_box .wmgg_r img {
	width:280px;
	height:268px;
}

/*模块*/
.module{
    padding:10px 20px;
    background: #fff;
}
.module_item{
    width: 380px;
    height: 440px;
    margin-right: 50px;
}
.module_item:nth-child(3n){
    margin-right: 0;
}
.module_item .module_item_con .module_imgBox{
    position: relative;
    width: 380px;
    height: 214px;
    overflow: hidden;
}
.module_item .module_item_con .module_imgBox img{
    width: 380px;
    height: 214px;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.module_item .module_item_con .module_imgBox p{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    width: 380px;
    height: 35px;
    background: #000;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.module_item .module_item_con .module_listBox li{
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #000;
}
.module_item .module_item_con .module_listBox li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #e30e13;
}
.module_item .module_item_con .module_listBox li a{
    width: 100%;
    height: 46px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;

}

/*图片*/
.pic_box{
    margin-top: 20px;
}
.pic_box .title{
    height: 40px;
    box-sizing: border-box;
}
.pic_box .title a{
    display: inline-block;
    width: 100px;
    height: 20px;
    color: #e30e13;
    font-weight: bold;
    border-left: 11px solid #e30e13;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
}
.pic_box_con{
	overflow:hidden;
}
.pic_box_con .lunboBox8{
    position: relative;
    overflow: hidden;
    width:633px;
    height: 394px;
    background: #fff;
}
.pic_box_con .lunboBox8 .hd{
    position: absolute;
    right: 40px;
    bottom: 15px;
    z-index: 1;
}

.pic_box_con .lunboBox8 .bd {
    position: relative;
    height: 100%;
}

.pic_box_con .lunboBox8 img {
    width: 633px;
    height: 394px;
}
.pic_box_con .lunboBox8 .bd .pic8_item .item:hover a img {
    transform: scale(1.05);
    transition: 0.2s;
}
.pic_box_con .lunboBox8 .bd .prev,
.pic_box_con .lunboBox8 .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 26px;
    height: 69px;
    background: url("/resource/img/left_arrow3.png") center center no-repeat;
    background-size: contain;
}
.pic_box_con .lunboBox8 .bd .prev{
    left: 20px;
}
.pic_box_con .lunboBox8 .bd .next{
    background: url("/resource/img/right_arrow3.png") center center no-repeat;
    right: 20px;
}
.pic_box_con .pic_box_l{
    display: inline-block;
    width: 633px;
    height: 405px;
}
.pic_box_con .pic_box_r{
    display: inline-block;
    width: 633px;
    height: 405px;
}
.pic_box_con .pic_box_r .imgBox{
    display: inline-block;
    position: relative;
    width: 309.5px;
    height: 190px;
    margin-right: 14px;
    margin-bottom: 14px;
    overflow: hidden;
	float: left;
}
.pic_box_con .pic_box_r .imgBox:nth-child(2n){
    margin-right: 0;
}
.pic_box_con .pic_box_r .imgBox:nth-child(3),
.pic_box_con .pic_box_r .imgBox:nth-child(4){
    margin-bottom: 0;
}
.pic_box_con .pic_box_r .imgBox .picNews p{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    background: #000;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;;
    text-align: center;
}
.pic_box_con .pic_box_r .imgBox .picNews{
    display: inline-block;
    width: 309.5px;
    height: 190px;
}
.pic_box_con .pic_box_r .imgBox .picNews img{
    width: 309.5px;
    height: 190px;
}
.pic_box_con .pic_box_r .imgBox:hover .picNews img{
    transform: scale(1.05);
    transition: 0.2s;
}

.pic_box_con .pic_box_b{
    display: inline-block;
    width: 1280px;
}
.pic_box_con .pic_box_b .imgBox{
    display: inline-block;
    position: relative;
    width: 309.5px;
    height: 190px;
    margin-right: 14px;
    margin-bottom: 14px;
    overflow: hidden;
	float: left;
}

.pic_box_con .pic_box_b .imgBox:nth-child(4){
    margin-right: 0;
}
.pic_box_con .pic_box_b .imgBox .picNews p{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    background: #000;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;;
    text-align: center;
}
.pic_box_con .pic_box_b .imgBox .picNews{
    display: inline-block;
    width: 309.5px;
    height: 190px;
}
.pic_box_con .pic_box_b .imgBox .picNews img{
    width: 309.5px;
    height: 190px;
}
.pic_box_con .pic_box_b .imgBox:hover .picNews img{
    transform: scale(1.05);
    transition: 0.2s;
}

/*媒体矩阵*/
.mtjz_box{
    background: #fff;
    margin-top: 20px;
    padding:5px 20px 35px;
}
.mtjz_box .mtjz_box_con{
    margin-top: 40px;
}
.mtjz_box .mtjz_box_con ul{
    width:100%;
    display: flex;
    justify-content: space-around;
}
.mtjz_box .mtjz_box_con ul li{
    overflow: hidden;
}
.mtjz_box .mtjz_box_con ul li a{
    position: relative;
    display: inline-block;
    text-align: center;
}
.mtjz_box .mtjz_box_con ul li a img{
    width: 100px;
    height: 100px;
}
.mtjz_box .mtjz_box_con ul li:hover a img {
    transform: scale(1.05);
    transition: 0.2s;
}
.mtjz_box .mtjz_box_con ul li a span{
    display: inline-block;
    width: 129px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color:#818181;
}
/*链接*/
.lj_box{
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.lj_box .box_com{
}
.lj_box .box_com .title a{
    display: inline-block;
    width: 120px;
    line-height: 36px;
    font-size:20px;
    border-bottom: none;
}
.lj_box .hd ul li{
    display: inline-block;
    border-right: 1px solid #eee;
    text-align: center;
    height: 40px;
    box-sizing: border-box;
}
.lj_box .on .box_com .title a{
    text-align: center;
    border-bottom: 4px solid #ee1c25;
}
.lj_box .bd .lj_box_con{
    min-height: 80px;
    padding-top: 10px;
}
.lj_box .bd .lj_box_con li{
    display: inline-block;
    line-height: 40px;
    height:40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-align:center;
}
.lj_box .bd .lj_box_con li:hover a{
    color:#ee1c25;
}
