html,body{
	font-size: 16px;
    color: #666;
	line-height: 30px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background:url(../image/bj.jpg) repeat-x;
	

}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #0172c2;
}
* {
    margin: 0;
    padding: 0;
    outline: none
}

*,:after,:before {
    box-sizing: inherit
}
.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.main1200 {
	width: 1200px;
	margin: 0 auto;
}

/*====banner_row====*/
/* 导航 */
.nav {
	width: 100%;
	min-width: 1200px;
	height: 88px;
	background: #00071c;
	border-bottom: #3c476d solid 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.nav .nav_logo {
	margin: 15px 0 0 0;
	float: left;
}

.nav ul.nav_title {
	float: left;
	font-size: 18px;
	margin-left: 20px;
}

.nav ul.nav_title li {
	display: inline-block;
	margin: 0 0 0 20px;
	line-height: 88px;
	position: relative;
	text-decoration: none;
    float: left;
}

.nav ul.nav_title li>a {
	color: #fff;
}

.nav ul.nav_title li:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all .5s;
}

.nav ul.nav_title li:hover:before {
	width: 100%;
	left: 0;
	right: 0;
}

/* 子菜单样式 */
.nav ul.nav_title li.has-submenu {
    position: relative;
}

.nav ul.nav_title li.has-submenu .submenu {
    position: absolute;
    top: 88px;
    left: 0;
    width: auto;
    min-width: 120px;
    background: #00071c;
    border: #3c476d solid 1px;
    border-top: none;
    display: none;
    padding: 10px 0;
    z-index: 200; /* 提高z-index确保子菜单显示在最上层 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* 添加阴影增强视觉效果 */
}

.nav ul.nav_title li.has-submenu:hover .submenu {
    display: block;
}

.nav ul.nav_title li.has-submenu .submenu li {
    display: block;
    margin: 0;
    line-height: 36px;
    padding: 0 20px;
    text-align: left;
    white-space: nowrap; /* 防止文本换行 */
}

.nav ul.nav_title li.has-submenu .submenu li:hover {
    background: #3c476d;
}

.nav ul.nav_title li.has-submenu .submenu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.nav ul.nav_title li.has-submenu .submenu li:before {
    display: none;
}

.logon_name {
	float: right;
	margin-top: 36px;
}

.logon_name span {
	float: left;
	width: auto;
	margin-left: 30px;
	font-size: 18px;
	line-height:20px;
}

.logon_name span img {
	width: 20px;
	height: 20px;
	float: left;
}

.logon_name span em {
	font-style: normal;
	color: #fff;
	padding-left: 10px;
}

.logon_name span a {
	color: #fff;
}


.logon_name {
    float: right;
    margin-top: 36px;
}

.logon_name span {
    float: left;
    width: auto;
    margin-left: 30px;
    font-size: 18px;
    line-height:20px;
}

.logon_name span img {
    width: 20px;
    height: 20px;
    float: left;
}

.logon_name span em {
    font-style: normal;
    color: #fff;
    padding-left: 10px;
}

.logon_name span a {
    color: #fff;
}

/* 用户菜单样式 */
.logon_name span.user-menu,
.logon_name span.upload-menu {
    position: relative;
}

.logon_name span.user-menu .submenu,
.logon_name span.upload-menu .submenu {
    position: absolute;
    top: 30px;
    right: -40px;
    width: 150px;
    background: #00071c;
    border: #3c476d solid 1px;
    border-top: none;
    display: none;
    padding: 10px 0;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/*.logon_name span.user-menu:hover .submenu,*/
/*.logon_name span.upload-menu:hover .submenu {*/
/*    display: block;*/
/*}*/

.logon_name span.user-menu .submenu li,
.logon_name span.upload-menu .submenu li {
    display: block;
    margin: 0;
    line-height: 36px;
    padding: 0 20px;
    text-align: left;
    white-space: nowrap;
}


.logon_name span.user-menu .submenu li a,
.logon_name span.upload-menu .submenu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

/*.logon_name span.user-menu .submenu li:before,*/
/*.logon_name span.upload-menu .submenu li:before {*/
/*    display: none;*/
/*}*/

.user-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    float: left;
    margin-top: -2px;
}

.message-count {
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: none;
    margin-left: 5px;
    position: relative;
    top: -10px;
    left: 55px;
}

/* 渐变搜索 */
.color-block {
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: absolute;
	left: 0;
	top: 89px;
	z-index: 1;
}

