/* 鍏叡 start */
ul,li{
    list-style: none;
}
dl,dd,ul,li,body,html,p,img{padding: 0;margin: 0;}
input{
    border: none;
    outline: none;
    background: transparent;
}
.wrap{max-width: 1180px;margin: 0 auto;position: relative;z-index: 5;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.pic{position: relative;}
.pic:before{display: block;content: '';padding-top: 60%;}
.pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;}
a {text-decoration: none;color: #666666;outline: none;}/* 閾炬帴鏃犱笅鍒掔嚎,鏈変负underline;閾炬帴鍘绘 */
a:link {color: #666666;}/* 鏈闂殑閾炬帴 */
a:visited {color: #666666;}/* 宸茶闂殑閾炬帴 */
a:hover {color: #1e5ab0 !important;}/* 榧犳爣鍦ㄩ摼鎺ヤ笂 */
/* 鎴瓧鏁� */
.clamp1{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 1 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp2{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3{word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 3 !important;-webkit-box-orient: vertical;overflow: hidden;}
/*top start*/
.topNav{
    position: relative;
    z-index: 99;
}
.searchR .wechat{
    position: relative;
}
.searchR .wechat .con{
    padding: 10px;
    background-color: #fff;
    border-radius:3px;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: left top;
    transition: all .5s linear;
    box-shadow: 1px 10px 10px rgba(0,0,0,.1);
}
.searchR .wechat .con::before{
    display: block;
    content: '';
    border:10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    z-index: 99;
}

.searchR .wechat img{
    max-width: 100px;
    margin:0 auto;
}
.searchR .wechat p{
    display: block;
    font-size: 12px;
    color:#333;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.searchR .wechat:hover .con{
    transform: scale(1) translate(-50%, -50%);
}
.YLcontentBox{
    min-height: 100vh;
    background-color: #f5f5f5;
}
.topImg{
    width: 1180px;
    overflow: hidden;
    position: relative;
    height: 200px;
}
.topImg img{
    width: 100%;
    height: 100%;
}
.closeBtn{
    background:url(../pic/closeIcn1.png) no-repeat left center / 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
}
.searchBox{
    padding: 30px 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    max-height: 60px;
}
.searchR .time{
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-bottom: 20px;
}
.searchR .msg{
    display: flex;
}
.searchInput{
    margin-right: 30px;
}
.searchInput input{
    width: 18vw;
    max-width: 300px;
    font-size: 13px;
    border: 1px solid #327bc0;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
    outline: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
}
.searchInput button{
    font-size: 13px;
    color: #fff;
    border: none;
    background-color: #327bc0;
    line-height: 30px;
    border-radius: 0 4px 4px 0;
    outline: none;
    box-shadow: none;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
}
.searchR .msg a{
    display: inline-block;
    background-repeat: no-repeat;
    background-position:left center;
    background-size:25px;
    padding-left: 30px;
    font-size: 16px;
    color: #327bc0;
    margin-left: 20px;
}
.searchR .msg a:nth-child(1){
    background-image: url(../pic/icon-wechart.png);
}
.searchR .msg a:nth-child(2){
    background-image: url(../pic/icon-weibo.png);
}
.searchR .msg a:nth-child(3){
    background-image: url(../pic/icon-app.png);
}
.navListBox{
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.navListBox .yj{
    background-color: #327bc0;
    padding: 5px 0;
    height: 45px;
    line-height: 45px;
}
.navListBox .yj a{
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    float: left;
    margin:0 40px;
}
.navListBox  a:hover{
    font-weight: bold;
}
.navListBox .ej {
    overflow: hidden;
    background-color: #327bc0;
    max-height: 45px;
    line-height: 45px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}
.navListBox .ej a{
    display: block;
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    line-height: 20px;
}
.navListBox .ej i{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image:url(../pic/ic-nav-more.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:15px;
    cursor: pointer;
}
.navListBox .ejMore{
    background-color: #fff;
    padding:15px 30px;
    box-sizing: border-box;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .14);
    display: none;
}
.navListBox .ejMore span{
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    color: #222;
}
.navListBox .ejMore a{
    display: inline-block;
    padding: 7px 25px;
    font-size: 18px;
    color: #292929;
}
.navListBox .ej.active i{
    background-image: url(../pic/jian.png);
}
/*top end*/
/*bottom start*/
.bottomNavBox{
    margin-top: 50px;
}
.bottomCon{
    background-color: #327bc0;
}
.bottomCon ul{
    display: flex;
	justify-content: center;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.bottomCon ul a{
    display: block;
    font-size: 13px;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
    line-height: 12px;
    padding: 0 10px;
}
.bottomCon p{
    text-align: center;
    padding: 20px 0 50px;
    font-size: 12px;
    color: #fff;
}
.friendLink{
    padding: 40px 0 60px;
    background-color: #fff;
}
.friendLink p{
    font-size: 22px;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #cacaca;
}
.friendLink ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 30px 0;
}
.friendLink a{
    display: block;
    color: rgba(55, 55, 55, .7);
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(55, 55, 55, .7);
}
.friendLink li:last-child a{
    margin-right: 0;
    border-right: none;
}
/*bottom end*/
/* 鍏叡 end */
/* 棣栭〉 start */
.YlggImg{
    height: 122px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.YlggImg img{
    width: 100%;
    height: 100%;
}
.ylNewsBox{
    position: relative;
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
}
.ylNewsBox::before{
    display: block;
    content:'';
    border-color: transparent transparent #327bc0;
    border-style: none solid solid;
    border-width: 0 20px 35px 0;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    width: 100px;
}
.ylNewsBox > a{
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    padding-left: 25px;
    background: url(../pic/ic-notice.png) no-repeat left center / 18px;
}
.ylNewsBox .news{
	position: relative;
    width: 90%;
    height: 35px;
    overflow: hidden;
}
.ylNewsBox .news-text{
	position: absolute;
    top: 0;
    left: 100%;
	line-height: 28px;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ylNewsBox .news a{
	font-size: 13px;
	color: #3f3f3f;
	border-right: 1px solid #3f3f3f;
	padding: 0 10px;
}
.ylNewsBox .news a:last-child{
    border-right: none;
}
.ylNewsBox .news a:hover,.ylNewsBox .news a:active,.ylNewsBox .news a:focus{
	color: #54a3ee;
}
.YLcontentCon{
    overflow: hidden;
}
.YLcontLeft{
    width: 65.5085%;
    margin-right:20px;
}
.ylSwiperBox{
    display: flex;
    height: calc(775px * 2 / 3 * 9 / 16);
    overflow: hidden;
    padding: 20px 0;
    background-color: #fff;
    box-sizing: border-box;
}
.journeySwiper{
    height: 100%;
    overflow: hidden;
}
.journeySwiper .swiper-slide{
    background-color: #ededed;
    border-bottom: 1px solid #fff;
}
.journeySwiper .title{
    font-size: 14px;
    color: #222;
    line-height: 17px;
    height: 34px;
    margin-bottom: 5px;
}
.journeySwiper .time{
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color: #999;
}
.journeySwiper .time i{
    color: #327bc0;
	font-size: 15px;
	margin-right: 2px;
    font-style: normal;
}
.journeySwiper img{
    display: none;
}
.journeySwiper .swiper-slide{
    transition: all .5s linear;
    padding: 10px 15px;
    box-sizing: border-box;
}
.journeySwiperCon  img{
    width: calc(775px * 2 / 3);
    height: 100%;
}
.journeyTabBox .YlggImg{
    margin-bottom: 0;
}
#zhuantiCon{
    padding: 0 20px;
}
.zhuantiBox{
    background-color:#fff;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.zhuantiBox > span{
    display: block;
    font-size: 22px;
    color: #fff;
    background-color: #327bc0;
    width: 54px;
    height: 160px;
    padding: 15px;
    box-sizing: border-box;
}
.zhuantiSwiper{
    overflow: hidden;
    margin: 0 80px;
    padding-top: 40px;
}
.zhuantiSwiper a{
    width: 170px;
    height: calc(170px* 9 / 16);
    margin: 0 5px;
    display: block;
}
.zhuantiSwiper img{
    width: 100%;
    height: 100%;
}
.zhuantiPrev{
    background: url(../pic/prev.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 90px;
    top: 40%;
    cursor: pointer;
}
.zhuantiNext{
    background: url(../pic/next.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 40%;
    cursor: pointer;
}
.YLconRight{
    overflow: hidden;
}
.shortcutList{
    overflow: hidden;
    padding-top: 20px;
    margin-right: -20px;
}
.shortcutList li{
    float: left;
    display: inline;
    width: 25%;
    margin-bottom: 20px;
}
.shortcutList li a{
    display: block;
    margin-right: 20px;
    text-align: center;
}
.shortcutList li img{
    width: 100%;
    height: 58px;
    margin: 0 auto;
    object-fit: contain;
}
.shortcutList li p{
    display: block;
    font-size:14px;
    color: #333;
    height: 40px;
    line-height: 20px;
}
/* 棣栭〉 end */
/* 鏂囩珷璇︽儏 start */
.articleDetailBox{
    margin:20px 0;
}
.articleDetailBox{
    overflow: hidden;
}
.articleDetailLeft{
    width:64.0972%;
    margin-right: 20px;
    background-color: #fff;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.articleDetailLeft .detailNav{
    padding: 20px 0;
}
.detailNav{
    overflow: hidden;
}
.detailNav a{
    display: block;
    font-size: 16px;
    color:#333;
    float: left;
}
.detailTitle{
    font-size: 21px;
    color: #000;
    line-height: 26px;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}
.articleDetailLeft .tips{
    font-size: 12px;
    color: grey;
    margin: 10px 0;
}
.articleDetailLeft .textCon{
    font-size: 17px;
    line-height:30px;
    padding: 20px 0;
    margin-bottom: 30px;
}
.articleCon{
    font-size: 17px;
    color: #333;
    line-height: 30px;
    padding:20px 0;
}
.support{
    display: flex;
    justify-content: center;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    color: #327bc0;
    padding: 6px 15px;
    margin: 20px auto;
    width: 100px;
    cursor: pointer;
}
.support img{
    max-height: 20px;
    margin-right: 5px;
}
.shareBox{
    padding: 15px;
    text-align: center;
}
.commentCon .title{
    color: #327bc0;
    font-size: 14px;
    padding: 2px 0 2px 10px;
    border-left: 3px solid #327bc0;
}
.commentCon .textarea{
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px 0 0;
}
.commentCon textarea{
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-color: #fafafa;
    width: 100%;
    box-sizing: border-box;
}
.commentCon .btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #327bc0;
    margin: 20px 0;
}
.commentCon .submit{
    border: 1px solid #327bc0;
    border-radius: 2px;
    padding: 6px 20px;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 20px;
}
.articleDetailRight{
    overflow: hidden;
}
.articleDetailRight .item{
    padding:15px 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.articleDetailRight .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 17px;
    color: #4478dd;
}
.articleDetailRight .title span{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #222;
}
.articleDetailRight .title img{
    width: 24px;
    margin-right: 8px;
}
.articleDetailRight .title a{
    display: block;
    font-size: 12px;
    color: #999;
}
.articleDetailRight .videoC{
    padding: 20px 0;
}
.articleDetailRight .textList{
    height: auto;
    padding:20px 0;
}
.articleDetailRight .textList a{
    display: block !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left:10px;
}
.articleDetailRight .textList a::before{
    display: block;
    content:'';
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.articleDetailRight .imgList{
    padding:20px 0;
}
.articleDetailRight .imgList a{
    display: block;
    margin-bottom: 10px;
}
.articleDetailRight .imgList img{
    height:180px;
    width: 100%;
}
.articleDetailRight .imgList a{
    display: block;
    font-size: 16px;
    color: #222;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.articleDetailRight .imgList .tit i{
    color: #327bc0;
    font-style: normal;
}
.articleDetailRight .imgList .time{
    font-size:12px;
    color: #999;
    padding:10px 0;
}
.articleDetailRight .imgList .time i{
    font-style: normal;
    color: #1e5ab0;
    font-size: 13px;

}
.tabNav{
    display: flex;
    margin: 15px 0;
}
.tabBox{
    background-color:#fff;
    padding:20px;
}
.tabTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
.tabTit span{
    font-size: 20px;
    color: #222;
    display: block;
    background: url(../pic/v2-ic-politics.png) no-repeat left center / 20px;
    padding-left: 25px;
}
.tabTit a{
    display: block;
    font-size: 12px;
    color: #999;
}
.tabList{
    overflow: hidden;
    margin-right: -20px;
}
.tabList li{
    float: left;
    display: inline-block;
    width: 50%;
}
.tabList li a{
    display: block;
    margin: 0 20px 20px 0;
    border-bottom:1px solid #f0f0f0;
}
.tabList li img{
    width: calc((773px - 60px) / 2);
	height: calc((773px - 60px) / 2 * 9 / 16);
}
.tabList li .title{
    padding-top: 20px;
    font-size: 16px;
    color: #222;
    line-height: 22px;
    height: 44px;
}
.tabList li .time{
    margin-bottom: 20px;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}
.tabList li .time i{
    font-style: normal;
    color:#327bc0;
    margin-right: 15px;
}
.tabNav span{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    background-color: #d7d7d7;
    padding: 5px;
    cursor: pointer;
}
.tabNav span.active{
    background-color: #4478dd;
}
.tabNav span i{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.tabList2 {
    display: none;
}
.tabList2 li{
    float: none;
    width: 100%;
}
.tabList2 li a{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tabList2 li img{
    width: 260px;
	height: calc(260px * 9 / 16);
    margin-right: 20px;
}
/* 鏂囩珷璇︽儏 end */
.logo .img2{
    display: none;
}
.YlRed .logo .img1{
    display: none;
}
.YlRed .logo .img2{
    display: block;
}
.YlRed .searchInput input{
    border-color: #ee1c25;
}
.YlRed .searchInput button{
    background-color: #ee1c25;
}
.YlRed .searchR .msg a,.YlRed .navListBox .ej a{
    color: #ee1c25;
}
.YlRed .navListBox .yj{
    background-color: #ee1c25;
}
.YlRed a:hover{
    color: #ee1c25 !important;
}
.YlRed .navListBox .yj a:hover,
.YlRed .bottomCon ul a:hover{
    color: #fff !important;
    font-weight: bold;
}
.YlRed .ylNewsBox::before{
    border-color:transparent transparent #ee1c25;
}
.YlRed .tabNav span.active,
.YlRed .bottomCon,
.YlRed .zhuantiBox > span
{
background-color: #ee1c25;
}
.YlRed .journeySwiper .time i,
.YlRed .tabList li .time i,
.YlRed .articleDetailRight .imgList .tit i,
.YlRed .articleDetailRight .imgList .time i
{
    color:#ee1c25;
}
.YlRed .searchR .msg a,
.YlRed .navListBox .ej i
{
    filter: sepia(8000%) saturate(8000%) hue-rotate(-10deg);
}
.YlGrey {
    filter: grayscale(100%)
}