﻿@charset "UTF-8";

/*初始化css*/

body {
	font-family: 微软雅黑;
	color: #333;
	min-width: 1200px
}




/*min-width的宽度根据项目页面宽度决定*/

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333;
}


/*颜色根据通用信息列表的文字颜色决定*/

.more a {
	color: #999;
}


.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

/*颜色根据通用更多的文字颜色决定*/

a:hover {
	color: #1c5bb8;
}


/*颜色根据psd主色调决定，比如很多都是蓝色*/

.more a:hover {
	color: #1c5bb8;
}


/*颜色根据psd主色调决定，比如很多都是蓝色*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none;
}

.block {
	display: block;
}


/*命名的语义化---正常页面的几部分如下：header nav section+aside footer */


/*flex布局*/


/*头部*/


/*当前位置*/

.wip_local {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 52px;
	color: #666666;
	font-size: 14px;
	background: url(local.png) no-repeat left center;
	padding-left: 30px;
}

.wip_local table {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.wip_local td {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.wip_local a {
	color: #666666;
	font-size: 14px;
	line-height: 52px;
}

.head {
	width: 100%;
	height: 466px;
	background: url(fbh_13.png) center center no-repeat;
}


/*主体内容*/

.main {
	width: 100%;
	margin-top: 31px;
	margin-bottom: 79px;
}

.main .inner {
	width: 1200px;
	margin: 0 auto;
}

.innerLeft {
	width: 852px;
	margin-right: 15px;
}

.innerRight {
	width: 333px;
	float: left;
}


/*最新发布*/

.newPublic {
	width: 100%;
	margin-bottom: 29px;
	padding-right: 24px;
}

.newPublic .title {
	text-align: center;
	width: 167px;
	height: 50px;
	background: url(fbh_01.png) center center no-repeat;
	margin-bottom: 31px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
}

.newPublic .contain {
	width: 100%;
	height: 316px;
}

.newPublic .contain .leftImg {
	width: 475px;
	height: 316px;
}

.contain .leftImg a {
	display: block;
}

.contain .leftImg a img {
		width: 100%;
		height: auto;
		display: block;
	}

.contain .rightWord {
	width: 353px;
	height: 316px;
	padding: 20px 022px 0 20px;
	background-color: #f4f4f4;
}

.contain .rightWord .top {
	font-size: 19px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 10px;
}

.contain .rightWord .bottom {
	/*text-indent: 2em;*/
	font-size: 14px;
	line-height: 27px;
}

.contain .rightWord .bottom a {
	text-indent: 2em;
	font-size: 14px;
	line-height: 27px;
	display: block;
	width: 100%;
	text-align: right;
}


/*往期回顾*/

.oldLook {
	width: 100%;
	height: auto;
}

.oldLook .title {
	text-align: center;
	width: 100%;
	/*height: 50px;*/
	/*background: url(fbh_01.png) center center no-repeat;*/
	margin-bottom: 31px;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
}


/*==============切换===================*/

.tab_con_li {
	width: 336px;
	/*padding: 0px 114px;*/
	line-height: 48px;
	height: 50px;
	color: #184992;
	font-size: 20px;
	float: left;
	background: url(20200115fbh_02.png) center bottom;
	margin-right: 24px;
}

.tab_con_li_hover {
	color: #ffffff;
	/*font-weight: bold;*/
	background: url(20200115fbh_01.png) center bottom;
}

.tab_con_li:hover {
	color: #ffffff;
	/*font-weight: bold;*/
	background: url(20200115fbh_01.png) center bottom;
}

.tab_con_li:hover a {
	color: #ffffff;
}

.tab_con_li_hover a {
	color: #ffffff;
}

.tab_con_li:hover a {
	color: #ffffff;
}


/*=================================*/

.oldList ul li {
	float: left;
	width: 260px;
	/*height: 328px;*/
	margin-right: 24px;
	margin-bottom: 24px;
}

.oldList ul li .top {
	width: 100%;
	height: 156px;
}

.oldList ul li .top img {
	width: 100%;
	height: 156px;
	display: block;
}

.oldList ul li .bottom {
	width: 100%;
	height: 260px;
	padding: 6px 10px 0 10px;
	background-color: #fafafa;
}

.oldList ul li .mainTitle,
.oldList ul li .time,
.oldList ul li .contain {
	line-height: 28px;
	font-size: 14px;
	color: #333333;
}

.oldList ul li span.left {
	font-size: 16px;
	font-weight: bold;
	color: #4078be;
}

.oldList ul li .contain a {
	color: #4078be;
}


/*最新消息*/

.newNews {
	width: 100%;
	margin-bottom: 27px;
}

.newNews .title {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 22px;
	color: #134084;
	position: relative;
}

.newNews span.word {
	padding: 0 5px;
}

.newNews .title a {
	float: right;
	width: 32px;
	height: 15px;
}

.newNews .title a img {
	width: 32px;
	height: 7px;
	position: absolute;
	top: 16px;
	right: 0;
}

.newNews ul li {
	width: 100%;
	border-bottom: 1px solid #c2cfe3;
	padding-top: 12px;
	padding-bottom: 5px;
}

.newNews ul li a {
	display: block;
	font-size: 16px;
	line-height: 27px;
}


/*预告*/

.proTalk {
	margin-bottom: 25px;
	width: 100%;
}

.proTalk ul li {
	width: 100%;
	height: 62px;
	margin-bottom: 26px;
	background-color: #4078be;
}

.proTalk ul li a {
	display: block;
	width: 100%;
	height: 62px;
	padding-left: 116px;
	font-size: 19px;
	color: #ffffff;
	line-height: 62px;
	font-weight: bold;
}

.proTalk ul li a.news {
	background: url(fbh_09.png) 60px center no-repeat;
}

.proTalk ul li a.focus {
	background: url(fbh_10.png) 60px center no-repeat;
}


/*发言人*/

.talk1,
.talk2 {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.talk1 .title,
.talk2 .title {
	font-size: 22px;
	color: #245399;
	line-height: 22px;
	margin-bottom: 20px;
}

.talkList1 .top,
.talkList2 .top {
	font-size: 18px;
	font-weight: bold;
	color: #245399;
	line-height: 20px;
	margin-bottom: 15px;
}

.talkList1 ul li,
.talkList2 ul li {
	margin-bottom: 23px;
}

.talkList1 .bottom a,
.talkList2 .bottom a {
	display: block;
	font-size: 16px;
	line-height: 18px;
}

.talkList2 {
	margin-bottom: 1.2rem;
}

.talk3 {
	width: 100%;
	height: 62px;
	background-color: #4078be;
}

.talk3 a {
	display: block;
	width: 100%;
	height: 62px;
	background: url(fbh_11.png) 60px center no-repeat;
	line-height: 62px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 116px;
}

@media only screen and (max-width:750px) {
	body {
		min-width: 100%
	}
	/*头部*/
	.head {
		width: 100%;
		height: 4.66rem;
		background: url(fbh_13.png) center center/100% no-repeat;
	}
	/*主体内容*/
	.main {
		width: 96%;
		margin-top: 0.31rem;
		margin-bottom: 0.79rem;
		margin: 0.31rem auto 0.79rem;
	}
	.main .inner {
		width: 100%;
		margin: 0 auto;
	}
	.innerLeft {
		width: 100%;
	}
	.innerRight {
		width: 100%;
		margin-top: 2rem;
		display: none;
	}
	/*最新发布*/
	.newPublic {
		width: 100%;
		margin-bottom: 0.29rem;
		padding-right: 0;
	}
	.newPublic .title {
		text-align: center;
		width: 6rem;
		height: 2rem;
		background-color: #194993;
		margin-bottom: 0.31rem;
		line-height: 2rem;
		font-size: 0.9rem;
		color: #ffffff;
	}
	.newPublic .contain {
		width: 100%;
		height: auto;
	}
	.newPublic .contain .leftImg {
		width: 100%;
		height: auto;
	}
	.contain .leftImg a {
		display: block;
		width: 100%;
	}
	
	.contain .rightWord {
		width: 353px;
		height: 316px;
		padding: 20px 022px 0 20px;
		background-color: #f4f4f4;
		/* display: none; */
	}
	.contain .rightWord .top {
		font-size: 19px;
		color: #333333;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.contain .rightWord .bottom {
		text-indent: 2em;
		font-size: 14px;
		line-height: 27px;
	}
	.contain .rightWord .bottom a {
		text-indent: 2em;
		font-size: 14px;
		line-height: 27px;
		display: block;
		width: 100%;
		text-align: right;
	}
	/*往期回顾*/
	.oldLook {
		width: 100%;
		height: auto;
	}
	.oldLook .title {
		text-align: center;
		width: 5em;
		/*height: 1.6rem;*/
		/*background-color: #194993;*/
		margin-bottom: 0.31rem;
		line-height: 1.6rem;
		font-size: 0.78rem;
		color: #ffffff;
	}
	.oldList ul li {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 0.2rem;
	}
	.oldList ul li .top {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.oldList ul li .top img {
		width: 100%;
		height: 100%;
		display: block;
	}
	.oldList ul li .bottom {
		width: 100%;
		height: auto;
		padding: 0.06rem 0.1rem 0 0.1rem;
		background-color: #f4f4f4;
		margin: 0 auto;
	}
	.oldList ul li .mainTitle,
	.oldList ul li .time,
	.oldList ul li .contain {
		font-size: 0.7rem;
		color: #333333;
		line-height: 1.4rem;
	}
	.oldList ul li span.left {
		font-size: 0..7rem;
		font-weight: bold;
		color: #4078be;
	}
	.oldList ul li .contain a {
		color: #4078be;
	}
	/*最新消息*/
	.newNews {
		width: 100%;
		margin-bottom: 1.27rem;
	}
	.newNews .title {
		width: 100%;
		height: 2.5rem;
		line-height: 1.5rem;
		font-size: 1rem;
		color: #134084;
		position: relative;
	}
	.newNews span.word {
		padding: 0 0.05rem;
	}
	.newNews .title a {
		float: right;
		width: 0.5rem;
		height: 0.15rem;
	}
	.newNews .title a img {
		width: 0.8rem;
		height: 0.15rem;
		position: absolute;
		top: 0.76rem;
		right: 0;
	}
	.newNews ul li {
		width: 100%;
		height: auto;
		border-bottom: 0.01rem solid #c2cfe3;
		padding: 0 0.6rem;
	}
	.newNews ul li a {
		display: block;
		font-size: 0.7rem;
		line-height: 2.0rem;
	}
	/*预告*/
	.proTalk {
		margin-bottom: 1.25rem;
		width: 100%;
		height: auto;
	}
	.proTalk ul li {
		width: 100%;
		height: 2rem;
		margin-bottom: 0.26rem;
		background-color: #4078be;
	}
	.proTalk ul li a {
		display: block;
		width: 100%;
		height: 2rem;
		padding-left: 5.16rem;
		font-size: 1rem;
		color: #ffffff;
		line-height: 2rem;
		font-weight: bold;
	}
	.proTalk ul li a.news {
		background: url(fbh_09.png) 2.6rem center/8% no-repeat;
	}
	.proTalk ul li a.focus {
		background: url(fbh_10.png) 2.6rem center/8% no-repeat;
	}
	/*发言人*/
	.talk1,
	.talk2 {
		width: 100%;
		height: auto;
		margin-bottom: 0.16rem;
	}
	.talk1 .title,
	.talk2 .title {
		font-size: 1.1rem;
		color: #245399;
		line-height: 2.22rem;
		margin-bottom: 0.2rem;
		padding-left: 0.2rem;
	}
	.talkList1 .top,
	.talkList2 .top {
		font-size: 1.1rem;
		font-weight: bold;
		color: #245399;
		line-height: 2rem;
		margin-bottom: 0.3rem;
	}
	.talkList1 ul li,
	.talkList2 ul li {
		margin-bottom: 0.23rem;
		padding-left: 0.2rem;
	}
	.talkList1 .bottom a,
	.talkList2 .bottom a {
		display: block;
		font-size: 1rem;
		line-height: 1.8rem;
	}
	.talkList2 {
		margin-bottom: 1.2rem;
	}
	.talk3 {
		width: 100%;
		height: 2rem;
		background-color: #4078be;
	}
	.talk3 a {
		display: block;
		width: 100%;
		height: 2rem;
		background: url(fbh_11.png) 2.6rem center/8% no-repeat;
		line-height: 2rem;
		font-size: 1rem;
		font-weight: bold;
		color: #ffffff;
		padding-left: 5.16rem;
	}
	
}

@media only screen and (min-width:751px) and (max-width:1200px) {
	body {
		min-width: 100%
	}
	/*头部*/
	.head {
		width: 100%;
		height: 4.66rem;
		background: url(fbh_13.png) center center/100% no-repeat;
	}
	/*主体内容*/
	.main {
		width: 100%;
		margin-top: 0.31rem;
		margin-bottom: 0.79rem;
	}
	.main .inner {
		width: 100%;
		margin: 0 auto;
	}
	.innerLeft {
		width: 57%;
		margin-right: 3%;
	}
	.innerRight {
		width: 40%;
	}
	/*最新发布*/
	.newPublic {
		width: 100%;
		margin-bottom: 0.29rem;
		padding-right: 0;
	}
	.newPublic .title {
		text-align: center;
		width: 3rem;
		height: 1.2rem;
		background-color: #194993;
		margin-bottom: 0.31rem;
		line-height: 1.2rem;
		font-size: 0.48rem;
		color: #ffffff;
	}
	.newPublic .contain {
		width: 100%;
		height: auto;
	}
	.newPublic .contain .leftImg {
		width: 100%;
		height: auto;
	}
	.contain .leftImg a {
		display: block;
		width: 100%;
	}
	.contain .rightWord {
		width: 353px;
		height: 316px;
		padding: 20px 022px 0 20px;
		background-color: #f4f4f4;
		/* display: none; */
	}
	.contain .rightWord .top {
		font-size: 19px;
		color: #333333;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.contain .rightWord .bottom {
		text-indent: 2em;
		font-size: 14px;
		line-height: 27px;
	}
	.contain .rightWord .bottom a {
		text-indent: 2em;
		font-size: 14px;
		line-height: 27px;
		display: block;
		width: 100%;
		text-align: right;
	}
	/*往期回顾*/
	.oldLook {
		width: 100%;
		height: auto;
	}
	.oldLook .title {
		text-align: center;
		width: 3rem;
		/*height: 1.2rem;*/
		/* background-color: #194993;*/
		margin-bottom: 0.31rem;
		line-height: 1.2rem;
		font-size: 0.48rem;
		color: #ffffff;
	}
	.oldList ul li {
		float: left;
		width: 47%;
		margin-right: 3%;
		height: auto;
		position: relative;
		margin-bottom: 0.2rem;
	}
	.oldList ul li .top {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.oldList ul li .top img {
		width: 100%;
		height: 150px;
		display: block;
	}
	.oldList ul li .bottom {
		width: 100%;
		height: auto;
		padding: 0.06rem 0.1rem 0 0.1rem;
		background-color: #f4f4f4;
		margin: 0 auto;
	}
	.oldList ul li .mainTitle,
	.oldList ul li .time,
	.oldList ul li .contain {
		font-size: 0.28rem;
		color: #333333;
		line-height: 0.7rem;
	}
	.oldList ul li span.left {
		font-size: 0.32rem;
		font-weight: bold;
		color: #4078be;
	}
	.oldList ul li .contain a {
		color: #4078be;
	}
	/*最新消息*/
	.newNews {
		width: 100%;
		margin-bottom: 1.27rem;
	}
	.newNews .title {
		width: 100%;
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: 0.48rem;
		color: #134084;
		position: relative;
	}
	.newNews span.word {
		padding: 0 0.05rem;
	}
	.newNews .title a {
		float: right;
		width: 0.5rem;
		height: 0.15rem;
	}
	.newNews .title a img {
		width: 0.8rem;
		height: 0.15rem;
		position: absolute;
		top: 0.76rem;
		right: 0;
	}
	.newNews ul li {
		width: 100%;
		height: auto;
		border-bottom: 0.01rem solid #c2cfe3;
		padding: 0.2rem 0.6rem;
	}
	.newNews ul li a {
		display: block;
		font-size: 0.32rem;
		line-height: 0.5rem;
	}
	/*预告*/
	.proTalk {
		margin-bottom: 1.25rem;
		width: 100%;
		height: auto;
	}
	.proTalk ul li {
		width: 100%;
		height: 1.4rem;
		margin-bottom: 0.26rem;
		background-color: #4078be;
	}
	.proTalk ul li a {
		display: block;
		width: 100%;
		height: 1.4rem;
		padding-left: 2.36rem;
		font-size: 0.5rem;
		color: #ffffff;
		line-height: 1.4rem;
		font-weight: bold;
	}
	.proTalk ul li a.news {
		background: url(fbh_09.png) 0.96rem center/10% no-repeat;
	}
	.proTalk ul li a.focus {
		background: url(fbh_10.png) 0.96rem center/10% no-repeat;
	}
	/*发言人*/
	.talk1,
	.talk2 {
		width: 100%;
		height: auto;
		margin-bottom: 0.16rem;
	}
	.talk1 .title,
	.talk2 .title {
		font-size: 0.5rem;
		color: #245399;
		line-height: 2.22rem;
		margin-bottom: 0.2rem;
		padding-left: 0.2rem;
	}
	.talkList1 .top,
	.talkList2 .top {
		font-size: 0.48rem;
		font-weight: bold;
		color: #245399;
		line-height: 1.2rem;
		margin-bottom: 0.15rem;
	}
	.talkList1 ul li,
	.talkList2 ul li {
		margin-bottom: 0.23rem;
		padding-left: 0.2rem;
	}
	.talkList1 .bottom a,
	.talkList2 .bottom a {
		display: block;
		font-size: 0.44rem;
		line-height: 0.58rem;
	}
	.talkList2 {
		margin-bottom: 1.2rem;
	}
	.talk3 {
		width: 100%;
		height: 1.4rem;
		background-color: #4078be;
	}
	.talk3 a {
		display: block;
		width: 100%;
		height: 1.4rem;
		background: url(fbh_11.png) 0.96rem center/10% no-repeat;
		line-height: 1.4rem;
		font-size: 0.5rem;
		font-weight: bold;
		color: #ffffff;
		padding-left: 2.36rem;
	}
	
}