.color{
    height: 198px;
	background: url(../image/sybj.png) repeat-x;
	}
.color2{
    margin-top:88px;
    height: 130px;
	
	}


.nav_right {
	float: right;
	width: 580px;

}

.nav_right .nav_search {
	width: 580px;
	height: 60px;
	margin: 30px 20px 0 0;
	background: #fff;

	float: right;

}

.nav_right .nav_search .nav_search_select {
	width: 100px;
	height: 60px;
	position: relative;
	float: left;
}

.nav_right .nav_search .nav_search_select .nav_select_top {
	width: 100%;
	height: 60px;
	background: url("../image/nav-arrow-bottom.png") no-repeat 70px 27px;
	line-height: 60px;
	padding-left: 26px;

}

.nav_right .nav_search .nav_search_select .nav_select_top a {
	display: block;
	width: 100%;
	color: #72819b;
}

.nav_right .nav_search .nav_search_select ul.nav_select_bottom {
	position: absolute;
	width: 100px;
	background: #fff;
	border-radius: 8px;
	left: 0;
	top: 60px;
	padding: 10px 0;
	z-index: 101;
}

.nav_right .nav_search .nav_search_select ul.nav_select_bottom li {
	line-height: 32px;
	text-align: center;
}

.nav_right .nav_search .nav_search_select ul.nav_select_bottom li a {
	display: block;
}

.nav_right .nav_search .nav_search_select ul.nav_select_bottom li:hover {
	background: #f0f0f0;
}

.nav_right .nav_search .nav_search_center {
	width: 53%;
	float: left;
}

.nav_right .nav_search .nav_search_center input {
	width: 90%;
	height: 63px;
	outline: none;
	border: none;
	font-size: 18px;
	color: #9ca9c0;
	background:none;

	float: left;
}

.nav_right .nav_search .nav_search_center input::-webkit-input-placeholder {
	color: #9ca9c0;
	font-size: 18px;


}

.nav_right .nav_search .nav_search_camera {
	float: left;
	text-align: center;
	padding-top: 18px;
	width: 50px;
	height: 38px;
}

.nav_right .nav_search .nav_search_glass {
	float: right;
	background: #5078d0;
	text-align: center;
	font-size: 18px;
	width: 120px;
	height: 60px;
	line-height: 60px;

}

.nav_right .nav_search .nav_search_glass a {
	color: #ffffff;
	display: block;

}

ul.left-block {
	float: left;
	width: 580px;
	color: #dfebff;
	line-height: 28px;
	font-size: 14px;

	margin-top: 33px;
}

ul.left-block li {
	float: left;
	width: 260px;
	margin-left: 20px;

	background: url(../image/dian.png) 3px no-repeat;
	text-indent: 24px;

}

ul.left-block li a {
	color: #dfebff;
}

.box_nr {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
    position:relative;
}

.dep_row_focus {
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 800px;
	overflow: hidden;
	position: relative;
	float: left;
}

.dep_row_focus .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right:50%;
	margin-right:-600px;
	bottom: 24px;
	z-index: 1;
	
}

