@charset "utf-8";
/***** 通用样式 *****/
body {
}
.main-header {
	position: relative;
}
/*banner*/
.main-banner {
	height: 510px;
	position: relative;
	overflow: hidden;
	z-index: 80;
}
#bannerBox {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#bannerBox li {
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#bannerBox li a {
	display: block;
	width: 100%;
	height: 100%;
}
/******* header模块 *******/
.header-top {
	height: 105px;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 50%;
	margin-left: -590px;
}
/*logo*/

.header-top .logo {
	margin-left: 0px;
	z-index: 400;
	width: 563px;
	height: 105px;
	float: left;
}
.header-top .logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-decoration: none;
	background: url('../images/dtjs/logo.png') center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*搜索*/
.search-box {
	float: right;
	width: 278px;
	height: 38px;
	margin-right: 0px;
	margin-top: 32px;
	background: #FFF;
	position: relative;
	border: 1px solid #910300;
	border-radius: 5px;
	overflow: hidden;
}
.search-box a#J_SearchBtn {
	display: block;
	width: 26px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/dtjs/btn_search.png);
	z-index: 10;
	outline: none;
}
.search-box input {
	width: 84%;
	height: 20px;
	border: none;
	line-height: 20px;
	color: #999999;
	padding: 9px 0;
	padding-left: 10px;
	background: none;
	font-size: 1.4em;
	outline: none;
	z-index: 11;
	overflow: hidden;
	font-family: '宋体';
}
 .search-box input:-webkit-autofill {
 background-color: transparent;
 background-image: none;
 -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}
