@charset "utf-8";
/*CSS Document*/

/*logo*/
.bwcx_logo{
	width: 100%;
	background: #f8f8f8;
}
.bwcx_logo .bwcx_logobox{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.bwcx_logobox h1{
	width: 122px;
	height: 30px;
}
.bwcx_logobox h1 a,.bwcx_logobox h1 img{
	display: block;
	width: 100%;
	height: 100%;
}

/*banner*/
.bwcxbannernav .bwcxbannernav_box{
	width: 100%;
	position: relative;
}
.bwcxbannernav_box .bwcx_img{
	width: 100%;
	height: 500px;
	background: url(images/bwcx/banner.png) no-repeat center / cover;
}

/*主要内容*/
/*轮播&新闻*/
.bwcx_content{
	padding-top: 50px;
}
.bwcx_content .bwcx_box{
	width: 100%;
	margin-bottom: 50px;
}
.bwcx_box .bwcx_lb,.bwcx_box .bwcx_news{
	float: left;
}
/*轮播*/
.bwcx_box .bwcx_lb{
	width: 710px;
	margin-right: 20px;
}
.bwcx_lb .bwcx_left_lb{
	width: 100%;
	height: 400px;
	position: relative;
}
.bwcx_left_lb .bwcx_lbcont{
	width: 100%;
	height: 100%;
	position: relative;
}
.bwcx_lbcont .bwcx_lb_prev,.bwcx_lbcont .bwcx_lb_next{
	display: block;
	width: 48px;
	height: 82px;
	background: rgba(255,255,255,.3);
	position: absolute;
	top: 145px;
	z-index: 2;
}
.bwcx_lbcont .bwcx_lb_prev{
	left: 0;
}
.bwcx_lbcont .bwcx_lb_next{
	right: 0;
}
.bwcx_lbcont .bwcx_lb_prev img,.bwcx_lbcont .bwcx_lb_next img{
	display: block;
	margin: 18px auto 0;
}
.bwcx_lbcont .swiper-slide,.bwcx_lbcont .swiper-slide img{
	width: 100%;
	height: 100%;
	position: relative;
}
.bwcx_lbcont .swiper-slide img{
	display: block;
}
.bwcx_lbcont .swiper-slide .title{
	padding-left: 20px;
	width: 690px;
	height: 50px;
	line-height: 50px;
	font-size: ;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	bottom: 0;
}
.title a{
	font-size: 22px;
	color: #fff;
}
.title .news-title{
	display: none;
}
.bwcx_left_lb .bwcx_lb_pagination{
	width: 8%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.bwcx_lb_pagination .swiper-pagination-switch{
	background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 5px;
    margin-right: 5px;
    font: 0/0 arial;
    color: transparent;
    overflow: hidden;
    vertical-align: top;
}
.bwcx_lb_pagination .swiper-active-switch{
	background-color: #2c79ed;
	background-position: -17px -6px;
}
/*新闻*/
.bwcx_box .bwcx_news{
	width: 470px;
	height: 400px;
	overflow-y: scroll;
}
.bwcx_news .bwcx_list_box{
	width: 100%;
}
.bwcx_list_box .bwcxnews_list{
	border-bottom: 1px dotted #999;
}
.bwcxnews_list h2{
	padding: 10px 0;
	line-height: 30px;
}
.bwcxnews_list h2 a{
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.bwcxnews_list h2 a:hover{
	text-decoration: underline;
}
.bwcxnews_list p{
	line-height: 23px;
    font-size: 14px;
    color: #666664;
    padding-bottom: 12px;
}

/*板块相同标题*/
.bwcx_sec_tit{
	width: 100%;
	background: #cc0000;
	margin-bottom: 40px;
}
.bwcx_sec_tit h2{
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
}
/*观点评论&动态播报*/
.bwcx_gdpl_dtbb .bwcx_gdpl,.bwcx_gdpl_dtbb .bwcx_dtbb{
	float: left;
}
.bwcx_gdpl_dtbb .bwcx_gdpl{
	width: 730px;
}
.bwcx_gdpl .bwcx_gdpl_cont{
	width: 690px;
}
.bwcx_gdpl_cont .bwcx_gdpl_ul{
	width: 100%;
}
.bwcx_gdpl_ul .bwcx_gdpl_li{
	margin-bottom: 20px;
}
.bwcx_gdpl_li .bwcx_gdpl_leftimg,.bwcx_gdpl_li .bwcx_gdpl_righttext{
	float: left;
}
.bwcx_gdpl_li .bwcx_gdpl_leftimg{
	width: 253px;
	height: 157px;
}
.bwcx_gdpl_leftimg img{
	display: block;
	width: 100%;
	height: 100%;
}
.bwcx_gdpl_li .bwcx_gdpl_righttext{
	width: 435px;
	border-top: 2px solid #efefef;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	padding-top: 15px;
	background: url(images/bwcx/Cgqg2VcMiAiAHuwBAAAH7Iv1aME670.png) no-repeat left top;
}
.bwcx_gdpl_righttext h3{
	text-align: center;
	height: 40px;
}
.bwcx_gdpl_righttext h3 a{
	font-size: 22px;
	color: #222;	
}
.bwcx_gdpl_righttext p{
	width: 300px;
	margin: 0 auto;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
/*动态播报*/
.bwcx_gdpl_dtbb .bwcx_dtbb{
	width: 470px;
}
.bwcx_dtbb .bwcx_dtbb_cont{
	width: 100%;
	height: 511px;
	overflow-y: auto;
}
.bwcx_dtbb_cont .bwcx_dtbb_box{
	width: 100%;
}
.bwcx_dtbb_box .bwcx_dtbb_list{
	padding: 5px 0;
	border-bottom: 1px dotted #999;
}
.bwcx_dtbb_list h3{
	padding: 10px 0;
	line-height: 30px;
}
.bwcx_dtbb_list h3 a{
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.bwcx_dtbb_list h3 a:hover{
	text-decoration: underline;
}
.bwcx_dtbb_list p{
	line-height: 29px;
    font-size: 14px;
    color: #666664;
}

/*学习研讨*/
.bwcx_learn .bwcx_learn_cont{
	width: 100%;
}
.bwcx_learn_ul .bwcx_learn_li{
	padding-left: 75px;
	width: 500px;
	float: left;
	margin-bottom: 47px;
	position: relative;
}
.bwcx_learn_li .bwcx_learn_leftimg{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.bwcx_learn_li .bwcx_learn_righttext{
	width: 380px;
    height: 120px;
    background-color: #f5f5f5;
    position: relative;
    padding: 30px 10px 0 110px;
}
.bwcx_learn_righttext h3{
	line-height: 20px;
	margin: 10px 0;
	font-family: "\5fae\8f6f\96c5\9ed1";
}
.bwcx_learn_righttext h3 a{
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.bwcx_learn_righttext p{
	line-height: 30px;
	font-family: "\5fae\8f6f\96c5\9ed1";
	font-size: 14px;
	color: #333;
}