.dep_row_focus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.dep_row_focus .hd ul li {
	float: left;
	margin-right: 10px;
	width: 9px;
	height: 9px;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.dep_row_focus .hd ul li.on {
	background-color: #fdb34d;
	width: 34px;
	margin-top: 0;
	opacity: 1;
}

.dep_row_focus .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.dep_row_focus .bd li {
	zoom: 1;
	vertical-align: middle;
}

.dep_row_focus .bd img {
	width: 100%;
	height: 800px;
	display: block;
}

.dep_row_focus .bd p {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:-600px;
	font-size: 18px;
	color: #fff;

	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dep_row_focus .bd p span {
	width: 1030px;
	float: left;
	line-height: 38px;
	margin-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 38px;
}


















/* 登录注册 */
.nav_lucency {
	background: #262f56;
}

.index_content {
    height: 1100px;
	width: 100%;
	background: url("../image/index-img1.jpg") no-repeat;
	background-size: cover;
}

.index_k {
	width: 900px;
	height: 600px;
	border-radius: 10px;
	background: #fff;
	position: fixed;
	top: 14%;
	right: 8%;
	z-index: 60;
	overflow: hidden;
}

.index_left {
	width: 400px;
	height: 600px;
	background: url("../image/index-bg.png") no-repeat;
	float: left;
}

.index_left h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-top: 206px;
}

.index_left p {
	text-align: center;
	color: #d3e5eb;
	font-size: 18px;
	padding-top: 30px;
}

.index_right {
	width: 500px;
	float: left;
}

.index_right_nav {
	height: 60px;
	line-height: 60px;
	background: #ececec;
}

.index_right_nav a {
	width: 250px;
	text-align: center;
	display: inline-block;
	float: left;
}

.index_right_nav a.now {
	background: #fff;
	color: #046cbc;
}

.index_right .logon {
	padding: 0 55px;
}

.index_right .logon h2 {
	text-align: center;
	padding-top: 20px;
}

.row_input {
	padding-top: 20px;
}

.row_input input {
	width: 92%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #dedede;
	color: #666;
	outline: none;
	border-radius: 8px;
	padding: 0 4%;
}

.index_right .logon .row_text {
	padding-top: 18px;
	color: #666;
	font-size: 14px;
}

.row_text .row_t_left {
	float: left;
}

.row_text .row_t_left input {
	float: left;
	margin: 5px 6px 0 0;
}

.row_text .row_t_right {
	float: right;
}

.row_text .row_t_right a {
	color: #666;
}

.row_text .row_t_right a.blue {
	color: #046cbc;
}

.row_text .row_t_right span {
	padding: 0 10px;
}

.logon_now {
	color: #fff;
	background: #046cbc;
	display: block;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	margin-top: 30px;
}

.logon_third {
	padding-top: 60px;
}

.logon_third .top_font {
	text-align: center;
	color: #dedede;
}

.logon_third .top_font span {
	color: #666;
	padding: 0 20px;
}

.logon_third .bottom_share {
	text-align: center;
	padding-top: 18px;
}

.logon_third .bottom_share a {
	padding: 0 20px;
}

.enroll {
	padding: 0 55px;
}

.enroll h2 {
	text-align: center;
	padding-top: 20px;
}

.yzm_row {
	height: 60px;
	border: 1px solid #dedede;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.yzm_row input {
	line-height: 60px;
	border: none;
	outline: none;
	color: #666;
	padding: 0 15px;
	height: 60px;
	float: left;
	+width: 200px;
}

.yzm_row a {
	width: 120px;
	height: 48px;
	border-radius: 8px;
	color: #fff;
	background: #046cbc;
	float: right;
	text-align: center;
	line-height: 48px;
	margin: 6px 6px 0 0;
}

.enroll p {
	text-align: center;
	color: #888;
	padding-top: 15px;
}

.enroll p a {
	color: #046cbc;
}

/* 详细注册 */
.index_details {}

.index_details_nav {
	height: 80px;
	position: fixed;
	left: 0;
	top: 70px;
	z-index: 50;
	background: #dcdcdc;
	width: 100%;
}

.index_details_nav img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -28px;
}

.index_details_nav a {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	color: #444;
	+width: 49.999%;
}

.index_details_nav a.now {
	background: #046cbc;
	color: #fff;
}

.information {
	width: 600px;
	margin: 0 auto;
	padding: 160px 0 120px 0;
}

.papers {
	padding-top: 20px;
	width: 100%;
	float: left;
}

.account_row1>p {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	float: left;
}

.account_font {
	text-align: center;
	color: #046cbc;
	font-size: 24px;
	margin-top: 40px;
	float: left;
}

.account_font span {
	padding: 0 20px;
}

.audit {
	width: 600px;
	margin: 0 auto;
	padding: 160px 0 0 0;
}

.audit_row1 {
	font-size: 36px;
	padding-top: 112px;
	line-height: 40px;
}

.audit_row1 img {
	float: left;
	padding: 0 38px 0 185px;
}

.audit_row2 {
	padding: 38px 75px 0 75px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

.audit_row3 {
	line-height: 48px;
	padding-top: 10px;
}

.audit_row3 a {
	display: block;
	padding-left: 75px;
	color: #046cbc;
	font-size: 18px;
}

.audit_row3 a img {
	padding-right: 12px;
}

/* 个人-上传图片-单张 */
.pic_upload {
	background: #f5f5f5;
}

.pic_upload_right {
	width: 19%;
	position: fixed;
	right: 0;
	top: 70px;
}

.pic_upload_right_in {
	width: 300px;
	border-left: 1px solid #cecece;
	float: right;
	padding: 0 30px 0 29px;
	overflow-y: scroll;
	+overflow: hidden;
	background: #f5f5f5;
}

.grey_font {
	color: #666;
	padding-top: 25px;
}

.publish_picture {
	width: 100%;
	border: none;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
	background: #046cbc;
	margin-top: 10px;
}

.publish_picture_title {
	color: #fd3331;
	padding-top: 16px;
	float: left;
}

.publish_picture_title span {
	color: #046cbc;
	float: left;
	padding: 0 10px 0 0;
}

input.publish_text1 {
	width: 90%;
	height: 36px;
	float: right;
	border: 1px solid #d3d3d3;
	padding: 0 5%;
	font-size: 16px;
	color: #888;
	margin-top: 10px;
}

.publish_text2 {
	width: 90%;
	float: right;
	border: 1px solid #d3d3d3;
	padding: 6px 5%;
	font-size: 16px;
	color: #888;
	margin-top: 10px;
}

.publish_row {
	padding-top: 10px;
	width: 100%;
	float: left;
}

.publish_text3 {
	width: 40%;
	height: 36px;
	line-height: 36px;
	float: left;
	border: 1px solid #d3d3d3;
	padding: 0 4%;
	color: #333;
	background: #fff;
	position: relative;
	+position: static;
}

.publish_text3 img {
	float: right;
	padding: 16px 0 0 0;
	+padding: 0;
	+margin-top: -22px;
}

.publish_text3 ul {
	position: absolute;
	background: #eee;
	top: 41px;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 6px 0;
}

.publish_text3 ul li {
	line-height: 30px;
	padding-left: 12px;
}

.publish_text3_long {
	margin-top: 10px;
	width: 92%;
}

.publish_text3_s1 {
	width: 27%;
	margin-right: 4%;
}

.publish_text3_s2 {
	width: 20%;
}

ul.recommend {
	width: 105%;
	float: left;
}

ul.recommend li {
	display: inline-block;
	border: 1px solid #dcdcdc;
	float: left;
	padding: 0 18px;
	border-radius: 3px;
	line-height: 30px;
	margin: 10px 7px 0 0;
}

ul.recommend li a {
	color: #666;
}

.pic_upload_left {
	width: 81%;
	padding-top: 70px;
}

.single_pic {
	width: 330px;
	margin: 50px 0 0 50px;
	float: left;
}

.single_pic_top {
	width: 330px;
	position: relative;
}

.single_img {
	z-index: 1;
}

.single_close {
	position: absolute;
	width: 28px;
	height: 28px;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.single_successful {
	position: absolute;
	width: 28px;
	height: 28px;
	right: -10px;
	bottom: -10px;
	z-index: 2;
}

.single_bar {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin: -9px 0 0 -50px;
}

.single_pic>p {
	text-align: center;
	padding-top: 6px;
}

.choice_img {
	float: left;
	margin: 230px 0 0 180px;
}

/* 个人-上传图片-多张 */
.font_group {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.group_left {
	padding: 20px 0 0 50px;
	width: 90%;
}

.group_left_in {
	width: 480px;
	height: 200px;
	background: #fff;
	float: left;
	margin: 20px 20px 0 0;
}

.group_img {
	padding: 10px 15px 10px;
	float: left;
}

.group_in_right {
	width: 258px;
	float: left;
}

.group_r_top {
	float: left;
	padding-top: 8px;
	width: 100%;
}

.group_r_top span {
	float: left;
}

.group_r_top a {
	float: right;
}

.group_in_right textarea {
	width: 94%;
	border: 1px solid #dcdcdc;
	margin-top: 10px;
	padding: 8px 3%;
}

.group_in_right>a {
	color: #fff;
	background: #046cbc;
	line-height: 28px;
	padding: 0 10px;
	height: 28px;
	display: inline-block;
	margin-top: 6px;
}

.group_upload {
	float: left;
	width: 480px;
	margin: 70px 20px 0 0;
	text-align: center;
}





.province_id,
.city_id,
.CatList {
	width: 156px;
	height: 34px;
	line-height: 34px;
	float: left;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	margin-right: 10px;
}

.CatList {
	margin-right: 0;
}

.area_id {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	background-color: #fff;
}

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

.address select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../image/nav-arrow-bottom.png") no-repeat scroll right 10px center transparent;
	padding-right: 20px;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	color: #888;
	height: 40px;
	line-height: 40px;
}

.bulletink {
	float: left;
	margin-top: 20px;
}

.bulletin {
	float: left;
	background: url(../image/ld.png) left no-repeat;
	padding-left: 36px;
}

.bulletin a {
	font-size: 22px;
	color: #5078d0;
	font-weight: bold;
}
.bulletin2 {
	float: left;
	background: url(../image/ld.png) left no-repeat;
	padding-left: 42px;
}

.bulletin2 a {
	font-size: 22px;
	color: #5078d0;
	font-weight: bold;
}

.left-lb {
	float: left;
	width: 1076px;
	height:36px;
	overflow:hidden;
    position: relative;
    white-space: nowrap;
}

.left-lb .scroll-content {
    display: inline-block;
    animation: scroll-left 45s linear infinite; /* 速率调整为较慢（60秒） */
    white-space: nowrap;
}

.left-lb a {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	background-size: cover;
	background: url(../image/dian.png)left 7px no-repeat;
	padding-left: 20px;
	margin-left: 24px;
	padding-bottom: 8px;
	color: #333333;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
	}
}


.title_in {
	line-height: 0;
	height: 70px;
	line-height: 40px;

	background: url(../image/ti1.png) no-repeat;

}

.title_in b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_in span {
	float: right;
	font-size: 16px;
	color: #262f56;
	margin-top: 4px;
	width: 60px;
	background: url(../image/r.png) right no-repeat;
}

.title_in i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

.ztzs {
	float: left;
	width: 808px;
}

.ztzs_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ztzs_row li {
	width: 256px;
	height: 208px;
	margin-bottom: 20px;
}

.ztzs_row li img {
	width: 100%;
	height: 171px;

}

.ztzs_row li p {

	font-size: 14px;

}



.news {
	float: right;
	width: 354px;
}

.title_news {

	height: 70px;
	line-height: 40px;

	background: url(../image/ti2.png) no-repeat;

}

.title_news b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_news span {
	float: right;
	font-size: 16px;
	color: #262f56;
	width: 60px;
	margin-top: 4px;
	background: url(../image/r.png) right no-repeat;
}

.title_news i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

ul.font_row {
	background: url(../image/zxzt.png) no-repeat;
	padding: 16px 20px;
	box-sizing: border-box;

}

ul.font_row li {
	font-size: 16px;
	line-height: 28px;
	background-size: cover;
	background: url(../image/dian.png)left 11px no-repeat;
	padding-left: 20px;
	text-align: justify;
	padding-bottom: 8px;
}

/* 影赛专栏 */
.special {
    margin:0 auto;
	background: #f2f6fe;
	padding: 30px 0px;
	min-width: 1200px;
	padding:40px 0 40px 0;
	
}

.title_special {
	height: 70px;
	line-height: 40px;
	background: url(../image/ti3.png) no-repeat;

}

.title_special b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_special span {
	float: right;
	font-size: 16px;
	color: #262f56;
	margin-top: 4px;
	width: 60px;
	background: url(../image/r.png) right no-repeat;
}

.title_special i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

ul.ztzs_special {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.ztzs_special li {
	width: 285px;
	height: auto;

}

ul.ztzs_special li img {
	width: 100%;
	height: 190px;

}

ul.ztzs_special li p {
	font-size: 16px;
	color: #333333;
}

ul.ztzs_special li span {
	font-size: 14px;
	color: #999999;
}

ul.ztzs_special li span i {
	margin-left: 12px;
	font-style: normal;
}

/* 社会生活 */
.h30 {
	margin-top: 30px;
}
.h60 {
	margin-top: 60px;
	
}
.hx60 {
   margin-bottom:30px;
}
.social {
	background: #262f56;
	padding-top: 30px;
}

.title_social {
	height: 70px;
	line-height: 40px;
	background: url(../image/ti4.png) no-repeat;

}

.title_social b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_social span {
	float: right;
	font-size: 16px;
	color: #262f56;

	width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;

}

.title_social i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

ul.ztzs_social {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.ztzs_social li {
	width: 224px;
	height: auto;

}

ul.ztzs_social li img {
	width: 100%;
	height: 149px;

}

ul.ztzs_social li p {
	font-size: 16px;
	color: #333333;
}

ul.ztzs_social li span {
	font-size: 14px;
	color: #999999;
}

ul.ztzs_social li span i {
	margin-left: 12px;
	font-style: normal;
}

/* 政法军警 */

.title_legal {
	height: 70px;
	line-height: 40px;
	background: url(../image/ti5.png) no-repeat;

}

.title_legal b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_legal span {
	float: right;
	font-size: 16px;
	color: #262f56;
	width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;

}

.title_legal i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

/* 经济交通 */

.title_traffic {
	height: 70px;
	line-height: 40px;
	background: url(../image/ti6.png) no-repeat;

}

.title_traffic b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_traffic span {
	float: right;
	font-size: 16px;
	color: #262f56;
	width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;

}

.title_traffic i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

/* 科教卫生 */

.title_hygiene {
	height: 70px;
	line-height: 40px;
	background: url(../image/ti7.png)no-repeat;
}

.title_hygiene b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_hygiene span {
	float: right;
	font-size: 16px;
	color: #262f56;
	width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;

}

.title_hygiene i {
	float: right;
	font-size: 18px;
	color: #91a8c2;
}

/* footer */
.footer {

	background: #262f56;
	min-width: 1200px;
	padding:40px 0;

}

.footer .footer_left {

	width: 40%;
	float: left;
}

.footer .footer_left .left_top {
	font-size: 18px;
	color: #808597;
	padding-top: 10px;
}

.footer .footer_left .left_top a {
	color: #fff;
}

.footer .footer_left .left_bottom {
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	padding-top: 15px;
}

.footer .footer_left .left_bottom ul {
	color: #dfebff;
	width: 600px;
}

.footer .footer_left .left_bottom ul li {
	float: left;
	width: 280px;

}

.footer .footer_right {

	float: right;
	width: auto;
}

.footer .footer_right span {
	float: left;
	margin: 0px 0 0 20px;
}

.footer .footer_right span img {
	max-width: 100%;
	max-height: 100%;
}

.zxkf {
	width: 110px;
	height: 200px;
	background: #5078d0;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 400px;
	z-index: 100;
	border-radius: 25px 0 0 25px;
}

.zxkf a {
	color: #ffffff;
	display: block;
}

.zxkf p {
	font-size: 30px;
	line-height: 36px;
	margin-top: 10px;
}

.gsgg{ margin:0 auto; height:90px; background:#f1f1f4; padding:11px 22px; box-sizing: border-box; }
.left_lb_nr {
	float: left;
	width: 1020px;
	height:36px;
	overflow:hidden;
	
}

.left_lb_nr a {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	background-size: cover;
	background: url(../image/dian.png)left 7px no-repeat;
	padding-left: 20px;
	margin-left: 24px;
	padding-bottom: 8px;
	color: #333333;
}
.boby_nr{ margin:0 auto; margin-top:20px; height: auto; background:#fff; padding:11px 25px; box-sizing: border-box; }
/*nav*/
.anav_in {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #6f7282;
	clear: both;
	padding-left:36px;
	background: url(../image/quan.png) center left no-repeat;
	
}

.anav_in p {
	display: inline-block;
	padding:0 4px;
}

.anav_in span {
	color: #262f56;
}

.anav_in a {
	color: #6f7282;
}
/*内容页*/
.ttzx_center {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 150px;
	
}

.ttzx_center h2 {
	font-size: 30px;
	line-height: 36px;
	color: #262f56;
	font-weight: bold;
	text-align:center;
}

.font_line {
	width: 100%;
	overflow: hidden;
	color: #d6dcea;

	margin-top: 10px;
}

.font_time {
    float:left; 
	width:100%;
	text-align:center; 
	 
	color: #878b9c; 
	font-size:16px; 
	line-height:28px; 
	margin:15px 0px 10px 0px; 
	}
.font_time em{
    line-height:28px; 
	padding:0px 20px; 
	font-style:normal;  
	}


.ttzx_center p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 28px;
	
    color: #333;
	
}
.ttzx_center h3{float:left; width: 100%; text-align:left; font-size:24px; clear:both; font-weight:bold; margin:15px 0px 0px 0px; color:#262f56; }
.ttzx_center b { float:left; width: 100%; text-align:left; display:block;clear:both; margin:15px 0px 20px 0px; }
.ttzx_center dfn{float:left; width: 100%; text-align:left; display:block; clear:both; font-style:normal; color:#444444; }

.ttzx_img_row {
	text-align: center;
	padding: 30px 0 0 0;
}

.ttzx_img_row img {
	max-width: 800px;
	max-height: 533px;
}

.ttzx_img_row span {
	display: block;
	text-align: center;
	color: #8e8e8e;
}

.ttzx_center i {
	display: block;
	text-align: left;
	color: #8e8e8e;
	font-style: normal;
	margin-top: 60px;
}
/*列表*/
ul.library_lb {
	
	float: left;
}

ul.library_lb li {
    float: left;
	height: auto;
	padding: 15px 0px;
    width: 100%;
	
}



ul.library_lb li .xwzx_font {
	float: left;
	width: 1010px;
	padding-left: 25px;
   display: inline-block;
   
}

ul.library_lb li .xwzx_font b {
	font-size: 20px;
	margin-top: 4px;
	color: #333333;
}

ul.library_lb li .xwzx_font b a {
	color: #333333;
}

ul.library_lb li .xwzx_font span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 6px;
	height: auto;
	
	
}

ul.library_lb li .xwzx_time {
	float: left;
	width: 102px;
	padding: 16px 0px 6px 8px;
	box-sizing: border-box;
	background:url(../image/tppp.png) no-repeat;
	text-align: left;

}

ul.library_lb li .xwzx_time p {
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #262f56;
	
}

ul.library_lb li .xwzx_time span {
	display: block;
	width: 100%;
	font-size: 16px;
	padding-left:2px;
	color: #9297ab;
	padding-top: 6px;
}

/*页码*/
.pageNav {
    clear: both;
    padding: 60px 0 60px 0;
    font-size: 22px;
    text-align: center;
    overflow: hidden;
     height: 58px;
    line-height: 58px;
}
.pageNav a{
    display: inline-block;
    margin-right: 16px;
    width:58px;
    text-align: center;
	 border-radius: 5px;
  
    color: #262f56;
	background:#ecf0f6;
}
.pageNav a.now {
    background-color: #5078d0;
	color:#FFFFFF;
	
	
}
.pageNav a.prev_next {
    width: 100px;
	font-size: 20px;
    
	background:#5078d0;
	color:#FFFFFF;
}
.pageNav a.prev_next:hover{
    color: #ff7500;
}
.pageNav a.prev_last {
    font-size: 20px;
    width: 100px;
    color: #666;
}
.pageNav a.prev_last:hover{
    color: #ff7500;
}
/*图片列表*/
.image_list{
	width:1200px;
	overflow:hidden;
}
.image_list ul{width:1220px;}
.image_list ul li {
    float:left;
	width: 262px;
	height: auto;
	margin-right:30px;
	margin-bottom:30px;

}
.image_list ul li .image-container {
  width: 262px;
  height: 175px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:hidden;
 
}


.image_list ul li .caption {
  position: absolute;
  bottom:6px;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0,0.7), rgba(0, 0, 0, 0));
  color: #fff;
  width:262px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align:right;
}
.image_list ul li .caption img{ margin-top:30px; margin-right:10px; width: auto; height:18px;}

.image_list ul li .image-container:hover .caption {
  opacity: 1;
}
.image_list ul li div{
    width: 262px;
	height: 149px;
	position:relative;
	}
.image_list ul li img { width:100%;

}

.image_list ul li img-icon:hover{
opacity:0.8
}
.image_list ul li p {
    height:50px;
	line-height:24px;
	
	
	font-size: 16px;
	color: #333333;
	overflow:hidden;
    text-overflow: ellipsis; /* 显示省略号 */
    display: -webkit-box; /* 使用弹性盒模型 */
    -webkit-line-clamp: 2; /* 限制显示2行 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-wrap: break-word; /* 允许长单词换行 */
    word-break: break-all; /* 强制换行 */
}

.image_list ul li span {
	font-size: 14px;
	color: #999999;
}

.image_list ul li i {
	margin-left: 12px;
	font-style: normal;
}

/*图片列表*/
.tit {
	margin: auto;
	width: 1200px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:30px;
}

.titlb {
	width: 572px;
	height:480px;
	margin-bottom:30px;
	}
.title_Economy {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_1.png) no-repeat;
}

.title_Economy b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_Economy span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}


.title_Ec_nr{
  width: 100%;
  height:202px;
  background: url(../image/kuang.png) no-repeat;
}
.title_Ec_nr img{
  float:left;
  width:300px;
  height:200px;
}
.title_Ec_nr .Ec_l{float:left; position:relative;}
.title_Ec_nr .Ec_l span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5) url(../image/sjx.png) center center no-repeat;
	}
