@charset "utf-8";
/* 全局 */
.mainbox1036{ width:1400px; margin:0 auto; clear:both;}
body {
	font-family: "微软雅黑";
}

.bodtbox {
	background: #f7f7f7;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font,
tr,
table,
ol {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 14px;
}

input {
	border: none;
	background: none;
}

input:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

input,
button,
textarea,
checkbox,
select,
radio {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #222;
	font-size: 15px;
}

a:hover {
	color: #006ec7;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

ol li,
ul li,
dl dt,
dl dd {
	list-style: none;
}

img {
	display: inline-block;
	border: none;
}

.font_big {
	font-size: 16px;
}

.grey {
	color: #8e8e8e;
}

.red {
	color: #be1a11;
}

.boder_grey {
	border: 1px solid #dddddd;
}

.mian {
	width: 100%;
	background: url(../../images/2026/index-two.png) top center no-repeat #fff;
	position: relative;
	background-size: 100%;
}

.index_con {
	width: 80%;
	margin: 0 auto;
}

.i_con {
	width: 100%;
}

.clear_bottom {
	clear: both;
	margin-bottom: 25px;
}

.clear_bottom_10 {
	clear: both;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* header */
.header {
	position: relative;
}

.header .container {
	margin: 0 auto;
}

.logo_s {
height: 100px;
	background: #be1a11;
	background-size: 100%;
}

.topDiv {
	background: #fff;
	padding: 10px 0;
}

.top_logo {
	margin: 0px auto;
}

.logo {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo_pic image{
	height: 60px;
}


.logo_name{
	width: 618px;
	height: 100px;
	color: #f8d8a6;
	font-size: 40px;
	font-weight: 600;
	position: relative;
	top: -5px;
	white-space: 4px;
	background: url(../../images/2026/right.png) right no-repeat;;
}


.btn2 {
	float: right;
	width: 50%;
	display: none;
}

.btn2 form {
	background-color: rgba(255, 255, 255, 0.8);
	width: 370px;
	margin: 35px auto 0;
	padding: 8px;
}

.btn2 .se-input {
	height: 30px;
	width: 310px;
	line-height: 30px;
	color: #555;
}

.btn2 .se-btn {
	float: right;
	background: url(../../images/2026/se-icon.png) no-repeat center center;
	width: 34px;
	height: 34px;
}

/* 导航 */
.nav_menu3 {
	float: right;
	width: 100%;
}

/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav_menu3 #menu-button {
	margin-top: 100px;
	background: #0f2b6b;
	position: absolute;
	z-index: 99999;
}

.nav_menu3:after,
.nav_menu3 #menu-button {
	display: none;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #034990;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.nav_menu3>ul>li {
	float: left;
	width: 9.8%;
}

.nav_menu3.align-center>ul {
	font-size: 0;
	text-align: center;
}

.nav_menu3.align-center>ul>li {
	display: inline-block;
	float: none;
}

.nav_menu3.align-center ul ul {
	text-align: left;
}

.nav_menu3.align-right>ul>li {
	float: right;
}

.nav_menu3.align-right ul ul {
	text-align: right;
}

.nav_menu3>ul>li>a {
	height: 60px;
	line-height: 60px;
	color: #0f1a14;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: center;
	font-size: 1.1rem;
}

.nav_menu3>ul>li:hover>a {
	color: #f3b26e;
}

.nav_menu3 ul ul {
	position: absolute;
	left: -9999px;
}

.nav_menu3>ul>li>ul {
	z-index: 2;
}

.nav_menu3 li:hover>ul {
	left: auto;
}

.nav_menu3.align-right li:hover>ul {
	right: 0;
}

.nav_menu3 ul ul ul {
	margin-left: 100%;
	top: 0;
}

.nav_menu3.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

.nav_menu3 ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

.nav_menu3 ul li:hover>ul>li {
	height: 52px;
}

.nav_menu3 ul ul li a {
	padding: 20px 20px;
	width: 180px;
	background: #be1a11;
	text-decoration: none;
	color: #eeeeee;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	border-top: 1px solid #be1a11;
	font-size: 14px;
}

.nav_menu3 ul ul li:hover>a,
.nav_menu3 ul ul li a:hover {
	background: #f3b26e;
}

.nav_menu3.align-right ul ul li.nav-has-sub>a:after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.nav_menu3 ul ul li.nav-has-sub:hover>a::after {
	border-color: #034990;
}

.nav_menu3 ul ul li.nav-has-sub>a::after {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.nav_menu3.align-right ul ul li.nav-has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.nav_menu3 {
	width: 100%;
}

.nav_menu3>ul>li:hover>a {
	color: #f3b26e;
}

.nav_menu3 ul ul {
	position: absolute;
	left: -9999px;
}

.nav_menu3>ul>li>ul {
	z-index: 2;
}

.nav_menu3 li:hover>ul {
	left: auto;
}

.nav_menu3.align-right li:hover>ul {
	right: 0;
}

.nav_menu3 ul ul ul {
	margin-left: 100%;
	top: 0;
}

.nav_menu3.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

.nav_menu3 ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

.nav_menu3 ul li:hover>ul>li {
	height: 52px;
}

.nav_menu3 ul ul li a {
	padding: 20px 20px;
	width: 180px;
	background: #be1a11;
	text-decoration: none;
	color: #eeeeee;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	border-top: 1px solid #be1a11;
	font-size: 14px;
}

.nav_menu3 ul ul li:hover>a,
.nav_menu3 ul ul li a:hover {
	background: #f3b26e;
}

.nav_menu3.align-right ul ul li.nav-has-sub>a:after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.nav_menu3 ul ul li.nav-has-sub:hover>a::after {
	border-color: #034990;
}

.nav_menu3 ul ul li.nav-has-sub>a::after {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.nav_menu3.align-right ul ul li.nav-has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.nav_menu3 {
	width: 100%;
}



.index_new {
	width: 100%;
}

.main-news-list {
	clear: both;
	margin: 20px auto 0;
}

.main-news-list li {
	float: left;
	width: calc(25% - 26px);
	overflow: hidden;
	text-overflow: clip;
	padding: 13px;
}

.main-news-list li a {
	display: block;
	overflow: hidden;
}

.main-news-list li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background: #FFF;
}

.main-news-list li img {
	width: 100%;
	max-height: 200px;
	transition: all .5s;
	min-height: 200px;
	max-height: 200px;
	object-fit: cover;
}

.main-news-list li img:hover {
	transform: scale(1.2);
}

.main-news-list li h3 {
	height: 66px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.main-news-list li p {
	color: #9a9a9a;
	text-align: right;
}



.footBot {
	width: 80%;
	margin: 0 auto;
}

.content-header {
	padding: 0px 20px 0 0px;
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}

.content-header .title {
	font-size: 20px;
}

.content-header .more {
	font-size: 14px;
	color: #be1a11;
	text-transform: uppercase;
}

.slick-slide1 {
	display: block;
	width: 33.33%;
	float: left;
	height: 100%;
	min-height: 1px;
	margin-top: 10px;
}

.slick-slide1>a {
	display: block;
	margin-right: 20px;
	background-color: #fff;
	padding: 10px;
	color: #333;
}

.slick-slide1 img {
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out;
	max-width: none;
}

.gp-img-responsive {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	display: block;
	background-color: #d8e3e6;
}

.item-txt5 {
	position: relative;
	padding: 10px 15px 0px 15px;
}

.item-txt5::before {
	content: '';
	width: 2px;
	height: 25px;
	background-color: #fd6e1a;
	position: absolute;
	left: 0px;
	top: 20px;
}

.item-txt5 h3 {
	font-weight: normal;
	line-height: 150%;
	overflow: hidden;
	padding-top: 8px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.slick-slide1:hover>a {
	transition: all .5s ease-out .1s;
	background: #c70211;
	color: #FFF;
}

.slick-slide1:hover>a .item-txt5 h3 {
	transition: all .5s ease-out .1s;
	color: #FFF;
}

.class,
.yuyuan {
	float: left;
	width: 50%;
}

.NewBox {
	margin: 0 auto;
	width: 67%;
	float: left;
}

.new_box {
	width: calc(80% - 0px);
	margin: 50px auto 25px;
}

.news {}

.news ul li {
	background: url(../../images/2026/ico_txyw.png) 3px center no-repeat;
	padding-left: 25px;
	height: 40px;
	line-height: 40px;
	width: calc(100% - 25px);
	clear: both;
	border-bottom: 1px solid #dddddd;
}

.news ul li:last-child {
	border-bottom: none;
}

.right_box {
	float: right;
	width: calc(33% - 25px);
	margin-left: 25px;
}


/* banner */
.fullSlide {
	width: 100%;
	position: relative;
}

.fullSlide .banner_box {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .banner_box ul {
	width: 100% !important;
}

.fullSlide .banner_box li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	min-height: 478PX;
	max-height: 478PX;
	position: relative;
}

.fullSlide .banner_box li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../../images/2026/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}

/* list */
.clamb {
	width: 100%;
}

.clamb img {
	width: 100%;
}

.listmian {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.list_left {
	float: left;
	width: 250px;
	min-height: 500px;
}

.list_left dl dt {
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	background: #c70211;
	font-size: 20px;
	text-align: center;
}

.list_left dl dd {
	background: #fff;
}

.list_left dl dd a {
	text-align: center;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #000;
}

.list_left dl dd:hover {
	background: #c70211;
}

.list_left dl dd:hover a {
	color: #fff;
}

.list_right {
	float: left;
	background: #fff;
	width: calc(100% - 250px);
}

.wz_top {
	width: 100%;
	height: 60px;
	background-color: #f4f6fb;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	font-family: '宋体';
	font-weight: bold;
}

.wz_top a {
	color: #333;
	padding: 0 10px;
	font-family: "微软雅黑";
	font-weight: normal;
}

.wz_top a:hover {
	color: #006ec7;
}

.listmian ul {
	padding: 0 20px 30px;
	background: #FFF;
}

.listmian ul li {
	line-height: 60px;
	height: 60px;
	padding-left: 10px;
	border-bottom: 1px solid #eaeaea;
}

.listmian ul li:hover {
	border-bottom: 1px solid #c70211;
}

.listmian ul li span {
	float: right;
	font-family: Arial;
}

.listmian ul li a {
	float: left;
	color: #333;
}

.listmian ul li a:hover {
	color: #006ec7;
}

.list_right dl {
	padding: 20px;
	width: calc(100% - 40px);
}

.list_right dl dt {
	border-left: 20px solid #c70211;
	background: #f5f5f5;
	padding: 10px 31px;
	width: 200px;
	font-size: 18px;
}

.list_right dl dd {
	float: left;
	width: calc(30% - 20px);
	display: block;
	margin-right: 20px;
	margin-top: 20px;
	border-top: 1px solid #c70211;
	background: #f5f5f5;
	padding: 0px 15px;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
}

.list_right dl dd:hover {
	background: #c70211;
}

.list_right dl dd:hover a {
	color: #FFF;
	display: block;
}

.leftmian {
	padding: 20px 35px;
	margin-top: 25px;
	margin: 0 auto;
	background: #FFF;
}

.leftmian h3 {
	line-height: 60px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bolder;
	color: #c70211;
}

.leftmian .info {
	text-align: center;
	margin: 15px 0;
	line-height: 30px;
	position: relative;
}

.leftmian .info span {
	padding: 0 10px;
}

.leftmian .artmain p {
	line-height: 220%;
	margin: 15px 0;
	color: #666;
	font-size: 16px;
	text-indent: 2em;
}

.leftmian .artmain p embed {
	min-height: 325px;
	width: 75%;
}

.leftmian .artmain img {
	display: block;
	margin: 0 auto;
	width: 65%;
	text-indent: 0em;
}

.leftmian input {
	width: 10px;
	height: 10px;
	border: 1px solid #666666;
	margin: 0 6px 0 0;
	vertical-align: middle;
	cursor: pointer;
	outline: medium none;
	overflow: hidden;
}

.top_ztimg {
	position: absolute;
	width: 100px;
	height: 36px;
	right: 0px;
	top: -3px;
	overflow: hidden;
}

.top_ztimg .si_img {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin-left: 10px;
}

.displayPage {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
}

.displayPage a {
	display: block;
	line-height: 200%;
}

.search {
	width: 100%;
	height: 75px;
	background-color: #f4f6fb;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	line-height: 75px;
	font-family: '宋体';
	font-weight: bold;
}

.searchNewText {
	display: block;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	background: none;
	float: left;
	font-size: 16px;
	height: 75px;
	line-height: 75px;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	width: calc(100% - 75px);
	text-indent: 2em;
	color: #999999 !important;
}

.searchNewSub {
	display: block;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	background: none;
	float: right;
	width: 75px;
	outline: none;
	padding: 0;
	height: 75px;
	background: url(../../images/2026/searchSub.png) no-repeat center center;
	background-size: cover;
	cursor: pointer;
	float: right;
}

.listmian .piclist {
	padding: 10px;
}

.listmian .piclist li {
	float: left;
	margin: 5px;
	display: inline;
	width: calc(33.33% - 10px);
	height: auto;
	border: none;
	line-height: normal;
	height: auto;
	padding: 0;
}

.listmian .piclist li a {
	float: none;
	position: relative;
	display: block;
	margin: 0;
}

.listmian .piclist li a img {
	width: 100%;
	height: 260px;
}

.listmian ul.list_main li a {
	float: none;
	display: inline-grid;
}


.listmian .piclist li span {
	float: none;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	background: #ebebeb;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.listmian .piclist li:hover {
	border-bottom: none;
}

/* footer */
.footer {
	text-align: center;
	background: #8b1415;
}

.footer .container{
	margin: 0 auto;
}

.center-1200 {
	width: 80%;
	margin: 0 auto;
}

.footerL {
	float: left;
	width: 20%;
	margin: 30px 20px 0px 0px;
	width: calc(20% - 20px);
}

.footerL img {
	width: 100%;
}

.footerC {
	float: left;
	text-align: left;
	font-size: 12px;
	width: calc(40% - 20px);
	color: #f8d8a6;
	margin-top: 40px;
	margin-left: 20px;
}

.footerC span {
	line-height: 200%;
}

.footerR {
	float: left;
	width: calc(40% - 10px);
	;
	padding-left: 10px;
	position: relative;
}

.footerL a {
	width: 100%;
	height: 81px;
	display: inline-block;
	background: url(../../images/2026/footer.png) no-repeat;
}

.footerR dl {
	float: left;
	width: calc(33.33% - 20px);
	text-align: center;
	margin: 31px 0;
	display: inline;
}

.footerR dl dt {
	font-size: 14px;
	width: 40px;
	margin-top: 25px;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	float: left;
}

.footerR dl dt img {
	width: 32px;
}

.footerR dl dd {
	font-size: 14px;
	width: calc(100% - 40px);
	color: #FFF;
	float: left;
}

.footerR dl dd img {
	width: 60%;
}

.footerC a {
	text-decoration: none;
}

.banner {
	width: 100%;
	height: 450px;
}

/*栏目标题*/
.index_menu_bj {
	height: 40px;
	width: 100%;
}

.index_menu {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-right: 15px;
}

.index_menu a {
	color: #fff;
	background: none;
	font-size: 20px;
}

.index_menu {
	width: 120px;
	text-align: center;
	float: left;
}

.index_more {
	float: right;
	display: block;
}

.index_long {
	background: url(../../images/2026/index_menu_bj.jpg) left bottom repeat-x;
	padding-left: 580px;
}

.index_short {
	background: url(../../images/2026/index_menu_bj.jpg) left bottom repeat-x;
	padding-left: 350px;
}

.right.index_menu_grey {
	border-bottom: 1px solid #e0e0e0;
	width: calc(100% - 135px);
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.index_more a {
	font-size: 14px;
	color: #be1a11;
	text-transform: uppercase;
}

.index_date {
	width: 35px;
	font-size: 14px;
	font-family: 思源宋体 CN;
	text-align: right;
	color: #8e8e8e;
}

/*背景色*/
.index_bg01 {
	background-color: #be1a11;
}

.index_bg02 {
	background-color: #be1a11;
}

.index_bg03 {
	background-color: #be1a11;
}

.index_bg04 {
	background-color: #be1a11;
}

.index_bg05 {
	background-color: #be1a11;
}

.index_bg06 {
	background-color: #be1a11;
}

.index_bg07 {
	background-color: #be1a11;
}

.index_bg08 {
	background-color: #be1a11;
}

.margin-left {
	margin-left: 50px;
}

/*专题头条*/
.index_zttt {
	width: 750px;
}

.index_zttt_pic {
	width: 340px;
	height: 290px;
}

.index_zttt_pic h2 {
	font-size: 15px;
	text-align: center;
	line-height: 50px;
}

.index_zttt_pic_con {
	width: 340px;
	height: 240px;
}

.index_zttt_list {
	width: 385px;
	margin: 0 auto;
}

.index_zttt_list li {
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #dddddd;
	background: url(../../images/2026/ico_zttt.png) left center no-repeat;
	padding-left: 20px;
}

.index_zttt_list li .index_date {
	width: 70px !important;
}

.index_zttt_list li:first-child {
	height: 85px;
	line-height: 30px;
	border: none;
	background: none;
	padding-left: 0px;
}

.index_zttt_list li:first-child h2 {
	font-size: 16px;
	font-weight: bold;
}

.index_zttt_list li:first-child p {
	font-size: 14px;
	line-height: 24px;
}

/*通知公告*/
.index_tzgg {}

.index_tzgg_con {
	margin: 0 auto;
}

.index_tzgg_con li {
	padding-top: 9px;
	height: 54px;
	line-height: 25px;
	background: url(../../images/2026/tzgg_list_bj.png) left bottom no-repeat;
}

.index_tzgg_con li:first-child {
	padding-top: 0px;
}

.tzgg_date {
	width: 55px;
}

.tzgg_date h2 {
	font-size: 18px;
	font-weight: bold;
}

.tzgg_right {
	width: 440px;
	padding-left: 25px;
}

.tzgg_right p {
	font-size: 14px;
}

.index_m_bj {
	width: 100%;
	padding: 20px 0;

}

.index_m_bj1 {
	
	position: relative;
	background-size: 100% 100%;
	padding: 30px 0 0 0;
}

/*团学新闻*/
.index_txyw {
	width: calc(33.33% - 34px);
}

.txyw_list {
	margin: 0 auto;
}

.txyw_list li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
	background: url(../../images/2026/ico_txyw.png) 3px center no-repeat;
	padding-left: 25px;
}

/*基层动态*/
.jcdt li {
	background: url(../../images/2026/ico_jcdt.png) left center no-repeat !important;
}

.txyw_list li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 60px);
	display: block;
}

/* 文字列表第一条突出显示 */
.txyw_list li:first-child {
	height: 60px;
	line-height: 60px;
	background: #fff;
	padding-left: 15px;
	border-left: 4px solid #be1a11;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
	margin-bottom: 10px;
	border-bottom: none;
}

.txyw_list.jcdt li:first-child {
	background: #fff !important;
	padding-left: 15px;
	border-left: 4px solid #be1a11;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
	margin-bottom: 10px;
	border-bottom: none;
}

.txyw_list li:first-child a {
	color: #be1a11;
	font-weight: bold;
	font-size: 16px;
	width: calc(100% - 75px);
}

.txyw_list li:first-child .index_date {
	background: #be1a11;
	color: #fff;
	width: 56px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 10px;
	font-family: "微软雅黑", Arial, sans-serif;
	font-weight: normal;
}

/*团发文件*/
.tfwj li {
	background: url(../../images/2026/ico_tfwj.png) left center no-repeat !important;
}

.li_last li:last-child {
	border-bottom: none;
}


/*快捷入口*/
.kjrk_bj {
	width: 100%;
	padding: 60px 0 40px;
	background: #f7f7f7;
}

.kjrk {
	margin: 0 auto;
	padding: 15px 15px;
	width: calc(80% - 30px);
	background: transparent;
}
.kjrk_bj .picbox{
	width: 100%;
	display: flex;
}

.kjrk_bj .picbox dl {
	flex: 1;
	margin-top: 5px;
	position: relative;
}

.kjrk_bj .picbox dl::after {
	content: '';
	position: absolute;
	right: 0;
	top: 30%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background: #ddd;
}

.kjrk_bj .picbox dl:last-child::after {
	display: none;
}

.kjrk_bj .picbox dl dt {
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 0 auto;
	height: 80px;
	background-color: transparent;
	border: 1px dashed #be1a11;
	border-radius: 50%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kjrk_bj .picbox dl dt img {
	position: static;
	width: 36px;
	height: 36px;
	margin: 0;
}

.kjrk_bj .picbox dl dd a {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.kjrk_bj .toggle {
	display: none;
}


/*快捷入口*/
.jcpic {
	width: 100%;
	padding: 25px 0;
}

.jcpic .kjrk {
	margin: 0 auto;
	padding: 15px 15px;
	width: calc(80% - 30px);
	background: url(../../images/2026/kjrk_bj.png) left center repeat;
}

.jcpic .picbox dl {
	float: left;
	width: calc(25% - 20px);
	margin: 0 10px;
	margin-top: 5px;
}

.jcpic .picbox dl:nth-child(2) {
	margin-left: 0px;
}

.jcpic .picbox dl dt {
	width: 100%;
	overflow: hidden;
}

.jcpic .picbox dl dt img {
	width: 100%;
	max-height: 185px;
	min-height: 185px;
	transition: all .5s;
}

.jcpic .picbox dl dt img:hover {
	transform: scale(1.2);
}

.jcpic .picbox dl dd a {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	padding: 0 15px;
	background: #ebebeb;
	text-align: left;
}

.toggle {
	display: none;
}

.main-list .left {
	width: calc(100% - 60px);
}

/*人员分工*/
.listmian ul.fenggong li {
	padding: 8px 0;
	margin: 15px auto;
	width: 100%;
	min-height: 270px;
	border-bottom: 1px solid #eee;
}

.pic_list_ry_img {
	float: left;
	width: 300px;
}

.pic_list_ry_img img {
	width: 100%;
}

.pic_list_ry_img p {
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}

.listmian .pic_list_ry_img p a {
	float: none;
}

.pic_list_ry_info {
	float: right;
	width: calc(100% - 320px);
	margin-left: 20px;
}

.pic_list_ry_info p {
	text-align: left;
	line-height: 200%;
	font-size: 16px;
}

.list_right dl.tw {
	width: calc(33.33% - 22px);
	margin: 15px 10px;
	border: 1px solid #eee;
	float: left;
	background: #fcfcfc;
	padding: 0;
}

.list_right dl.tw dt {
	width: 100%;
	border-left: none;
	background: none;
	padding: 0;
}

.list_right dl.tw dt img {
	width: 100%;
}

.list_right dl.tw dd {
	width: calc(100% - 0px);
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	height: auto;
	background: #fcfcfc;
	text-indent: 1em;
	line-height: 200%;
}

.list_right dl.tw dd:hover a {
	color: #222;
}

/* 首页标题 */

.index-title {
	margin-bottom: 15px;
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.index-title::after {
	display: none;
}

.index-title h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	float: left;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 2;
	line-height: 50px;
}

.title-gzdt h3::before { content: '\eaf5'; }
.title-tzgg h3::before { content: '\ef9a'; }
.title-llxx h3::before { content: '\eadb'; }
.title-mttt h3::before { content: '\ee4b'; }
.title-xyfc h3::before { content: '\f35a'; }
.title-txhd h3::before { content: '\ed3b'; }
.title-flxy h3::before { content: '\ee0f'; }
.title-spxw h3::before { content: '\ef81'; }

.index-title h3::before {
	font-family: "remixicon";
	color: #be1a11;
	font-size: 30px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.index-title h3 span {
	color: #333;
}

.index-title h3 span::before {
	content: '|';
	color: #be1a11;
	margin-right: 10px;
	font-weight: normal;
	font-size: 16px;
	font-family: "微软雅黑", Arial, sans-serif;
}

.index-title .more {
	font-size: 13px;
	color: #999;
	position: absolute;
	right: 0;
	bottom: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.index-title .more:hover {
	color: #be1a11;
}


@media screen and (max-width: 1660px) {
	.footerR dl dt img {
		width: 25px;
	}

	.footerR dl dd img {
		width: 100%;
	}

	.footerL a {
		background-size: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.about h3 {
		margin: 20px 0;
	}

	.NewBox,
	.index_m_bj,
	.right_box,
	.index_txyw,
	.about {
		margin-top: 15px;
		background: #fff;
		padding: 15px;
	}

	body {
		font-size: 14px;
		background: #f7f7f5;
	}

	.kjrk_bj {
		padding: 0;
	}

	.listmian .piclist li a img {
		height: 140px;
	}

	.left,
	.right,
	.footerL,
	.about,
	.slick-slide1,
	.news ul li,
	.news,
	.logo_pic,
	.footerC,
	.footerR,
	.footerL {
		width: 100%;
		font-size: 14px;
	}
	
	

	.footerL,
	.footerR,
	.footerC {
		float: none;
		background: none;
	}

	.right_box {
		width: 100%;
		margin-top: 15px;
	}

	.about {
		border-left: none;
		margin-right: 0;
		float: none;
		background: none;
	}

	.pic_list_ry_img {
		width: 100%;
		float: none;
	}

	.pic_list_ry_info {
		width: 100%;
		float: none;
		margin-left: 0px;
	}

	.listmian ul li {
		height: auto
	}

	.new_box,
	.index_con,
	.kjrk,
	.artmain,
	.displayPage,
	.footBot,
	.new_box {
		width: 100%;
		margin: 10px auto;
	}

	.index_txyw,
	.NewBox,
	.kjrk,
	.about {
		width: calc(100% - 30px);
		float: none;
	}

	.picbox dl {
		margin: 10px;
		width: calc(25% - 20px);
	}

	.picbox dl:nth-child(2) {
		margin-left: 10px;
	}

	.logo_s {
		background: url(../../images/2026/Ttop.png) no-repeat top center #be1a11;
		width: calc(100% - 0px);
		padding: 15px 0;
		height: auto;
	}
	
	.index_menu {
		width: 120px;
	}

	.index_date {
		width: 35px;
	}

	.margin-left {
		margin-left: 0;
	}

	.index_m_bj {
		background: none;
		padding: 0;

	}

	.footerL {
		margin-bottom: 20px;
		padding-left: 0;
	}

	.footerL dl {
		float: left;
		width: 33%;
	}

	.footerL a img {
		width: 80%;
	}

	.footerC,
	.footerR {
		margin-bottom: 20px;
	}

	.logo_pic,
	.focusbox,
	.news {
		float: none;
	}

	.logo_pic {
		margin: 20px 0;
	}
	


	.btn2 {
		width: 80%;
		float: none;
		margin: 0 auto;
	}

	.logo {
		width: 100%;
	}

	.btn2 form,
	.btn2 .se-input {
		width: auto;
	}

	.topDiv,
	.info,
	.search,
	.list_left {
		display: none;
	}

	.top_ztimg {
		display: none;
	}

	.leftmian .info {
		display: block;
	}

	.logo img {
		width: 80%;
		margin-left: 20px;
	}

	.toggle {
		display: block;
	}

	.slick-slide1>a {
		margin: 0;
	}

	.item-txt5 {
		padding: 0px 0px 0px 15px;
	}

	.item-txt5::before {
		top: 10px;
		height: 20px;
	}

	.item-txt5 h3 {
		height: auto;
	}

	.slick-slide1>a,
	.leftmian {
		padding: 10px;
	}

	.new_box {

		margin: 10px auto;
	}

	.list_right,
	.listmian {
		float: none;
		width: 100%;
	}

	.listmian .piclist li {
		width: calc(50% - 10px);
	}

	.footerC .tel,
	.footerC .email,
	.footerC .address,
	.jcdt li,
	.txyw_list li,
	.footerR li {
		height: 38px;
		line-height: 38px;
	}

	.news ul li {
		width: calc(100% - 25px);
		clear: both;
	}

	.news ul .left {
		float: left;
		width: calc(100% - 35px);
		clear: both;
	}

	.focusbox {
		display: none;
	}

	.main-news-list li {
		float: left;
		width: calc(50% - 26px);
		overflow: hidden;
		text-overflow: clip;
		padding: 13px;
	}

	.kjrk_bj .picbox dl {
		width: calc(33.33% - 20px)
	}

	.jcpic .kjrk {
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	.jcpic .picbox dl {
		width: calc(50% - 20px);
	}

	.fullSlide .banner_box li {
		width: 100% !important;
		overflow: hidden;
		text-align: center;
		min-height: 110PX;
		max-height: 110PX;
	}

	.footerL a {
		width: 100%;
		height: 81px;
		display: inline-block;
		background: url(../../images/2026/footer.png) no-repeat center center;
	}

	.center-1200 {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
	}

	.footer {
		height: auto;
	}

	.footerC {
		margin: 10px 0;
		margin-left: 0;
		border-top: 1px solid #e00000;
		border-bottom: 1px solid #e00000;
		padding: 10px 0;
	}

	.footerL {
		margin: 10px 0;
	}

	.footerR {
		padding: 0;
	}

	.footerR dl {
		width: 33.33%;
		margin: 0;
	}

	.footerR dl dt {
		display: none;
	}

	.footerR dl dd {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.footerR dl dd img {
		width: 70%;
	}

	.main-news-list li img {
		min-height: 100px;
		max-height: 100px;
	}

	.leftmian {
		padding: 20px;
		margin-top: 25px;
		margin: 0 auto;
		background: #FFF;
	}

	.leftmian h3 {
		text-align: center;
		font-size: 17px;
		font-weight: bolder;
		line-height: 150%;
		color: #313030;
	}

	.leftmian .info {
		text-align: center;
		margin: 15px 0;
		line-height: 30px;
		position: relative;
	}

	.leftmian .info span {
		padding: 0 10px;
	}

	.leftmian .artmain p {
		line-height: 150%;
		margin: 15px 0;
		color: #313030;
		font-size: 14px;
		text-indent: 2em;
	}

	.leftmian .artmain img {
		display: block;
		margin: 0 auto;
		width: 100%;
		text-indent: 0em;
	}

	.main-news-list li h3 {
		height: 30px;
	}

	.main-news-list li h3 a {
		height: 30px;
		line-height: 30px;
		margin-top: 0px;
		margin-bottom: 5px;
		width: 100%;
		width-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.jcpic .picbox dl dt img {
		width: 100%;
		max-height: 110px;
		min-height: 110px;
		transition: all .5s;
		object-fit: cover;
	}

	.content-header .title,
	.index_menu a {
		font-size: 17px;
	}

	.kjrk_bj .picbox dl dd a {
		padding: 0;
		font-size: 14px;
	}

	.kjrk_bj .picbox dl dt {
		margin-bottom: 5px;
	}

	.kjrk {
		padding: 5px;
		width: calc(100% - 10px);
	}

	.listmian ul {
		padding: 0 5px 30px;
	}

	.listmian ul li span {
		width: 80px;
	}

	.listmian ul li a {
		float: left;
		color: #333;
		width: calc(100% - 80px);
		width-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.listmian ul li a {
		width: calc(100% - 80px);
		display: inline;
	}

	.listmian ul.list_main li a {
		display: inline;
	}

	.jcpic .picbox dl dd a {
		padding: 0;
		white-space: nowrap;
	}

	.jcpic .picbox dl:nth-child(2) {
		margin-left: 10px;
	}

	.clolor {
		display: none;
	}

	.list_right dl.tw {
		width: calc(50% - 22px);
	}
}

/* CSS Document */
@media screen and (min-width:1550px) {
	.container {
		width: 1400px;

	}

}


@media screen and (min-width:1400px) and (max-width:1550px) {

	.container {
		width: 1280px;

	}

}



/*列表*/
.list_l{ width:980px; float:left; background:#FFF; border:1px solid #ededed;}
.local{ height:70px; line-height:70px;	color:#1d6dc6;} 
.local_box{ height: 70px; padding-left: 20px; border-bottom:1px solid #ededed; width:90%; margin:0 auto}	
.local_ul li {
    line-height: 70px;
    float: left;
    padding-right: 10px;
	color:#be1a11;
	font-size:15px;
	font-weight:600
	
}
.local_ul li a{
	color:#be1a11;
	display:block;
	 padding-left:3px;
	 font-size:15px;
}
.local_ul li a:hover{
	color:#be1a11;
	display:block;
	 padding-left:3px;
	 font-size:15px;
	 text-decoration:underline;
}
.list_r_t{}
.list_r_t ul { padding-top:5px;}
.list_r_t ul li{ background:url(../../images/index.files/ico12.png) 10px center no-repeat;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
	border-bottom:1px solid #ededed; width:90%;
	margin:0 auto;

	}
.list_r_t ul li a{ font-size:16px; }
.list_r_t ul li a:hover{ color:#0da3e2; font-size:14px;}
.list_r_t ul li span{ float:right; padding-right:10px; color:#666666; font-size:12px;}
.pageing {
    text-align: right; 
    padding-right: 30px;
}
.pageing span {
    line-height: 80px;
    padding: 0 6px;
	font-size:14px;
}

.list_r{ float:right; width:400px; background:#FFF;}
.list_xwdt{ border:1px solid#ededed;} 
.list_xwdtt{ background:url(../../images/index.files/ico18.png) 20px center no-repeat; height:50px; line-height:50px; padding-left:30px;  border-bottom:1px solid#ededed;}
.list_xwdtt h1{float:left; line-height:50px; font-size:15px;  font-weight:bold; border-bottom:3px solid #be1a11;}
.list_xwdtt span{ float:right; padding-right:15px;}
.list_xwdtc ul { margin:5px 0px;}
.list_xwdtc ul li{ background:url(../../images/index.files/ico1.png) 15px no-repeat; padding-left:30px; height:34px; line-height:34px;}
.list_xwdtc ul li a{ font-size:13px;}
.list_xwdtc ul li a:hover{ font-size:13px; color:#ff8e32;}
.ckgd{ background:url(../../images/index.files/tittle7.png) no-repeat; width:115px; height:28px; line-height:28px; text-align:center; margin:15px 10px 40px 30px;}
.ckgd  a{ color:#FFF; font-size:12px;}

.list_zt{ margin-bottom:20px;}
.list_zt ul li{ width:270px; height:60px; padding:10px 15px;}

/*内容页：新闻显示*/
.info_area_box{border-top:2px solid #DCDCDC;; background-color:#F7FCFF;}
.info_box{ padding:9px 15px;}
#info_toptitle{ font-size:24px; line-height:32px; font-weight:bold; text-align:center; }
#info_title{ color: #333333;
    font-family: Microsoft Yahei;
    font-size: 32px;padding: 0 50px;
	line-height:56px;
    text-align: center; }
#info_subtitle{ font-size:20px; line-height:32px; text-align:center;}
.attribute{ color: #898989;
    font-size: 12px;
    height: 30px;
	line-height:30px;
    overflow: hidden;
    text-align: center;}
.info_content_opt{ line-height:20px; text-align:right;}
#info_source{ font-size:12px; padding-right:10px; }
#info_author{ font-size:12px; padding-right:10px;}
#info_hits{ color:#C30; padding-right:10px; color:#F00;}
#info_released_dtime{font-size:12px;}
#info_description{ font-size:14px; line-height:180%; text-indent:2em; border:1px solid #DEDEDE; padding:6px 10px; background-color:#fff; }
#info_video{ text-align:center;}/*视频展示区域*/
#info_pic{ text-align:center;}/*小组图展示区域*/
#info_content{line-height:180%;}
#info_content p{ text-indent:2em;line-height: 40px; color:#333; font-size:15px;}
#info_content div{ text-indent:2em;}


.print_btn{font-size:14px; text-align:right; height:60px; line-height:60px;}



             

#controls  { float:right;
              padding:2px;
              width:30px;
              background:#333;
			  position:relative;
			  top:0px; right:-30px;
              
              text-align:center;
              transition:.25s ease-out;}

#controls a
           {  font-size:24px;
              color:#aaa;
              display:block;
              font-weight:bold;
              padding: 5px;}

#controls a:hover
           {  color:#fff;
              background:#000;
              transition:.25s ease-out; border-right: 1px solid #CBCBCB; }

a.selected  {  background:#000;
               color:#fff !important;}

#small     {  font-size:12px !important;}
#medium    {  font-size:15px !important;}
#large     {  font-size:18px  !important;}

.small     {  font-size:75%;}

 
#wrapper p          {  font-size:15px;
              line-height:40px; padding:0px 40px; text-indent:2em}