@charset "utf-8";
.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}
.mt10{
	margin-top: 10px;
}
/*活动*/
.cio_active{
	width: 320px;
	background:url(/uploads/image/s2images/activity_bg.png) no-repeat top;
	background-size: 100%;
	padding-top: 14px; 
}
.active_con{
	margin-top: 15px;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.active_list{
	margin-top: 15px;
/*	display: flex;
	align-items: flex-start;*/
	/*height: 40px;*/
}
.active_list,.act_left{
	display: flex;
    align-items: center;
}
.act_left {
	width: 65%;
}
.act_left p,.act_left a{
	display: inline-block;
	vertical-align: text-top;
}
.act_left p,.act_left a,.act_right span{
	color:#555;
	font-size: 16px;
	line-height: 1.2;
}
.act_left p{
	width: 50px;
}
.act_left p i{
	font-size: 20px;
	font-style: normal;
}
.act_left p b{
	font-weight: normal;
	display: inline-block;
	margin: 0 1px;
}
.act_left a{
	padding: 0 10px;
	width: calc(100% - 70px);
}
.act_right span{
	position: relative;
	padding-left: 15px;
}
.act_right span:before{
	content: url(/uploads/image/s2images/place_icon.png);
	position: absolute;
	left: 0;
	top:1px;
}
.act_right a{
	display: inline-block;
	margin:0 8px;
	width: 45px;
	height: 22px;
	line-height: 22px;
	border:1px solid #fff;
	box-shadow: 0 0 3px 1px rgba(57,109,203,0.5);
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
}
.act_right .act_btn{
	background:linear-gradient(140deg,#fff,#95ccff); 
	color: #005bac;
}
.act_right .end_btn{
	background:linear-gradient(140deg,#fff,#dde6f8); 
	color: #7e7e7e;
}
.dowebok{
	height: 100%;
	background: none;
}
.dowebok:hover{
	background: none;
}
/*两栏布局*/
.section3_con{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	
}
.section3_left{
	width: 850px;
}
.section3_right{
	width: 320px;
}
/*文章列表*/
.art_list{
	display: flex;
	/*padding: 15px 0;*/
	padding: 20px 0;
	border-bottom: 1px solid rgba(153,164,183,0.3);
}
.art_ul .art_list:last-child{
	border-bottom: none;
}
.art_list:hover{
	box-shadow: 1px 1px 6px 0px rgba(57,109,203,0.38);
	border-bottom: 1px solid transparent;
}
.art_list:hover .art_img img{
	transform: scale(1.3);
}
.art_list:hover .art_title a{
	color: var(--active-color);
}
.art_img{
	width: 260px;
	border-radius: 3px;
	overflow: hidden;
}
.art_img img{
	width: 100%;
	transition: all .2s linear;
}
.art_right{
	margin: 0 20px;
	flex:1;
	position: relative;
}
.art_title a{
	display: block;
	font-size: 18px;
	color: #5a5a5a;
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	font-weight: bold;
}
.art_title p.txt-more-3{
	color: #bbb;
	line-height: 1.4;
}
.art_title p.txt-more-3,.keywords_bot i,.keywords_bot .key_con a,.keyword_list a{
	font-size: 14px;
}
.keywords_bot{
	width: 100%;
	position: absolute;
	bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.keywords_bot i{
	font-style: normal;
	color: #bbb;
}
.keywords_bot .key_con{
	width: 80%;
	height: 26px;
	overflow: hidden;
    float: right;
    text-align: right;
}
.keywords_bot .key_con a{
	display: inline-block;
	background: #f2f2f2;
    border-radius: 4px;
    color: #939090;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-left: 10px;
}
/*加载更多*/
.art_more_btn{
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 35px;
	background:linear-gradient(90deg,#8db6ff,#188af1);
	border-radius: 4px; 
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.art_more_btn span{
	margin-right: 5px;
}
/*左侧关键字*/
.keyword_list{
	margin-bottom: 30px;
}
.keyword_list a{
	display: inline-block;
	margin:0 5px 15px;
	padding: 8px 8px;
	background:linear-gradient(140deg, #fff, #dde6f8);
	border:1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 2px 8px 0px rgba(57, 109, 203, 0.5);
	color: #555;
}
/*左侧热文推荐*/
.rewen_list li{
	margin-bottom: 10px;
	line-height: 1.4;
}
.rewen_list li a{
	font-size: 16px;
}
a.rw_tit{
	color: #555;
}
a.rw_tit:hover{
	text-decoration: underline;
}
/*轮播左右按钮*/
.swiper_rbtn,.swiper_lbtn{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: 26px;
	height: 60px;
	background-color: #f0f3f7;
	border-radius: 2px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.swiper_rbtn {
	right: 0;
}
.swiper_lbtn img,
.swiper_rbtn img {
	display: block;
	margin: auto;
	width: 9px;
}
/*右侧固顶*/
.right_fixed{
	position: fixed;
    top: 128px;
    width: 320px;
    z-index: 9;
}
/*标题*/
.tits {
   margin-bottom: 12px;
   position: relative;
}
.tits:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -50%;
	border-bottom:1px solid #1fa0fa;
}
.tits p{
	display: inline-block;
    padding-right: 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    font-size: 22px;
    color: #333;
    font-weight: 700;
}
.tits p a{
	font-size: 22px;
    color: #333;
}
.tits i{
	position: relative;
	margin-left: 12px;
	padding-left: 8px;
	position: relative;
	font-size: 16px;
	color: #555;
	font-style: normal;
}
.tits i:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #555;
	transform: rotate(20deg);
}
/*热文*/
.hot_article li{
	position: relative;
	padding-left: 15px;
}
.hot_article li:before{
	position: absolute;
	content: url(/uploads/image/s2images/hot.png);
	left: 0;
	top:1px;
}
/*广告图*/
.ad_box img{
	width: 100%;
}
/*右侧专题，访谈轮播 图片宽260*/
.rswiper_con .swiper{
	width: 260px;
	margin: auto;
}
.rswiper_slide img{
	width: 100%;
	height: 146px;
}
.rswiper_txt p{
	padding: 10px 0 6px;
	font-size: 16px;
	color: #333;
}
.rswiper_txt span{
	font-size: 14px;
	color: #bbb;
	line-height: 1.3;
}
.rswiper_con .swiper_rbtn,
.rswiper_con .swiper_lbtn{
	width: 20px;
	height: 35px;
	top:55px;
	transform: translatey(0);
}
.rswiper_con .swiper_rbtn img,
.rswiper_con .swiper_lbtn img{
	width: 8px;
}
#loadingmore{height: 35px;display: none;margin-top: 20px;}
#loadingmore img{display: block;margin: 0 auto;width: 35px;height: auto;}
/*分页*/
#page{
	margin-top: 50px;
	text-align: center;
}
#page a,#page span{
	display: inline-block;
	padding: 6px 10px;
	margin-right: 10px;
	border:1px solid #8db6ff;
	font-size: 16px;
	color: #8db6ff;
}
#page span{
	background-color: #8db6ff;
	color: #fff;
}