.title_Ec_nr .Ec_r{float:right;}
.title_Ec_nr .Ec_r .Ec_right{ 

width:245px;
height:94px;
margin-top:15px;
margin-right:5px;
overflow:hidden;
margin-bottom:38px;


}
.title_Ec_nr .Ec_r .Ec_right b {
     float:left;
     width:100%;
	 max-height:60px;
     overflow:hidden;
     font-size: 20px;
	 margin-top: 4px;
	 color: #262f56;
}

.title_Ec_nr .Ec_r .Ec_right b a {
	color: #333333;
}

.title_Ec_nr .Ec_r .Ec_right p {
    float:left;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #72778d;
	margin-top: 8px;
	height: auto;

    overflow: hidden;
   
	}
.title_Ec_nr .Ec_r .Ec_time span {
	font-size: 14px;
	color: #9fa2ac;
}

.title_Ec_nr .Ec_r .Ec_time span i {
	margin-left: 12px;
	font-style: normal;
}

ul.smart {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}

ul.smart li {
	width: 183px;
	height: auto;
}

ul.smart li img {
	width: 100%;
	height: 122px;
}

ul.smart li p {
	font-size: 16px;
	color: #333333;
	text-align:center;
	height:30px;
	overflow:hidden;
}

/*时政*/
.title_current {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_2.png) no-repeat;
}