.title-column-dtjs {
	display: block;
	width: 561px;
	height: auto;
	margin: 10px auto 0 auto;
	z-index: 500;
}
.text-dtjs {
	color: #480100;
	font-family: '微软雅黑';
	font-size: 3.6em;
	text-align: left;
	height: 60px;
	line-height: 60px;
	margin: 10px auto 0 auto;
	text-align: center;
	text-shadow: 2px 2px 3px #E3E1DD;
}
/*导航区*/
.header-nav {
	padding: 0px 0;
	top: -50px;
	margin-bottom: 0px;
	z-index: 100;
}
.nav-swicth {
	display: none;
}
.nav-btn, .nav-bar, .main-header .logo span {
	display: none;
}
.main-nav {
	margin: 0 auto;
	box-shadow: 5px 5px 5px #E1E1E1;
}
.main-nav .level-1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.main-nav .level-1 > li {
	float: left;
	width: 20%;
	position: relative;
	display: inline-block;
	background-color: #FFF;
}
.main-nav .level-1 > li:before {
	display: none;
}
.main-nav .level-1 > li:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #DEDEDE;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.main-nav .level-1 > li.last-nav:after {
	display: none;
}
.main-nav .level-1 > li > a {
	display: block;
	color: #333333;
	font-family: '微软雅黑';
	font-size: 1.8em;
	text-align: left;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	position: relative;
	text-indent: 100px;
}
.main-nav .level-1 > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 52px;
	width: 35px;
	height: 35px;
	margin-top: -17px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.main-nav .level-1 > li > a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	background: #E2E2E2 \9;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.main-nav .level-1 > li.first-nav > a {
}
.main-nav .level-1 > li > a:hover:before {
	animation: 1s linear 1 rubberBand;
	-webkit-animation: 1s linear 1 rubberBand;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.main-nav .level-1 > li.dtjs > a:before {
	background-image: url(../images/dtjs/ico_nav1_un.png);
}
.main-nav .level-1 > li.djgz > a:before {
	background-image: url(../images/dtjs/ico_nav2_un.png);
}
.main-nav .level-1 > li.llxx > a:before {
	background-image: url(../images/dtjs/ico_nav3_un.png);
}
.main-nav .level-1 > li.tjgz > a:before {
	background-image: url(../images/dtjs/ico_nav4_un.png);
}
.main-nav .level-1 > li.index-nav > a:before {
	background-image: url(../images/dtjs/ico_nav5_un.png);
}
.main-nav .level-1 > li:hover:before, .main-nav .level-1 > li.selected:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 2px;
	right: 50%;
	width: 19px;
	height: 9px;
	margin-right: -9.5px;
	background: url(../images/dtjs/ico_nav_on.png);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
.main-nav .level-1 > li > a:hover, .main-nav .level-1 > li.selected > a {
	color: #AF2216;
}
.main-nav .level-1 > li.dtjs > a:hover:before, .main-nav .level-1 > li.dtjs.selected > a:before {
	background-image: url(../images/dtjs/ico_nav1_on.png);
}
.main-nav .level-1 > li.djgz > a:hover:before, .main-nav .level-1 > li.djgz.selected > a:before {
	background-image: url(../images/dtjs/ico_nav2_on.png);
}
.main-nav .level-1 > li.llxx > a:hover:before, .main-nav .level-1 > li.llxx.selected > a:before {
	background-image: url(../images/dtjs/ico_nav3_on.png);
}
.main-nav .level-1 > li.tjgz > a:hover:before, .main-nav .level-1 > li.tjgz.selected > a:before {
	background-image: url(../images/dtjs/ico_nav4_on.png);
}
.main-nav .level-1 > li.index-nav > a:hover:before, .main-nav .level-1 > li.index-nav.selected > a:before {
	background-image: url(../images/dtjs/ico_nav5_on.png);
}
.main-nav .level-1 > li > a:hover:after, .main-nav .level-1 > li.selected > a:after {
	background: #AF2216;
}
/******* footer *******/
.footer {
	background: #762E2F;
}
/*****************页面模块样式***********************/
/*首页*/

/* 模块标题 */
.mod-title-1 {
	height: 30px;
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.mod-title-1 span {
	color: #333333;
	font-size: 1.8em;
	line-height: 30px;
	font-family: '微软雅黑';
	position: relative;
	display: inline-block;
	background: url(../images/dtjs/bg_title_1.png) left 8px no-repeat;
	text-indent: 30px;
}
.newsBox-2 .mod-title-1 {
	margin-bottom: 0px;
}
a.btn-more {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 55px;
	height: 20px;
	background: url(../images/dtjs/ico_more_un.png) left center no-repeat;
	text-indent: 17px;
	color: #999999;
	font-size: 1.2em;
	line-height: 20px;
	font-family: '微软雅黑';
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a.btn-more:hover {
	color: #AF2126;
	background: url(../images/dtjs/ico_more_on.png) left center no-repeat;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*文字型信息列表*/
.news-list a {
	display: block;
	position: relative;
	font-family: '微软雅黑';
	font-size: 1.4em;
	color: #383838;
	line-height: 32px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 100px;
	padding-left: 11px;
	background-image: url(../images/dtjs/ico_newslist_1.png);
	background-position: 0px 14px;
	background-repeat: no-repeat;
}
.news-list a:hover {
	color: #AF2126;
}
.news-list .time {
	position: absolute;
	top: 0;
	right: 0px;
	color: #999999;
}
.news-list a:hover .time {
	color: #AF2126;
}
.newsBox-1, .newsBox-2, .newsBox-3 {
	float: left;
	margin-bottom: 20px;
}
.newsBox-1 {
	width: 560px;
	height: 315px;
	padding: 3px;
	border: 1px solid #E6E6E6;
	margin-right: 20px;
}
.newsBox-2 {
	width: calc(100% - 588px);
	width: 592px \9;
}
.newsBox-1 .news-img-inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.newsBox-1 #indexNews img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.newsBox-1:hover #indexNews img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.newsBox-1 #indexNews .focus-title {
	height: 32px;
	display: block;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 100px);
	width: 460px \9;
	position: absolute;
	font-family: '微软雅黑';
	font-size: 1.6em;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 32px;
	padding: 0 100px 0 0px;
	background: url(../images/common/bg_mask.png) 0 0 repeat;
	text-indent: 10px;
	letter-spacing: 1px;
}
.newsBox-1 .num-box {
	width: 85px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	right: 3px;
	z-index: 2000;
}
.newsBox-1 .num-box span {
	background: #FFF;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-family: Arial;
	font-size: 1.2em;
	color: #727272;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
	margin-top: 9px;
	cursor: pointer;
}
.newsBox-1 .num-box span.now {
	background: #AF2126;
	color: #FFF;
}
.first-news {
}
.first-news .title {
	display: block;
	color: #AF2126;
	font-size: 1.8em;
	font-family: '微软雅黑';
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.first-news .summary {
	width: 100%;
	opacity: 1;
	font-size: 1.4em;
	filter: Alpha(opacity=100);
	color: #777777;
	line-height: 28px;
	text-align: left;
	font-family: '微软雅黑';
	height: 60px;
	margin-bottom: 0px;
	white-space: normal;
	overflow: hidden;
	border-bottom: 1px dashed #D8D8D8;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
.first-news:hover, .first-news:hover .title, .first-news:hover .summary {
	color: #AF2126;
}
.newsBox-3 {
	width: calc(50% - 10px);
	width: 580px \9;
}
.llxx-news {
	margin-right: 20px;
}
.newsBox-3 .news-list {
	float: left;
	width: calc(100% - 140px);
	width: 440px \9;
}
.newsBox-3 .news-list a {
	line-height: 34px;
}
.column-icon {
	display: block;
	padding: 4px;
	border: 1px solid #E6E6E6;
	float: left;
	width: 120px;
	height: 160px;
	margin-right: 10px;
}
/*列表内容页样式*/
.frame-page {
}
/* 右侧内容区 */
.frame-page .main-right {
	position: relative;
	min-height: 400px;
}
/* 面包屑导航 */
.location-main {
	height: 40px;
	border-bottom: 2px solid #B6010A;
	position: relative;
	text-align: left;
	margin: 0 auto10px auto;
}
.location-path a {
	display: inline-block;
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #040000;
	line-height: 40px;
}
.location-path a:first-child {
	background: url(../images/dtjs/bg_location.png) 8px 10px no-repeat;
	padding-left: 30px
}
.location-path a:last-child {
	color: #B6010A;
}
.location-path em {
	display: inline-block;
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #040000;
	line-height: 40px;
	padding: 0 10px;
}
.location-path em:last-child {
	display: none;
}
/*列表*/
.list-page a {
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 50px;
	position: relative;
	margin: 0 auto;
}
.list-page a h3 {
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #333;
	text-indent: 18px;
	background: url("../images/dtjs/ico_newslist_un.png") no-repeat 0px center;
	padding-right: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-page a span {
	font-size: 1.4em;
	color: #999;
	font-family: 'Arial';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.list-page a:hover {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	border-bottom: 1px dashed #B6010A;
}
.list-page a:hover h3 {
	color: #C5220C;
	background: url("../images/dtjs/ico_newslist_on.png") no-repeat 0px center;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
/*图片列表*/
.list-img {
}
.list-img li {
	margin-top: 10px;
	padding: 15px 0;
	display: table;
	background: #FFF;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.list-img li:first-child {
	margin-top: 0;
}
.list-img li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E6E6E6;
}
.list-img li a {
	display: table-cell;
	overflow: hidden;
}
.list-img li a img {
	width: 214px;
	height: 136px;
	margin: 0;
}
.list-img li .txt {
	width: 1200px;
	padding-left: 15px;
	vertical-align: top;
	position: relative;
}
.list-img .txt h3 {
	color: #000;
	font-size: 1.6em;
	font-family: '微软雅黑';
	line-height: 25px;
	height: 25px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list-img li .txt:hover h3 {
	color: #B12228;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.list-img .txt p {
	text-indent: 0;
	font-size: 1.4em;
	font-family: '微软雅黑';
	color: #999999;
	line-height: 180%;
	margin: 8px 0 8px;
}
.list-img .txt span {
	display: inline-block;
	text-align: left;
	font-family: '微软雅黑';
	font-size: 1.4em;
	color: #999999;
}
.list-img .txt span.from {
}
.list-img li:hover:after {
	left: 0;
	width: 100%;
	background: #B12228;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*****/
/*分页按钮*/
.page {
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.page a, .page span {
	font-family: "Arial";
	font-size: 1.4em;
	color: #999999;
	padding: 8px 13px;
	background: #F7F7F7;
	border-radius: 2px;
	margin: 0 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.page .current {
	background: #762E2F;
	color: #fff;
}
.page a:hover {
	background: #762E2F;
	color: #fff;
}
.page a.total {
	cursor: not-allowed;
}
/*内容页*/
.news-content {
	margin: 0 auto;
}
.news-content>h2 {
	text-align: center;
	font-size: 2.2em;
	font-family: '微软雅黑';
	color: #333333;
	margin: 20px 0 10px 0;
	font-weight: normal;
}
.news-content>h3.subtitle {
	font-family: '微软雅黑';
	font-size: 1.8em;
	text-align: center;
	color: #333;
	font-weight: normal;
}
.news-content>h4 {
	text-align: center;
	font-size: 1.4em;
	color: #777777;
	margin: 0 auto 20px auto;
	padding: 10px 0 25px 0;
	width: 100%;
	border-bottom: 1px solid #D2D2D2;
}
.news-content-txt {
	width: 98%;
	font-size: 1.6em !important;
	color: #333;
	margin: 0 auto;
	line-height: 200%;
	font-family: '微软雅黑';
}
.news-content-txt p {
	text-indent: 2em;
	width: 100%;
	font-size: 1em !important;
	color: #333;
	margin: 5px auto;
	line-height: 200% !important;
	font-family: '微软雅黑' !important;
}
.news-content-txt p span {
	font-family: '微软雅黑' !important;
}
.news-content-txt p iframe.ke-insertpdf {
	width: 93% !important;
	margin: 0 auto !important;
}
.news-content-txt img {
	margin: 10px auto;
	display: block;
	max-width: 96%;
	height: auto;
}
.news-content a.ke-insertfile {
	color: #114fa4;
}
/*上下篇*/
.pagination-list {
	border-top: 1px solid #D2D2D2;
	margin-top: 20px;
}
.pagination-list a {
	width: 48%;
	float: left;
	font-size: 1.6em;
	color: #333;
	display: block;
	margin: 20px 0;
	font-family: '微软雅黑';
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pagination-list a:last-child {
	float: right;
	text-align: right;
}
.pagination-list a:hover {
	color: #A42121;
}
/* 1024-1199 */
 @media only screen and (max-width: 1199px) {
/******* header模块 *******/
.header-top {
	left: 0px;
	margin-left: 0;
}
	 
/*新闻列表*/
.list-img .txt h3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-img .txt p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-photo li img {
	height: 170px;
}
}


/* 768-1023 */
@media only screen and (max-width: 1023px) {
.main-header {
	padding-top: 60px;
}
#bannerBox li {
	background-position: left -50px;
}
/******* header模块 *******/
.header-top {
	top: 55px;
}
/*logo*/
.header-top .logo {
	width: 300px;
	height: 70px;
	margin-left: 10px;
}
/*搜索*/
.search-box {
	margin-top: 15px;
}
.title-column-dtjs {
	width: 400px;
	height: 140px;
	margin: 0px auto 0 auto;
}
.text-dtjs {
	font-size: 2.4em;
}
.main-banner {
	height: 360px;
}
/*导航*/
.header-nav {
	width: 100%;
	height: 60px;
	padding: 0;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 10000000;
	background: none;
	background: #FFF;
	border-bottom: 1px solid #CCCCCC;
}
.header-nav .nav-bar {
	display: block;
	position: relative;
}
.header-nav .nav-bar .text-nav-bar {
	line-height: 60px;
	text-indent: 10px;
	color: #B02126;
	font-size: 2.0em;
	font-family: '微软雅黑';
	letter-spacing: 2px;
}
.main-header .nav-btn {
	width: 40px;
	width: 40px;
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 1000000;
	outline: none;
	text-decoration: none;
	transition: all .4s ease;
	padding-top: 0px;
}
.main-header .nav-btn .line {
	width: 32px;
	height: 4px;
	margin: 6px auto;
	background: #B02126;
	transition: all .4s ease;
}
.main-header .nav-btn.active {
}
.main-header .nav-btn.active .line {
	width: 40px;
}
.main-header .nav-btn.active .line2 {
	opacity: 0;
	display: none \9;
}
.main-header .nav-btn.active .line1 {
	-webkit-transform: rotateZ(45deg) translateY(10px);
	-moz-transform: rotateZ(45deg) translateY(10px);
	-ms-transform: rotateZ(45deg) translateY(10px);
	-o-transform: rotateZ(45deg) translateY(10px);
	transform: rotateZ(45deg) translate(3px, 11px);
}
.main-header .nav-btn.active .line3 {
	-webkit-transform: rotateZ(-45deg) translateY(-10px);
	-moz-transform: rotateZ(-45deg) translateY(-10px);
	-ms-transform: rotateZ(-45deg) translateY(-10px);
	-o-transform: rotateZ(-45deg) translateY(-10px);
	transform: rotateZ(-45deg) translate(3px, -11px);
}
.main-nav {
	padding: 0;
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	margin: 0;
	right: 0px;
	top: 60px;
	z-index: 999999;
	background: #FDF0BA url(../images/dtjs/bg_nav_mobile.jpg) right bottom no-repeat;
	transition: all .4s ease;
	display: none;
}
.nav-swicth {
}
.main-nav.show {
	overflow: scroll;
	display: block;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.main-nav .level-1 {
	width: 100%;
	height: 100%;
	margin-left: 0;
	opacity: 1;
	filter: Alpha(opacity=100);
	position: relative;
}
.main-nav .level-1 > li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background: #FDF0BA;
}
.main-nav .level-1 > li:before {
	display: none;
}
.main-nav .level-1 > li > a {
	text-indent: 4em;
	text-align: left;
	line-height: 60px;
	height: 60px;
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 2em;
	font-weight: normal;
	background: #FDF0BA;
	border: none;
	position: relative;
	border-bottom: 1px solid #AF2126;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease !important;
	transition: all 1s ease;
}
.main-nav .level-1 > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 22px;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	background: url(../images/zsjy/ico_end_un.png) center center no-repeat;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	transform: rotate(0deg);
}
.main-nav .level-2 li.fake-level-2 {
	display: block;
}
.main-nav .level-1 > li.first-nav > a, .main-nav .level-1 > li.last-nav > a {
	border-radius: 0;
}
.main-nav .level-1 > li > a:hover, .main-nav .level-1 > li.hover > a, .main-nav .level-1 > li.selected > a {
	color: #FFF;
	background: #AF2126;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.main-nav .level-1 > li.dtjs > a:hover:before, .main-nav .level-1 > li.dtjs.selected > a:before {
	background-image: url(../images/dtjs/ico_nav1_on_m.png);
}
.main-nav .level-1 > li.djgz > a:hover:before, .main-nav .level-1 > li.djgz.selected > a:before {
	background-image: url(../images/dtjs/ico_nav2_on_m.png);
}
.main-nav .level-1 > li.llxx > a:hover:before, .main-nav .level-1 > li.llxx.selected > a:before {
	background-image: url(../images/dtjs/ico_nav3_on_m.png);
}
.main-nav .level-1 > li.tjgz > a:hover:before, .main-nav .level-1 > li.tjgz.selected > a:before {
	background-image: url(../images/dtjs/ico_nav4_on_m.png);
}
.main-nav .level-1 > li.index-nav > a:hover:before, .main-nav .level-1 > li.index-nav.selected > a:before {
	background-image: url(../images/dtjs/ico_nav5_on_m.png);
}
.main-nav .level-1 > li > a:hover:after, .main-nav .level-1 > li.hover > a:after, .main-nav .level-1 > li.selected > a:after {
	background: url(../images/zsjy/ico_end_on.png) center center no-repeat;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
	transform: rotate(360deg);
}
/*首页*/
.newsBox-1, .newsBox-2, .newsBox-3 {
	float: none;
	margin: 0px auto 20px auto;
	width: 98.3%;
	height: auto;
}
.newsBox-1 {
	height: 420px;
	margin-top: 20px;
}
.index-container {
}
.pagination-list a {
	width: 100%;
	float: none !important;
	margin-right: 0;
}
.pagination-list a:last-child {
	text-align: left;
}
}

/* 640-767 */

@media only screen and (max-width: 767px) {
.text-dtjs {
	font-size: 1.8em;
}
.newsBox-1 {
	height: 380px;
}
}


/* 480-639 */
@media only screen and (max-width: 639px) {
/*banner*/
.main-banner {
	height: 280px;
}
.title-column-dtjs {
	width: 300px;
	height: 120px;
}
.text-dtjs {
	font-size: 1.4em;
	line-height: 30px;
	height: 30px;
}
.newsBox-1 {
	height: 340px;
}
.header-top .logo {
	margin: 15px auto 0 auto;
	width: 220px;
	height: 40px;
	float: none;
}
/*搜索*/
.search-box {
	float: none;
	margin: 10px auto 0 auto;
}
.column-icon {
	display: none;
}
.newsBox-3 .news-list {
	float: none;
	width: 100%;
}
.page .page-info {
	display: none;
}
.page a, .page span {
	padding: 6px 10px;
}
.list-img li a img {
	width: 136px;
	height: 95px;
}
.list-img .txt h3 {
	height: auto;
	max-height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
}
.list-img .txt p {
	display: none;
}
}


/* 360-479 */

@media only screen and (max-width: 479px) {
.main-nav .level-1 > li > a {
	text-indent: 5em;
}
/*banner*/
.main-banner {
	height: 260px;
}
.title-column-dtjs {
	width: 260px;
	height: 100px;
}
.newsBox-1 {
	height: 240px;
}
}


/* 320-359 */

@media only screen and (max-width: 359px) {
.newsBox-1 {
	height: 200px;
}
.list-img li a img {
	width: 110px;
	height: 62px;
}
.list-img li .txt {
	padding-left: 10px;
}
.list-img .txt h3 {
	font-size: 1.6em;
	line-height: 22px;
	margin-bottom: 0;
}
.list-photo li img {
	height: auto;
}
}
