@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #fff;
	min-width: 1430px;
}


img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.clear:after {
	content: '';
	display: block;
	clear: both;
}

.container {
	padding: 0 10px;
}


.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex_bd {
	flex: 1;
}


/*顶部*/
.header-top {
	position: relative;
	height: 276px;
	padding-top: 87px;
	background-repeat: no-repeat;
	/*background-image: url(../images/top.jpg);*/
	background-image: url(../images/head.jpg);
	background-position: center center;
}

.header-top-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.top-logo {
	padding: 0 36px;
}

.top-logo-tt {
	font-weight: bold;
	font-size: 48px;
}

.top-logo-en {
	color: #17528d;
	font-size: 22px;
}

.search-bar {
	width: 342px;
	position: relative;
}

.search-bar .form-control {
	height: 45px;
	border-radius: 8px;
	padding: 0 65px 0 20px;
	font-size: 16px;
	line-height: 45px;
}

.search-bar .search-btn {
	height: 45px;
	width: 65px;
	position: absolute;
	right: 0;
	border-radius: 0 8px 8px 0;
	color: #fff;
	top: 0;
	line-height: 45px;
	background-color: #e00000;
}

.search-bar .search-btn .iconfont {
	font-size: 20px;
}
.row-cha .row-panel:last-child,.row-notice .row-panel:last-child{margin-right:0px;}
.container {
	width: 1200px;
}

.header-main {
	background-color: #c60e0e;
	height: 57px;
}

.header-main .nav>li {
	float: left;
	width: 11.1111%;
}

.header-main .nav>li>a {
	font-size: 16px;
	color: #fff;
	padding: 10px 12px;
	line-height: 2;
	text-align: center;
}
.top-nav .active-li{
    border-bottom:5px solid yellow;
}
.top-nav .active-li>a{
    color:yellow !important;
}

.header-main .nav>li>a:hover {
	background-color: #c60e0e;
}
.header-main .nav>.current>a{
	background-color: #c60e0e;
}
.sub-nav {
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	display: none;
	background-color: #c60e0e;
	z-index: 99;
}

.sub-nav>li>a {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	display: block;
	padding: 10px;
	color: #fff;
}

.header-main .nav>li:hover .sub-nav {
	display: block;
}


/* 底部 */
#c-footer {
	background-color: #445462;
	color: #ffffff;
}

.c-copyright {
	text-align: center;
}

.c-copyright .item {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}

.footer-main {
	padding: 30px 0 60px;
}


/* 顶部菜单 */
.scale {
	display: block;
	overflow: hidden;
	font-size: 0;
}

.scale img {
	transition: .3s all;
}

.scale:hover img {
	transform: scale(1.04);
}

.page-main {
	padding-top: 34px;
}

.row1-left {
	width: 837px;
	margin-right: 21px;
	/*float:left;
	width:55%;*/
}

.row1-box {
	position: relative;
}

.row1-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 40px;
}

.row1-titlle {
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

.row1Swiper .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	bottom: 22px;
}

.row1Swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	opacity: 1;
	background-color: transparent;
	margin: 0 13px;
}

.row1Swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #c60e0e;
	border-color: #c60e0e;
	width: 13px;
	height: 13px;
}

.panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #c60e0e;
}

.row1-right {
	width: 522px;
	/*float:right;
	width:40%;
	margin-left:10px;*/
}

