/*===========网站头部===========*/
#header {
	width: 100%;
	height: 156px;
	position: relative;
}

.logobar{
	width: 100%;
	height: 110px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}

.logobar .logobar-left {
	line-height: 110px;
	margin: 0px auto;
	float: left;
	position: relative;
}

.logobar-left .logo-img {
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
	width: 244px;
    height: 65px;
}

.logobar-left .separator {
	display: inline-block;
    position: relative;
    margin-right: 15px;
}

.logobar-left .logo-text {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	letter-spacing: 2px;
	height: 80px;
	width: 250px;
}

.logobar-left .logo-text .text {
	display: block;
	width: 250px;
	height: 80px;
	line-height: 75px;
    font-weight: bold;
    font-size: 28px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	text-align: left;
	color: #0D417E;
}

/*===========导航部分===========*/
.nav_main {
	width: 100%;
	background: #0D427F;
}

.nav_main ul li {
	position: relative;
	list-style-type: none;
	text-align: center;
	display: inline-block;
}

.nav_main .nav_item {
	cursor: pointer;
	width: 195px;
	height: 46px;
	line-height: 46px;
}
.nav_main .nav_item:first-child,
.nav_main .nav_item:last-child{
	width: 125px;
}

.nav_main .nav_item:hover {
	background: #146DD4;
}

.nav_main .nav_item a {
	color: #fff;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 500;
}

.nav_main .nav_item a:hover {
	text-decoration: none;
}

.nav_main ul li ul {
	position: absolute;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	width: 100%;
}

.nav_main ul li ul li {
	height: 50px;
	width: 100%;
}

.nav_main ul li ul li a {
	line-height: 50px;
	font-size: 16px;
}

.nav_main ul li ul li:hover {
	background: rgba(255, 255, 255, 0.1);
}

.seach_box {
	width: 190px;
	height: 34px;
	overflow: hidden;
	float: right;
   	position: relative;
 	top: 40px;
 	z-index: 999;
 	right: 15px;
}

.seach_box:hover {
	text-decoration: none;
}

.seach_box .head_input {
	width: 190px;
	height: 34px;
	border: 1px solid rgba(133,133,133,0.69);
	border-radius: 16px;
	background: rgba(255,255,255,0);
	padding-left: 15px;
	outline: none;
	padding-bottom: 0px;
	color: #000;
}

.seach_box .seach {
	position: relative;
	top: -30px;
	right: 10px;
	background: url('../images/search.png') no-repeat;
	background-size: 100%;
	background-origin: content-box;
	padding: 5px;
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
}

.head_input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
	width: 84px;
	height: 18px;
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: Regular;
	color: rgba(0,0,0,0.45);
	line-height: 14px;
}

.nav-btn {
	display: none;
}
/*===========轮播图片===========*/
.swiper {
	height: 456px;
}
.swiper {
	width: 100%;
	position: relative;
}
.swiper .slider {
	width: 100%;
	height: 456px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.swiper img {
	display: block;
	height: 456px;
	position: absolute;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-container {
	height:456px;
}
/* ------------------------ */
.border {
	border: 1px solid #ddd;
}
#slide-img{
	position: relative;
	width: 100%;
	height: 400px;
}
/* 内容部分 */
.main {
	position: relative;
	width: 1280px;
	margin: 20px auto;
}

/* 内容左侧 */
.main .content_left {
	width: 940px;
	float: left;
}

/* 通知公告 */
.work_notice_box {
	height: 328px;
	box-sizing: border-box;
}

.work_notice_box .img_box {
	width: 410px;
	margin: 10px 0px 5px 10px;
}
.img_box .swiper-container {
	height: 311px;
}
.img_box .swiper-container .swiper-slide img {
	height: 311px;
	width: 100%;
}

.work_notice_box .content_box {
	width: 500px;
	background: #fff;
	height: 320px;
}

.content_title {
	height: 45px;
	border-bottom: 2px solid #ddd;
	position: relative;
}

.content_title .content_title_item {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.80);
	padding-left: 40px;
}

.content_title .content_title_item::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/icon-news.png");
	position: absolute;
	top: 9px;
	left: 5px;
}

.content_box .content {
	width: 500px;
}
.content_box .content ul {
	margin: 5px 0px;
}
.content_box .content ul li {
	position: relative;
	height: 45px;
	line-height: 25px;
	font-size:16px;
	padding: 0px 105px 0px 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_box .content ul li a:hover {
	color: #005BAC;
}
.content_box .content ul li:before {
	position: relative;
	content: "";
    display: block;
    width:5px;
    height: 5px;
    top: 20px;
    left: -10px;
    border-style: solid;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	border-left-color: #898989;
}
.content_box .content ul li span {
	position: absolute;
	display: block;
    font-size: 16px;
    color: #bbb;
    top: 10px;
    right: 15px;
    float: right;
}

.content_box .content ul li .text-content {
	float: right;
	width: 180px;
	margin-left: 15px;
}

.content_box .content ul li .text-content .text {
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	display: block;
	padding: 5px 0px;
}

/* -------------------------------------- */
.row_box {
	background: #fff;
}

.content_left .row_box {
	height: 420px;
}
.content_right .policy {
	height: 285px;	
}
.content_right .qa {
	width: 100%;
    height: 250px;
}

.row_box .box_title {
	position: relative;
	border-bottom: 1px solid #ddd;
	height: 45px;
	line-height: 25px;
}

.box_title .text {
	width: 130px;
	font-size: 20px;
	padding-left: 48px;
	position: relative;
	float: left;
	height: 45px;
    line-height: 45px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: bold;
	text-align: left;
	color: rgba(0,0,0,0.85);
}
.box_title .text.gg {
	width: 190px;
}
.box_title .text:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	left: 10px;
}

.box_title .text.xq:before {
	background: url(../images/icon-xq.png);
}

.box_title .text.gg:before {
	background: url(../images/icon-gg.png);
}

.policy .box_title .text:before {
	background: url(../images/icon-notice.png);
}

.qa .box_title .text:before {
	background: url(../images/icon-qa.png);
}

.box_title .tab_row {
	height: 45px;
	line-height: 45px;
	position: relative;
}

.tab_row .btn_tab {
	display: block;
	text-align: center;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.75);
	margin: 0 18px;
	float: left;
	position: relative;
	height: 45px;
	line-height:48px;
}
.tab_row .btn_tab:hover {
	color: #005BAC;
}
.btn_tab.active {
	color: #005BAC;
	font-weight: 600;
	z-index: 99;
	border-bottom: 2px solid #005BAC;
}

.box_title a.more {
	font-size: 14px;
	top: 0px;
}
.qa .box_title {
	background: url('../images/img-download.png');
	border-bottom: none;
	height: 94px;
	line-height: unset;
}

/* ------------------------------- */
/* 内容右侧 */
.main .content_right {
	width: 320px;
	float: right;
	margin-left: 15px;
}

.sysportal {
	height: 328px;
}

/* 系统菜单 */
.sysportal-nav .content_title {
    height: 52px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.sysportal-nav .content_title .content_title_item {
    height: 52px;
    line-height: 52px;
    padding-left: 45px;
}
.sysportal-nav .content_title .content_title_item:before {
	background: url("../images/icon-cgrk.png");
}

.sysportal-nav .content_title .content_title_item::before {
	top: 13px;
	left: 12px;
}

.sysportal-nav div {
	height: 100px;
	position: relative;
}

.sysportal-nav div:last-child {
	border-bottom: none;
}

.sysportal-nav div:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 42px;
	right: 0px;
	background: url('../images/right-arrow.png') no-repeat;
	background-size: 18px;
}

.sysportal-nav div.bg1 {
	background: url("../images/img-portal-1.png");
	margin-bottom: 14px;
}

