#banner{
	height:450px;
	width:100%;
}


/* Sector标题开始 */
.sector{
	/* width:1250px; */
	display:inline-block;
	text-align:center;
	margin-top:20px;
}

.sector .title-area{
	width:100%;
	display:inline-flex;
	justify-content:space-between;
	align-items:flex-end;
	border-bottom:solid 1px #efefef;
}
.sector .title-area .title{
	width:100%;
	color:rgb(0,51,98);
	position:relative;
	font-weight:bold;
	cursor:pointer;
	align-items:center;
}

.sector .title-area .title .title-1{
	font-size:16px;
	line-height:30px;
	text-align:left;
	display:inline-block;
	color: #262626;
	border-bottom: 2px #b2b2b2 solid;
}
.sector .title-area .title .title-2{
	font-size:14px;
	line-height:30px;
	text-align:left;
	margin-left:10px;
	color: #969696;
	border-bottom: none;
	font-weight:normal;
}
.sector .title-area .title .title-more{
	text-align:left;
	margin-bottom:2px;
	display:block;
	font-size:12px;
	color:#888888;
}


.sector .title-area .more{
	display:inline-flex;
	
}

.sector .title-area .more .more-button{
	display:inline-block;
	height:30px;
	line-height:30px;
	width:90px;
	color:white;
	font-size:14px;
	margin-left:10px;
	background-color:rgb(99,120,139);
}
.sector .title-area .more .more-button.active{
	background-color:rgb(0,70,125);
}


/* Sector标题结束 */







/* Block-Area 默认的样式 */
.block-area{
	margin-top:20px;	
}
.block-area .block-item{
	/* 内容块 */
	display:inline-block;
	margin-bottom:30px;
}

.block-area .block-item-empty{
	/* 填充空块,撑起Flex */
	display:inline-block;
	height:1px;
}

.block-area .block-item .photo{
	/* 内容块缩略图 */
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.block-area .block-item .photo .img-holder{
	/* 内容块缩略图占位符 */
	width:100%;
}

.block-area .block-item .title{
	/* 内容标题 */
	height:50px;
	line-height:50px;
	font-size:14px;
	text-align:left;
	overflow:hidden;
}
.block-area .block-item .time{
	display:inline-block;
	width:100%;
	text-align:left;
	font-size:12px;
	line-height:18px;
	color:#666666;
}
.block-area .block-item .time:before{
	font-family:'iconfont';
	content:'\e785';
	
}
.block-area .block-item .summary{
	/* 内容概要 */
	height:75px;
	line-height:25px;
	font-size:14px;
	color:#666666;
	text-align: justify;
	overflow:hidden;
}
.block-area .block-item .summary:after{
	display:inline;
	width:100%;
}

#sub_nav{
	margin-bottom:30px;
	text-align:left;
}
#sub_nav .title{
	color:#8f8f8f;
	font-size:20px;
	margin-bottom:20px;
}
#sub_nav .menu{
	border: solid 1px #efefef;
	background-color: rgb(250,250,250);
    padding: 20px;
}
#sub_nav .menu .menu-item{
	/* width:100%; */
	height:30px;
	line-height:30px;
	font-size:14px;
	cursor:pointer;
	padding-left:10px;
	color: #333333;
	border-bottom:solid 1px #efefef;
	background-color: rgb(250,250,250);
}
#sub_nav .menu .menu-item.active,
#sub_nav .menu .menu-item:hover {
    border-color: #6987a3;
    background-color: #6987a3;
    color: #fff;
}
#sub_nav .menu .menu-item:last-of-type{
	border-bottom:none 0px;
}

#news .title_container{
    margin-bottom:40px;
    
}
#news .title_title{
    font-size: 26px;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom:10px;
}
#news .title_author{
    color: #666666;
	font-size: 14px;
}



/* 新闻通知区样式 */
#news_notice{
	display:inline-flex;
	justify-content: center;
	margin-top: 0px;
}

#news_notice #news{
	width:90%!important;
	flex-grow:0;
	flex-shrink:0;
}

#news .block-area .block-item{
	display:inline-flex;
	margin-bottom:solid 1px #efefef;
	
	padding-bottom:20px;
	border-bottom:solid 1px #efefef;
}
#news .block-area .photo{
	width:150px;
	margin-right:20px;
	flex-shrink:0;
}
#news .block-area .title{
	height: 30px;
    line-height: 30px;
}


#news_side .block-item-title{
	margin-bottom:20px;
	font-size:18px;
	text-align:left;
	color:#848484;
	border-bottom:solid 1px #8f8f8f;
}
#news_side .block-item{
	margin-top:16px;
	align-items:center;
}
#news_side .block-item .time{
	width:65px;
	height:65px;
	padding-top:15px;
	margin-right:15px;
	color:white;
	text-align:center;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	box-sizing:border-box;
	background-color:rgb(123,150,169);
}



#news_side .block-item .time div:last-of-type{
	font-size:12px;
	font-weight:normal;
}
#news_side .block-item .title{
	width:100%;
	color:#848484;
	font-size:14px;
	line-height:20px;
	text-align:left;
	cursor:pointer;
}