.more-link {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.panel{
	margin-bottom: 0;
}

.panel-head .nav-tabs{
	border-bottom: 0;
}

.panel-head .nav-tabs>li {
	margin-bottom: 0;
}

.panel-head .nav-tabs>li>a {
	font-size: 18px;
	color: #666666;
	border-radius: 0;
	margin: 0;
	line-height: 44px;
	border: 0;
	font-weight: bold;
	padding: 0 22px;
}

.panel-head .nav-tabs>li.active>a,
.panel-head .nav-tabs>li.active>a:hover,
.panel-head .nav-tabs>li.active>a:focus {
	background-color: #c60e0e;
	color: #fff;
	border: 0;
}

.panel-body{
	padding: 0 10px;
}

.news-list-title{
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 325px;
}

.news-list-date{
	font-size: 14px;
	color: #808080;
}

.news-list li a{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	padding:15px 0 5px 16px;
}

.news-list li a::after{
	position: absolute;
	left: 6px;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #bb1617;
}

.news-list li{
	border-bottom: 1px dashed #ddd;
}

.row1{
	margin-bottom: 47px;
}

.row-title{
	justify-content: space-between;
	background-color: #fef0e3;
	height: 48px;
	padding-right: 20px;
}

.row-tt-name{
	font-size: 18px;
	font-weight: bold;
	color: #c60e0e;
	position: relative;
	padding: 0 36px;
}
.row-tt-name:before{
	content: '';
	width: 100%;
	height: 4px;
	background-color: #c60e0e;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.row-bd{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

.row-bd-spec{
	padding: 30px 0;
	text-align: center;
}
.noci-col{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #d8d8d8;
	padding: 10px 0;
}

.noci-tt a{
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 16px;
	display: block;
}
.noci-tt a:before{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #333333;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	left: 6px;
	
}
.noci-time{
	color: #808080;
	font-size: 14px;
}

.row-bd-noci{
	padding: 14px;
}
.row-panel-appli{
	width: 360px;
}

.appli-top{
	background-color: #c60e0e;
	height: 48px;
	padding: 7px 0 0 17px;
	box-sizing: border-box;
}
.appli-top p{
	background-color: #ffffff;
	font-size: 18px;
	color: #282828;
	display: inline-block;
	padding: 7px 0;
	width: 154px;
	text-align: center;
	font-weight: bold;
}
.row-notice .row-panel{
	flex: 1;
	margin-right: 22px;
}


/* 新闻详情页 */
.page_deta{
	background-color: #fafafa;
	padding: 40px 0 60px;
}
.deta-panel{
	background-color: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
	padding: 60px;
}
.deta-top-tt{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #c4c3c3;
	padding-bottom: 20px;
	margin-bottom: 36px;
}
.deta-top-info{
	justify-content: center;
}
.deta-top-info p{
	font-size: 16px;
	color: #999999;
	margin: 0 32px;
}
.deta-top{
	margin-bottom: 50px;
}
.deta-bd{
	font-size: 18px;
	color: #333333;
}
.deta-bd p{
	line-height: 34px;
	margin-bottom: 60px;
}
.deta-bd-img{
	text-align: center;
	margin-bottom: 10px;
}
.deta-page{
	background-color: #fafafa;
	padding: 28px;
	justify-content: space-between;
}
.deta-page a{
	color: #1a1a1a;
	font-size: 14px;
}
.deta-page a span{
	color: #808080;
}

.appli-bd{
	background-color: #f6f6f6;
	padding: 40px 28px 28px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.appli-col a{
	width: 142px;
	padding: 9.5px 0;
	background-color: #5cb9e4;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-bottom: 18px;
}
.row-adv{
	background-image: url(../images/index2.jpg);
	width: 100%;
	height: 162px;
	justify-content: center;
	font-size: 36px;
	color: #ffffff;
	letter-spacing: 20px;
}

.row-link .row-title{
	background-color: transparent;
}
.link-bd{
	border: 1px solid #e0e0e0;
	height: 144px;
	padding: 0 8px 0 18px;
	flex-wrap: wrap;
}
.link-cell a{
	font-size: 14px;
	color: #808080;
	margin-right: 35px;
}

.row-panel-party .row-title{
	background-color: #fef0e3;
}

.row-panel-party .row-tt-name{
	color: #f60302;
}
.row-panel-party .row-tt-name:before{
	background-color: #f60302;
}

.row-cha .row-panel{
	flex: 1;
	margin-right: 22px;
}
.query-search{
	width: 264px;
	border: 2px solid #3e88dc;
	padding: 4px 4px 4px 8px;
}
.quert-tt{
	font-size: 18px;
	color: #c60e0e;
	font-weight: bold;
	margin-bottom: 20px;
}
.query-input{
	flex: 1;
}
.query-input .input{
	width: 100%;
	height: 32px;
	font-size: 14px;
}
.query-input .input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999999;
}
.quert-btn a{
	display: block;
	width: 60px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #3e88dc;
	font-size: 14px;
	color: #ffffff;
}
.appli-bd .mb50{
	margin-bottom: 50px;
}


.mech_cell{
	width: 33.3%;
	text-align: center;
	display: block;
	color: #c60e0e;
	margin-bottom: 44px;
}
.mech_cell i{
	font-size: 40px;
}
.mech_cell p{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.mech-gird{
	flex-wrap: wrap;
	padding: 30px 0 0;
}

.mech-gird a:hover{
	color: #c60e0e;
}





/* 信息指南 */

.guide-nav{
	width: 266px;
	background-color: #c60e0e;
}
.guide-nav-c{
	padding: 0 26px;
}
.guide-nav-c.current{
	background-color: #0b509a;
}
.guide-nav-c a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	height: 69px;
}
.guide-nav-c.current a{
	border-bottom: 1px solid #c60e0e;
}
.guide-nav-c a i{
	margin-right: 26px;
	font-size: 18px
}
.guide-nav-c:hover{
	background-color: #c60e0e;
}
.guide-nav-c:hover a{
	border-bottom: 1px solid #fff;
}
.guide-list{
	background-color: #ffffff;
	padding: 20px;
	flex: 1;
}
.guide-list-name{
	font-size: 20px;
	/*color: #333333;*/
	color:#c60e0e;
	border-bottom: 1px solid #c4c3c3;
	padding-bottom: 16px;
	font-weight: bold;
}
.guide-cell{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #c4c3c3;
	height: 54px;
}
.guide-cell-tt a{
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 980px;
}
.guide-cell-tt a:before{
	content: '';
	width: 3px;
	height: 3px;
	background-color: #167cd0;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	left: 6px;
}
.guide-cell-time{
	font-size: 14px;
	color: #999999;
}
.pages ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
}
.pages ul > li > a{
	/*width: 34px;*/
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #d5d5d5;
	display: block;
	margin: 0 3px;
	color: #666666;
	font-size: 12px;
	padding: 0 14px;
}
.pages ul > .current a{
	background-color: #2577e3;
	color: #ffffff;
}
.pages ul > li > a:hover{
	background-color: #2577e3;
	color: #ffffff;
	border: 1px solid #2577e3;
}
.pages .active.disabled .page-link,.pages .disabled .page-link{
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #d5d5d5;
	display: block;
	margin: 0 3px;
	font-size: 12px;
	background-color: #2577e3;
	color: #ffffff;
	padding: 0 14px;
}
.pages .disabled .page-link{
	color: #666666;
	background-color: #fff;
}

/* 机构概况 */
.mech-bd{
	padding: 60px 0;
}
.mech-bd-tt{
	font-size: 30px;
	color: #262626;
	font-weight: bold;
	text-align: center;
}
.mech-desc {
	font-size: 16px;
	color: #262626;
}
.mech-desc p{
	line-height: 30px;
	margin-top: 50px;
}


.modal_flex{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.modal_flex .modal-dialog{
	position: relative;
	width: 1000px;
}

.modal_flex .modal-content{
	border-radius: 0;
	padding: 0;
	width: 950px;
	max-height: 800px;
	overflow-y: auto;
}
.modal_flex .modal-body{
	padding: 7px;
}
.modal_flex .modal-body table{
	width: 100%;
}
.modal_flex .modal-body table tr th{
	font-size: 16px;
	font-weight: bold;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f4f9fd;
}
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td{
	text-align: center;
	color: #000000;
	border: 0;
	padding: 15px 8px;
}
.modal_flex .modal-dialog i{
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 2;
	font-size: 40px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}


.modal_flex .modal-content::-webkit-scrollbar-corner { background-color:#ffffff;}
.modal_flex .modal-content::-webkit-scrollbar{width: 6px; height:6px; border-radius:3px; }
.modal_flex .modal-content::-webkit-scrollbar-track{ background:none; }
.modal_flex .modal-content::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; }



.row-bd-spec{
	padding: 30px 34px;
}
.spec-col{
	width: 303px;
	height: 150px;
	position: relative;
}

.spec-col-img img{
	width: 100%;
	height: 100%;
}
.spec-col-post a{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #ffffff;
	background-color: #e10314;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
}


.row-bd-spec .bd{ padding:10px;   }
.row-bd-spec .bd ul{ overflow:hidden; zoom:1; }
.row-bd-spec .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }