@charset "utf-8";
	* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	font-family: "微软雅黑" !important;
	background-color: #fff;
	font-size: 14px;
	height: 100%;
	min-width:1200px;
}
a,a:hover {
	text-decoration: none !important;
	outline: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.common_width {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
body ul,body p {
	margin: 0;
}
ul > li {
	list-style-type: none;
}
img {
	border: none;
	outline: none;
}
input {
	outline: none;
	border: 0;
	font-family: "微软雅黑" !important;
	background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}
/*清除苹果按钮样式*/
	.btn:focus {
	outline: none !important;
}
@font-face {
	font-family: "KabelCBook";
	src: url(kabelc-book.jpg)
}
::-webkit-input-placeholder {
	/* webkit browsers*/
	color: #999;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.2);
}
/*IE判断*/
	.ie6 {
	text-align: center;
	font-size: 16px;
	background: #FC6;
	line-height: 100px;
	z-index: 100000;
	width: 100%;
	position: absolute;
	height: 100px;
	top: 0;
	left: 0;
}
.ie6 span {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}
.bd_weixin_popup {
	box-sizing: content-box;
}
.header .header_bg {
	height: 110px;
	background:url(../images/header_bg.jpg) center no-repeat #7b2494;
	border-bottom:1px #813597 solid;
}
.header form {
	height: 40px;
	margin: 38px 0 0;
	box-sizing: border-box;
}
.header form input[type='text'] {
	width: 300px;
	height: 38px;
	line-height: 38px;
	background:#fff;
	font-size: 14px;
	color: #999;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}
.header form input[type='image'] {
	width: 50px;
	height: 38px;
	background: #f69209 url(../images/search.png) no-repeat center;
}
.header .nav {
	height: 50px;
	line-height: 50px;
	background-color: #792092;
	position: relative;
}
.header .nav .level2 {
	height: 72px;
	position: absolute;
	width: 100%;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e5e5e5;
	display: none;
	z-index: 999;
}
.header .nav > ul > li {
	width: 150px;
	float: left;
	position: relative;
}
.header .nav > ul > li > a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.header .nav > ul > li.active > a {
	background-color: #01447a;
}
.header .nav > ul > li > ul {
	height: 72px;
	line-height: 72px;
	position: absolute;
	left: -88px;
	top: 44px;
	width: 800px;
	z-index: 1000;
	display: none;
}
.header .nav > ul > li > ul li {
	float: left;
}
.header .nav > ul > li > ul li a {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 20px;
}
.header .nav > ul > li > em {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #882ca2;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 1000;
	margin-left: -8px;
	opacity: 0;
	transition: all 0.2s ease 0.1s;
}
.header .nav > ul > li > em.active {
	opacity: 1;
}
.header .nav > ul > li:hover > a {
	background-color: #882ca2;
}
.footer {
	background: #8a2ea4;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8a2ea4', endColorstr='#451353');
	background: linear-gradient(180deg, #8a2ea4, #451353);
	padding: 25px 0;
	line-height: 30px;
	text-align: center;
	color: #edf0fa;
}
.footer p {
	font-size: 14px;
}
.footer p.copyright,.footer p a {
	color: #fff;
}
.main {
	padding-top: 30px;
padding-bottom: 30px;

}
.main .common_width .first_new {
	text-align: center;
	padding-bottom: 28px;
}
.main .common_width .first_new h2 {
	margin: 0;
	color: #014b87;
	font-size: 36px;
	font-weight: bold;
	line-height: 34px;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main .common_width .first_new p {
	font-size: 16px;
	line-height: 20px;
	color: #4c4c4c;
	margin-top: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main .common_width .item1 {
	height: 355px;
}
.main .common_width .item1 .slide {
	height: 355px;
	position: relative;
}
.arrow-left {
	height: 46px;
	width: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -23px;
	background: rgba(0,0,0,.6) url(../images/arrows_01.png) no-repeat center;
	cursor: pointer;
}
.arrow-right {
	height: 46px;
	width: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
	background: rgba(0,0,0,.6) url(../images/arrows_02.png) no-repeat center;
	cursor: pointer;
}
.main .common_width .item1 .slide .swiper-container {
	height: 100%;
}
.main .common_width .item1 .slide .swiper-container a {
	display: block;
	height: 100%;
	position: relative;
}
.main .common_width .item1 .slide .swiper-container a p {
	line-height: 46px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(30, 30, 30, 0.9);
	padding: 0 30px;
	color: #fff;
}
.main .common_width .item1 .slide .swiper-container a p em {
	font-style: normal;
	font-size: 16px;
	display: block;
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main .common_width .item1 .slide .swiper-container .pagination {
	left: auto;
	right: 0;
	width: auto;
	bottom: 0;
	height: 46px;
	padding-right: 20px;
	position: absolute;
	margin: 0;
}
.main .common_width .item1 .slide .swiper-container .pagination .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #f3e3f8;
	float: left;
	margin: 18px 4px 0;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.2 ease 0.1;
}
.main .common_width .item1 .slide .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
	background-color: #fff;
}
.main .common_width .item1 .col-md-5 {
	position: relative;
}
.main .common_width .item1 .col-md-5 .tit {
	height: 65px;
	line-height: 50px;
	position: relative;
	border-bottom:1px #cccccc solid;
}
.main .common_width .item1 .col-md-5 .tit span {
	color:#333;
	padding-left: 50px;
	float: left;
	display: block;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	transition: all 0.1s ease 0.1s;
	background:url(../images/icon_1.png) no-repeat;
}
.main .common_width .item1 .col-md-5 .tit span#active {
	background-color: #015293;
	color: #fff;
}
.main .common_width .item1 .col-md-5 .tit a {
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	color: #014b87;
}
.main .common_width .item1 .col-md-5 ul {
	padding: 10px 15px 0;
	width: 100%;
	line-height: 36px;
	height:36px;
	font-size: 14px;
	position: absolute;
	left: 0;
	height: 343px;
	overflow: hidden;
	box-sizing: border-box;
}
.main .common_width .item1 .col-md-5 ul li {
	padding-left: 18px;
	padding-right: 10px;
	position: relative;
}
.main .common_width .item1 .col-md-5 ul li span {
	position:absolute;
	right: 0;
	top:0;
	color:#808080
}
.main .common_width .item1 .col-md-5 ul li a {
	width:80%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #323232;
	display: block;
	transition: all 0.5s ease 0.1s;
	font-size:15px;
}
.main .common_width .item1 .col-md-5 ul li:hover a {
	color: #f69209;
}
.main .common_width .item1 .col-md-5 ul li em {
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #f69209;
	top: 50%;
	margin-top:-2px;
	left: 3px;
}
.main .part_2 {
	background:url(../images/part_2_bg.jpg) center no-repeat #f5f5f5;
	height:558px;
	margin-top:30px;
}
.main .part_2 .item2 .fl {
	width: 362px;
	margin-right: 57px;
}
.main .part_2 .item2 div.fl+div.fl+div.fl {
	margin-right:0
}
.main .part_2 .item2.common_width {
	padding-top: 35px;
}
.main .part_2 .item2 .fl .tit {
	height:65px;
	line-height:45px;
	border-bottom:1px #b3b3b3 solid;
}
.main .part_2 .item2 .fl .tit > img {
	float: left;
	margin-right:15px;
}
.main .part_2 .item2 .fl .tit h3 {
	font-size:22px;
	color: #333;
	display:inline-block
}
.main .part_2 .item2 .fl .tit span {
	float:right;
	display:block;
	line-height:50px;
}
.main .part_2 .item2 .fl .txt1 .date {
	width:60px;
	float: left;
	text-align:center
}
.main .part_2 .item2 .fl .txt1 .date .date_1 {
	height:32px;
	line-height:32px;
	background:#d18e59;
	color:#fff;
	font-size:20px;
}
.main .part_2 .item2 .fl .txt1 .date .date_2 {
	height:32px;
	border:1px #eeeeee solid;
	border-top:none;
	line-height:32px;
	color:#323232;
	font-size:14px;
	background:#fff;
}
.main .part_2 .item2 .fl .txt1 li:hover span {
	color: #f69209;
}
.main .part_2 .item2 .fl .txt1 li {
	border-bottom:1px rgba(179,179,179,0.5) solid;
	padding:20px 0
}
.main .part_2 .item2 .fl .txt1 li:last-child {
	border-bottom:none
}
.main .part_2 .item2 .fl .txt1 span {
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	display:block;
	height:64px;
	line-height:32px;
	color: #3e3e3e;
	float:right;
	width:80%;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:16px;
	transition: all 0.5s ease 0.1s;
}
.main .part_2 .item2 .fl .txt2 li {
	background:#fff;
	margin:16px 0;
	padding:12px 0;
}
.main .part_2 .item2 .fl .txt2 .date {
	width:82px;
	float: left;
	text-align:center;
	border-right:1px #d9d9d9 solid;
}
.main .part_2 .item2 .fl .txt2 .date .date_1 {
	height:32px;
	line-height:32px;
	color:#4c4c4c;
	font-size:20px;
}
.main .part_2 .item2 .fl .txt2 .date .date_2 {
	height:32px;
	line-height:32px;
	color:#808080;
	font-size:14px;
}
.main .part_2 .item2 .fl .txt2 span {
	display:block;
	height:64px;
	line-height:32px;
	color: #3e3e3e;
	float:right;
	width:70%;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:16px;
	transition: all 0.5s ease 0.1s;
}
.main .part_2 .item2 .fl .txt2 li:hover span {
	color: #f69209;
}
.main .part_2 .item2 .fl .txt3 li {
	border-bottom:1px rgba(179,179,179,0.5) solid;
	padding:20px 0
}
.main .part_2 .item2 .fl .txt3 .date {
	width:82px;
	float: left;
	text-align:center;
	border-right:1px #d9d9d9 solid;
}
.main .part_2 .item2 .fl .txt3 .date .date_1 {
	height:32px;
	line-height:32px;
	color:#4c4c4c;
	font-size:20px;
}
.main .part_2 .item2 .fl .txt3 .date .date_2 {
	height:32px;
	line-height:32px;
	color:#808080;
	font-size:14px;
}
.main .part_2 .item2 .fl .txt3 span {
	display:block;
	height:64px;
	line-height:32px;
	color: #3e3e3e;
	float:right;
	width:70%;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:16px;
	transition: all 0.5s ease 0.1s;
}
.main .part_2 .item2 .fl .txt3 li:hover span {
	color: #f69209;
}
.main .part_2 .item2 .fl .txt3 li:last-child {
	border-bottom:none
}
.main .part_3 {
	padding: 30px 0 0;
}
.main .part_3 .item3 .fl {
	width:160px;
	background:url(../images/icon_7.png) left center no-repeat;
	padding-left:40px;
	font-size: 22px;
	color:#333;
	font-weight:bold;
	line-height:40px;
}
.main .part_3 .item3 .txt {
	float: left;
	line-height:40px;
}
.main .part_3 .item3 .txt a {
	font-size:14;
	color:#333;
	display:block;
	margin: 0 10px;
	float:left;
	transition: all 0.5s ease 0.1s;
}
.main .part_3 .item3 .txt a:hover {
	color: #f69209;
}
.main .common_width.page .fr {
	width: 300px;
}
.main .common_width.page .fr .subject_list h2 {
	background-color: #0263b3;
	margin: 0;
	padding: 0 10px 0 18px;
	height: 42px;
}
.main .common_width.page .fr .subject_list h2 a {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 42px;
}
.main .common_width.page .fr .subject_list h2 a span {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 42px;
	font-weight: normal;
}
.main .common_width.page .fr .subject_list ul {
	padding: 10px;
	border: 1px solid #b2d2ec;
	border-top: 0;
}
.main .common_width.page .fr .subject_list ul li {
	height: 82px;
}
.main .common_width.page .fr .subject_list ul li a {
	display: block;
	height: 100%;
}
.main .common_width.page .fr .subject_list ul li + li {
	margin-top: 10px;
}
.main .common_width.page .fr .school_news {
	margin-bottom: 20px;
}
.main .common_width.page .fr .school_news h2 {
	background-color: #0263b3;
	margin: 0;
	padding: 0 10px 0 18px;
	height: 42px;
}
.main .common_width.page .fr .school_news h2 a {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 42px;
}
.main .common_width.page .fr .school_news h2 a span {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 42px;
	font-weight: normal;
}
.main .common_width.page .fr .school_news ul {
	padding: 6px 10px;
	border: 1px solid #b2d2ec;
	border-top: 0;
}
.main .common_width.page .fr .school_news ul li {
	line-height: 22px;
	font-size: 14px;
	padding: 8px 5px;
}
.main .common_width.page .fr .school_news ul li a {
	color: #4c4c4c;
	display: block;
	max-height: 44px;
	overflow: hidden;
	transition: all 0.5s ease 0.1s;
}
.main .common_width.page .fr .school_news ul li + li {
	border-top: 1px dashed #b3d2ec;
}
.main .common_width.page .fr .school_news ul li:hover a {
	color: #0263b3;
}
.main .common_width.page .fl {
	width: 810px;
	position: relative;
}
.main .common_width.page .fl .column_list {
	margin-bottom: 12px;
}
.main .common_width.page .fl .column_list h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #e1f1fe;
	margin: 0 0 30px;
}
.main .common_width.page .fl .column_list h3 a {
	color: #014b87;
}
.main .common_width.page .fl .column_list h3 span {
	display: block;
	float: left;
	padding-left: 28px;
	font-size: 18px;
	height: 42px;
	background: url(../images/6.jpg) no-repeat left top 11px;
	border-bottom: 2px solid #014b87;
}
.main .common_width.page .fl .column_list .row {
	margin-right: -6px;
	margin-left: -6px;
}
.main .common_width.page .fl .column_list .col-md-6 {
	padding-right: 6px;
	padding-left: 6px;
}
.main .common_width.page .fl .column_list .col-md-6 > a {
	border: 1px solid #ccc;
	padding: 6px 6px 0;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.main .common_width.page .fl .column_list .col-md-6 > a .pic {
	height: 116px;
}
.main .common_width.page .fl .column_list .col-md-6 > a p {
	line-height: 46px;
	font-size: 16px;
	color: #0263b3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main .common_width ul.notice_list {
	margin-bottom: 12px;
}
.main .common_width .notice_btm {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	border-bottom: 2px solid #eee;
	margin: 0 0 10px;
}
.main .common_width .notice_btm a {
	color: #792092;
}
.main .common_width .notice_btm span {
	display: block;
	float: left;
	padding-right: 5px;
	font-size: 18px;
	height: 42px;
	border-bottom: 2px solid #792092;
}
.main .common_width ul.notice_list li {
	line-height: 40px;
	height: 40px;
	padding-left: 17px;
	position: relative;
	font-size: 16px;
}
.main .common_width ul.notice_list li a {
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	width: 100%;
	padding-right: 135px;
	transition: all 0.5s ease 0.1s;
}
.main .common_width ul.notice_list li em {
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #f69209;
	top: 18px;
	left: 3px;
}
.main .common_width ul.notice_list li span {
	display: block;
	height: 100%;
	float: right;
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.5s ease 0.1s;
}
.main .common_width ul.notice_list li:hover a,
.main .common_width ul.notice_list li:hover span {
	color: #f69209;
}
.main .common_width ul.notice_list li:nth-child(5n) {
	box-sizing: content-box;
	padding-bottom: 6px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 6px;
}
.main .common_width ul.notice_list li:last-child {
	border-bottom: 0 !important;
}
.main .common_width.page .fl p.crumbs {

	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
}
.main .common_width.page .fl p.crumbs a {
	display: block;
	float: left;
	font-size: 14px;
	color: #666;
}
.main .common_width.page .fl p.crumbs a:first-child {
	padding-left: 20px;
	background: url(../images/icon_home.png) no-repeat left center;
}
.main .common_width.page .fl p.crumbs a + a {
	padding-left: 28px;
	background: url(../images/next.png) no-repeat left 11px center;
}
.main .common_width.page .fl .page_nav {
	text-align: center;
	font-size: 0;
}
.main .common_width.page .fl .page_nav span,
.main .common_width.page .fl .page_nav a {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
	margin-right: 10px;
}
.main .common_width.page .fl .page_nav form {
	display: inline-block;
	height: 30px;
	width: 88px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
.main .common_width.page .fl .page_nav form input[type="text"] {
	width: 58px;
	height: 28px;
	float: left;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	text-align: center;
}
.main .common_width.page .fl .page_nav form input[type="button"] {
	width: 28px;
	height: 28px;
	float: left;
	background-color: #015293;
	font-family: 'Arial';
	color: #fff;
	font-size: 12px;
}
.main .common_width.page .fl .content h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #e1f1fe;
	margin: 0;
}
.main .common_width.page .fl .content h3 a {
	color: #014b87;
}
.main .common_width.page .fl .content h3 span {
	display: block;
	float: left;
	padding-left: 28px;
	font-size: 18px;
	height: 42px;
	background: url(../images/1.png) no-repeat left top 11px;
	border-bottom: 2px solid #014b87;
}
.main .common_width.page .fl .content .tit {
	padding: 0 30px;
	text-align: center;
}
.main .common_width.page .fl .content .tit h4 {
	font-size: 22px;
	color: #0263b3;
	line-height: 36px;
	padding-top: 24px;
	margin: 0;
}
.main .common_width.page .fl .content h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #e1f1fe;
	margin: 0;
}
.main .common_width.page .fl .content h3 a {
	color: #014b87;
}
.main .common_width.page2 .fr .content h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #eee;
	margin: 0;
}
.main .common_width.page2 .fr .content h3 span {
	display: block;
	float: left;
	color:#792092;
	padding-right: 5px;
	font-size: 18px;
	height: 42px;
	border-bottom: 2px solid #792092;
}
.main .common_width.page2 .fr .content .tit {
	text-align: center;
	margin-bottom:15px;
}
.main .common_width.page2 .fr .content .txt p {
    font-size: 16px !important;
    line-height: 28px;
    color: #666;
    margin: 15px 0;
    text-align: justify;
}
.main .common_width.page2 .fr .content .txt img{
  max-width: 100%;
}
.main .common_width.page2 .fr .content .tit h4 {
	font-size: 22px;
	color: #333;
	line-height: 36px;
	padding-top: 24px;
	margin: 0;
}
.main .common_width.page2 .fr .content .tit span {
	padding: 0 13px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.main .common_width.page .fl .content .txt {
	padding: 0 30px;
}
.main .common_width.page .fl .content .txt p {
	font-size: 16px !important;
	line-height: 28px;
	color: #666;
	margin: 15px 0;
	text-align: justify;
}
.main .common_width.page .fl .content .txt img {
	max-width: 100%;
}
.main .common_width.page .fl .share {
	padding: 30px 30px 10px;
	box-sizing: content-box;
	height: 24px;
}
.main .common_width.page .fl .share .bdsharebuttonbox {
	font-size: 14px;
	color: #999;
}
.main .common_width.page .fl .share .bdsharebuttonbox a {
	margin: 0 6px 0 0;
	line-height: 24px;
	height: 24px;
	padding-left: 24px;
	border-radius: 2px;
	transition: all 0.3s ease 0.1s;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_weixin {
	background: #cccccc url(../images/wechat.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_weixin:hover {
	background: #0263b3 url(../images/wechat.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_tsina {
	background: #cccccc url(../images/sina.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_tsina:hover {
	background: #0263b3 url(../images/sina.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_sqq {
	background: #cccccc url(../images/qq.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_sqq:hover {
	background: #0263b3 url(../images/qq.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_more {
	background: #cccccc url(../images/more.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox a.bds_more:hover {
	background: #0263b3 url(../images/more.jpg) no-repeat center;
}
.main .common_width.page .fl .share .bdsharebuttonbox span {
	display: block;
	float: left;
	line-height: 24px;
}
.main .common_width.page2 .fl {
	width: 260px;
}
.main .common_width.page2 .fl h2 {
	height: 65px;
	line-height: 55px;
	text-align: center;
	background-color: #d18e59;
	margin: 0;
	font-size: 24px;
	color: #f0f0f0;
	position: relative;
}
.main .common_width.page2 .fl h2 span {
	width: 96px;
	height: 1px;
	display: block;
	position: absolute;
	top: 54px;
	left: 50%;
	margin-left: -48px;
	background-color: #f0f0f0;
}
.main .common_width.page2 .fl ul.left_nav {
	background-color: #f5f5f5;
	padding: 10px 0;
	text-align: center;
}
.main .common_width.page2 .fl ul.left_nav li:hover {
	background:#DCA97F;
}
.main .common_width.page2 .fl ul.left_nav li:hover a {
	color: #fff;
}
.main .common_width.page2 .fl ul.left_nav li {
	height: 50px;
	line-height: 49px;
}
.main .common_width.page2 .fl ul.left_nav li a {
	display: block;
	color: #333;
	font-size: 16px;
}
.main .common_width.page2 .fl ul.left_nav li + li {
	border-top: 1px solid #e9e9e9;
}
.main .common_width.page2 .fl ul.left_nav li.active {
	background-color: #DCA97F;
}
.main .common_width.page2 .fl ul.left_nav li.active a {
	color: #fff;
}
.main .common_width.page2 .fr {
	width: 900px;
	position: relative;
}
.main .common_width.page2 .fr p.crumbs {
	position: absolute;
	color:#666;
	top: 0;
	right: 0;
	line-height: 40px;
}
.main .common_width.page2 .fr p.crumbs a {
	display:inline;
	font-size: 14px;
	color: #666;
}
.main .common_width.page2 .fr p.crumbs a:first-child {
	padding-left: 20px;
	background: url(../images/icon_home.png) no-repeat left center;
}
.main .common_width.page2 .fr .page_nav {
	text-align: center;
	font-size: 0;
}
.main .common_width.page2 .fr .page_nav span,
.main .common_width.page2 .fr .page_nav a {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
	margin-right: 10px;
}
.main .common_width.page2 .fr .page_nav form {
	display: inline-block;
	height: 30px;
	width: 88px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
.main .common_width.page2 .fr .page_nav form input[type="text"] {
	width: 58px;
	height: 28px;
	float: left;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	text-align: center;
}
.main .common_width.page2 .fr .page_nav form input[type="button"] {
	width: 28px;
	height: 28px;
	float: left;
	background-color: #015293;
	font-family: 'Arial';
	color: #fff;
	font-size: 12px;
}
.main .common_width.page2 .fr ul.news_list h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #e1f1fe;
	margin: 0 0 30px;
}
.main .common_width.page2 .fr ul.news_list h3 a {
	color: #014b87;
}
.main .common_width.page2 .fr ul.news_list h3 span {
	display: block;
	float: left;
	font-size: 18px;
	height: 42px;
	border-bottom: 2px solid #014b87;
}
.main .common_width.page2 .fr ul.news_list li {
	height: 198px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 0 2px 3px 1px #e7edf2;
	padding: 0 30px 0 35px;
	margin-bottom: 20px;
}
.main .common_width.page2 .fr ul.news_list li a {
	display: block;
}
.main .common_width.page2 .fr ul.news_list li a h5 {
	font-size: 26px;
	line-height: 38px;
	color: #0263b3;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .common_width.page2 .fr ul.news_list li a p {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #808080;
	font-size: 14px;
}
.main .common_width.page2 .fr ul.news_list li a span.date {
	line-height: 50px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	display: block;
	font-family: 'Arial';
}
.main .common_width.page2 .fr ul.news_list li a span.date em {
	font-style: normal;
	float: right;
	font-size: #ed1e1e;
	padding-left: 24px;
	font-size: 14px;
	font-weight: normal;
	background: url(../images/em_icon.jpg) no-repeat left center;
}
.main .common_width.page2 .fr ul.picnews_list {
	padding-bottom: 20px;
}
.main .common_width.page2 .fr ul.picnews_list h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #e1f1fe;
	margin: 0 0 22px;
}
.main .common_width.page2 .fr ul.picnews_list h3 a {
	color: #014b87;
}
.main .common_width.page2 .fr ul.picnews_list h3 span {
	display: block;
	float: left;
	font-size: 18px;
	height: 42px;
	border-bottom: 2px solid #014b87;
}
.main .common_width.page2 .fr ul.picnews_list li {
	height: 161px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
.main .common_width.page2 .fr ul.picnews_list li a {
	display: block;
	height: 100%;
	position: relative;
}
.main .common_width.page2 .fr ul.picnews_list li a .pic {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 250px;
}
.main .common_width.page2 .fr ul.picnews_list li a .txt {
	height: 100%;
	padding-left: 273px;
}
.main .common_width.page2 .fr ul.picnews_list li a .txt h5 {
	line-height: 28px;
	margin-top: 6px;
	font-size: 16px;
	3 color: #333;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 4px;
}
.main .common_width.page2 .fr ul.picnews_list li a .txt p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.main .common_width.page2 .fr ul.picnews_list li a .txt span.date {
	display: block;
	line-height: 34px;
	font-size: 16px;
	color: #0263b3;
}
.main .common_width.page2 .fr .r_content h3 {
	line-height: 40px;
	height: 42px;
	text-align: right;
	font-size: 14px;
	color: #014b87;
	border-bottom: 2px solid #e1f1fe;
	margin: 0 0 22px;
}
.main .common_width.page2 .fr .r_content h3 a {
	color: #014b87;
}
.main .common_width.page2 .fr .r_content h3 span {
	display: block;
	float: left;
	font-size: 18px;
	height: 42px;
	border-bottom: 2px solid #014b87;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox img {
	max-width: 100%;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox h4 {
	font-size: 22px;
	color: #0263b3;
	text-align: center;
	line-height: 36px;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox {
	line-height:180%;
	color: #666;
	font-size:14pt;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox p {
	margin: 15px 0;
	color: #666;
	word-wrap:break-word;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox p.info {
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
	margin: 0;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox p.info span {
	padding: 0 8px;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table {
	width: 700px;
	margin: 25px auto;
	text-align: center;
	border-collapse: collapse;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table th {
	height: 50px;
	text-align: center;
	background-color: #3273a7;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table td {
	line-height: 28px;
	padding: 12px 0;
	font-size: 16px;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table tr:nth-child(odd) {
	background-color: #eaf1f6;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table.t_one tr > td:first-child {
	color: #0263b3;
	width: 150px;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table.t_one tr > td:nth-child(2) {
	color: #1a1a1a;
	width: 200px;
}
.main .common_width.page2 .fr .r_content .soogee_txtbox table.t_one tr > td:nth-child(3) {
	color: #333;
}
.master_pic {
	height: 700px;
	width: 100%;
	position: relative;
}
.master_pic > div {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: 1;
	transition: all 0.7s ease 0.1s;
}
.master_pic.active div {
	opacity: 0;
}
/*2018.11.17update*/
	.f_linkstit {
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #014b87;
	position: relative;
}
.f_linkstit span {
	display: inline-block;
	padding: 0 28px 10px;
	cursor: pointer;
}
.f_linkstit em {
	width: 0;
	height: 0;
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #014b87;
	position: absolute;
	top: 39px;
	left: 120px;
	margin-left: -65px;
	z-index: 1000;
	transition: all 0.35s ease 0.1s;
}
.f_linkstxt {
	padding-top: 15px;
	height: auto;
	overflow: hidden;
}
.f_linkstxt ul {
	display: none;
}
.f_linkstxt ul li {
	width: 270px;
	float: left;
}
.f_linkstxt ul li a {
	display: block;
	line-height: 28px;
	text-align: left;
	color: #4c4c4c;
	padding-left: 4px;
}
.f_linkstxt ul:nth-child(2) li {
	width: 270px;
}
.f_linkstxt ul:nth-child(2) li a,.f_linkstxt ul:nth-child(1) li a {
	line-height: 48px;
}
.col-md-12 {
	width: 100%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.col-md-7 {
	width: 49.33333333%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.col-md-6 {
	width: 50%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.col-md-5 {
	width: 50.66666667%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}