.title_current b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_current span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*社会*/
.title_society {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_3.png) no-repeat;
}

.title_society b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_society span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*文教*/
.title_education {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_4.png) no-repeat;
}

.title_education b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_education span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*文教*/
.title_nature {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_5.png) no-repeat;
}

.title_nature b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_nature span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*老照片*/
.title_oldphoto {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_6.png) no-repeat;
}

.title_oldphoto b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_oldphoto span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}

ul.smart_vo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}

ul.smart_vo li {
	width: 183px;
	height: auto;
		text-align:center;
}

ul.smart_vo li .vo_img {
    position:relative;
	width: 183px;
	height: 122px;
}
ul.smart_vo li .vo_img img {
	width: 100%;
	height: 100%;
}
ul.smart_vo li .vo_img span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5) url(../image/sjxx.png) center center no-repeat;
	}
ul.smart_vo li .vo_p {
	font-size: 16px;
	color: #333333;
	text-align:center;
	height:25px;
	line-height:22px;
	overflow:hidden;
}
/*美食*/
.title_food {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_9.png) no-repeat;
}

.title_food b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_food span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*专题*/
.title_topic {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_10.png) no-repeat;
}

.title_topic b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_topic span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*专题*/
.title_Topic {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_7.png) no-repeat;
}

.title_Topic b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_Topic span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*人像*/
.title_portrait {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_8.png) no-repeat;
}