.sysportal-nav div.bg2 {
	background: url("../images/img-portal-2.png");
	margin-bottom: 14px;
}

.sysportal-nav div.bg2 #login {
	font-size: 16px;
	font-weight: 400;
}

.sysportal-nav div.bg3 {
	background: url("../images/img-portal-3.png");
}

.sysportal-nav div a {
	font-weight: bold;
	text-align: left;
	color: #fff;
	line-height: 100px;
	padding-left: 100px;
	font-size: 20px;
}


/* 政策法规 */
.content_right .policy .textlist {
	padding: 7px 0px;
}
.content_right .policy .textlist li {
	height: 77px;
	padding: 0 15px 0 15px;
}
.content_right .policy .textlist li:before {
	display: none;
}

.content_right .policy ul li .text-content{
	float: right;
    width: 200px;
}

.content_right .policy ul li .text-content .text{
    font-size: 16px;
    height: 30px;
    display: block;
    word-wrap:break-word;
	word-break:normal; 
    line-height: 25px;
    white-space: normal;
    padding-bottom: 6px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    position: relative;
    top: 16px;
}

.square {
	float: left;
	width: 75px;
	height: 62px;
	text-align: center;
	border-radius: 8px;
	opacity: 1;
	border: 1px solid #ededed;
	position: relative;
	top: 10px;
}

.square .day {
	font-size: 16px;
	opacity: 1;
	height: 30px;
	line-height: 30px;
	display: block;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #fff;
	background: #2F6BAB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.square .year {
	display: block;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: rgba(0, 0, 0, 0.45);
	background: #fff;
	height: 30px;
	line-height: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* 二级页面 */
.subpage {
	padding-left: 200px;
}

.subpage .listbar>.list td a {
	padding-left: 0px;
	font-size: 16px;
}

.subpage>.siderBar>.title {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}

.subpage .listbar>.title>span {
	font-size: 18px;
	margin-bottom: 0px;
}

.se_list.radio dd a.seled:link {
	color: #000;
}

.se_list dd a.seled:link,
.se_list dd a.seled:visited {
	color: #2F6BAB;
	border: 2px solid #2F6BAB;
	font-size: 16px;
}
.se_list dd a:link, .se_list dd a:visited {
	font-size: 16px;
}

.form-element-group > .form-element-label {
	font-size: 16px;
}
.btn-shadow.btn-default {
	margin-top: 7px;
}

.subpage .listbar>.list td {
	white-space: unset;
}

.swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.8);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* 页面底部 */
.foot {
	width: 100%;
	height: 190px;
	background: url(../images/foot-bg.png);
	background-position-x: center;
}

.foot .foot_first_ul {
	list-style: none;
	margin: 0 auto;
	width: 1280px;
	height: 60px;
	text-align: center;
	padding-top: 30px;
}

.foot_first_ul .first_ul_item {
	border-right: 1px solid #ccc;
	padding: 0 20px;
	line-height: 15px;
	display: inline;
	font-size: 16px;
}

.first_ul_item:last-child {
	border-right: 0;
}

.first_ul_item a {
	color: #FFFFFF;
	font-size: 16px;
}

.foot .line {
	background: #ffffff;
	height: 1px;
	width: 1100px;
	opacity: 0.3;
	margin: 20px auto 30px;
}

.foot_second_ul {
	list-style: none;
	margin: 0 auto;
	width: 1080px;
	text-align: center;
    height: 30px;
    line-height: 30px;
}

.second_ul_item {
	padding: 0 10px;
	line-height: 16px;
	color: #ffffff;
	font-size: 16px;
	display: inline;
	margin-right: 60px;
}

.third_ul_item {
	padding: 0 10px;
	line-height: 15px;
	color: #ffffff;
	font-size: 14px;
    margin-top: 15px;
}

.second_ul_item:last-child {
	border-right: 0;
}