.title_portrait b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_portrait span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*创意*/
.title_creative {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_10.png) no-repeat;
}

.title_creative b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_creative span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*旅游*/
.title_tourism {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_11.png) no-repeat;
}

.title_tourism b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_tourism span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*城建*/
.title_construction {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_12.png) no-repeat;
}

.title_construction b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_construction span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*交通*/
.title_traffic {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_13.png) no-repeat;
}

.title_traffic b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_traffic span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*民俗*/
.title_folk {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_14.png) no-repeat;
}

.title_folk b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_folk span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}
/*视频*/
.title_video {
	height: 70px;
	line-height: 40px;
	background: url(../image/tit_15.png) no-repeat;
}

.title_video b {
	float: left;
	font-size: 30px;
	color: #222222;
	margin-left: 20px;
	margin-top: 4px;
}

.title_video span {
	float: right;
	font-size: 16px;
	color: #262f56;
    width: 60px;
	margin-top: 4px;
	padding-top: 4px;
	background: url(../image/r.png) center right no-repeat;
}

/* 导航新增 */
.nav_nav_in{
    width: 630px;
    background: rgba(0,7,28,.8);
    padding: 10px 10px 30px 40px;
    position: absolute;
    left: 0;
    z-index: 100;
    display: none;
}
.nav_nav_in>a{
    color: #00071c;
    background: #fff;
    border-radius: 5px;
    line-height: 36px;
    width: 86px;
    height: 36px;
    float: left;
    text-align: center;
    margin: 20px 30px 0 0;
}
.nav_nav_in>a:hover{
    color: #fff;
    font-weight: bold;
    background: #046cbc;
}
ul.nav_title li:hover .nav_nav_in{
    display: block;
}