* {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	min-width: 1300px;
	font-size: 16px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	/* inherit 继承 */
	color: inherit;

}

table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 1;
	border-spacing: 0;
}

table td {
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #939598;
	padding: 20px 0;
	font-size: 20px;
}

video {
	width: 800px;
	height: 450px
}


input {
	border: none;
	outline: none;
}

img {
	max-width: none;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
	transition: all 0.5s;
}

.kWidth {
	margin: 0 auto;

}

.headerTop {
	background: #0068b7;
	color: #fff;
}

.headerTop ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.headerTop ul li {
	width: 33%;
	border-left: #0e5488 solid 1px;
	position: relative;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	line-height: 22px;
}

.headerTop ul li::before {
	width: 1px;
	height: 100%;
	content: '';
	display: block;
	background: #2f8fd8;
	position: absolute;
	left: 0;
	top: 0;
}


.header {
	background: #ececec url('../images/bgImg.jpg') center top no-repeat;
	background-size: 100%;
	padding: 25px 0;
}

.header>div {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	width: 78%;
	display: flex;
	align-items: center;
}

.header .logo img {
	display: block;
}
.mobileFont,.nav .search,.muen{ display: none!important;}


.ewmBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ewmBox dl {
	margin-left: 20px;
	text-align: center;
	font-size: 14px;
	color: #838383;
}

.search {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
	border-radius: 50px;
	height: 30px;
	border: 1px solid #a70105;
	background: #fff;
	margin-bottom: 20px;
}

.search .searchInput {
	width: 147px;
}

.search .searchInput input {
	padding: 0 20px;
	font-size: 13px;
	line-height: 32px;
	color: #0f5380;
	display: block;
	background: none;
}

.search .searchBtn {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 32px;
	margin-bottom: -1px;
	background: #a70105;
	color: #fff;
	margin-right: -1px;
	width: 70px;
	font-size: 14px;
	border-radius: 50px;
}

.search .searchBtn img {
	width: 14px;
	margin-right: 5px;
}
.nav {
	width: 100%;
	background: #a70105;
	position: sticky;
	top: 0;
	z-index: 999;
}

.nav>.navDiv>ul {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav>.navDiv>ul>li {
	width: 12.5%;
	position: relative;
	text-align: center;
}


.nav>.navDiv>ul>li>a {
	color: #fff;
	display: block;
	line-height: 46px;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav>.navDiv>ul>li img {
	width: 20px;
	margin-right: 7px;
}

.nav>.navDiv>ul>li::before {
	width: 1px;
	height: 45%;
	background: rgba(255, 255, 255, 0.4);
	content: '';
	position: absolute;
	left: 0;
	top: 28%;
}

.nav>.navDiv>ul>li:last-child::after {
	width: 1px;
	height: 45%;
	background: rgba(255, 255, 255, 0.4);
	content: '';
	position: absolute;
	right: 0;
	top: 28%;
}

.nav>.navDiv>ul>li:hover,
.nav>.navDiv>ul>li.active {
	background-color: #7d0609;
}


.nav>.navDiv>ul>li:hover div {
	display: block;
}

.nav>.navDiv>ul>li div {
	display: none;
	position: absolute;
	top: 45px;
	background: #7d0609;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}


/* .nav>ul>li div i {
	display:block;
	border-left: 7px solid transparent;
	border-right:7px solid transparent;
	border-top: 10px solid #a70105;
	position: absolute;
	top: 0;
	left: 45%;
	content: '';
} */


.nav>.navDiv>ul>li div>a {
	display: block;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
}

.nav>.navDiv>ul>li div>a:hover {
	color: #fff;
	background: #a70105;
}

.HerfDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px auto;
}

.HerfDiv a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24%;
	background: #0068b7;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0;
}

.HerfDiv a img {
	width: 28px;
	margin-right: 8px;
}



/*banner */
.swiperBanner {
	/* width: 100%; */
	/* max-height: 500px;
	min-height: 500px; */
	margin: 0 auto !important;

}

.swiperBanner .swiper-slide {
	font-size: 18px;
	background: #fff;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.swiperBanner a {
	display: block;
	width: 100%;
}

.swiperBanner img {
	width: 100%;
	display: block;
}

.swiperBanner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.3) !important;
	width: 16px !important;
	height: 16px !important;
	opacity: 1 !important;
	border-radius: 0;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}

.swiperBanner .swiper-pagination-bullet-active {
	background: #b02121 !important;
}




.notice {
	margin: 25px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.notice>h4 {
	width: 120px;
	background: #a70105;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-weight: normal;
	padding: 5px 5px 5px 0;
}

.notice>h4 img {
	width: 30px;
	margin-right: 10px;
}

#callboard {
	margin-left: 20px;
	height: 56px;
	overflow: hidden;
	width: 100%;
}

#callboard h3 {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 2px;
}

#callboard p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	color: #666;
	margin-bottom: 2px;
}



.newBox1 {
	overflow: hidden;
}

.newBox1 .xwBanner {
	width: 52%;
	float: left;
	margin-right: 2%;
}

.xwBanner a {
	display: block;
	height: 396px;
	overflow: hidden;
}

.xwBanner a img {
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.xwBanner a>div {
	background: linear-gradient(transparent, #000);
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding-bottom: 36px;
	padding-top: 10px;
}


.xwBanner a>div p {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 18px;
}

.xwBanner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	opacity: 0.2 !important;
	background: #fff;
}

.xwBanner .swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1 !important;
}

.textUl li {
	margin-bottom: 28px;
}

.newBox1 .textUl li:first-child p {
	font-weight: bold;
	color: #a70105 !important;
}

.textUl li:last-child {
	margin-bottom: 0;
}

.textUl li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.textUl li a:hover,
.textUl li a:hover span {
	color: #a70105;
}

.textUl li p {
	width: 84%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
}

.textUl li p::before {
	content: '·';
	font-weight: bold;
	margin-right: 8px;
	color: #999;
}

.textUl li span {
	font-size: 14px;
	color: #666;
}

.adImgDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 25px auto;
}

.adImgDiv a {
	display: block;
	position: relative;
}

.adImgDiv a::after {
	content: '广告';
	font-size: 12px;
	background: rgba(255, 255, 255, 0.6);
	color: #000000;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 2px 0 0 2px;
	padding: 2px;
}

.adImgDiv a img {
	width: 100%;
	display: block;
}

.titleH3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: -5px;
}

.titleH3>div {
	display: flex;
	align-items: center;
}

.titleH3 h2 {
	font-size: 30px;
	position: relative;
	margin-right: 20px;
}

.titleH3>div>span>a {
	margin: 0 5px;
}

.titleH3>div>span {
	color: #666;
}

.titleH3 h2::after {
	width: 70%;
	height: 14px;
	bottom: -1px;
	background-image: linear-gradient(to right, #a70105, #fff);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	z-index: -1;
}

.titleH3>a {
	font-size: 14px;
	display: block;
	background: url(../images/arrow1.svg) center right no-repeat;
	background-size: 10px;
	padding-right: 15px;
	opacity: 0.6;
	margin-top: 20px;
}

.newBox2 .box3 {
	display: flex;
	align-items: flex-start;
}

.newBox2 .box3 .newListDiv {
	display: flex;
	width: 58%;
	justify-content: space-between;
	margin-right: 2%;
}

.newBox2 .textUl {
	width: 40%;
}

.newBox2 .textUl p {
	width: 79%;
}

.newListDiv li {
	width: 48%;
	background: #f6f6f6;
	border-radius: 5px;
	overflow: hidden;
}

.newListDiv li a {
	display: block;
}

.newListDiv img {
	width: 100%;
}

.newListDiv li a>span {
	display: block;
	overflow: hidden;
}

.newListDiv li div {
	padding: 20px 15px 20px 15px;
}

.newListDiv li:hover img {
	transform: scale(1.1);
}

.newListDiv li:hover h4 {
	color: #a70105;
}

.newListDiv li div h4 {
	font-size: 18px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}

.newListDiv li div p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	line-height: 24px;

}

.hfBanner {
	width: 100%;
	margin: 30px auto;
	display: block;
}

.hfBanner img {
	width: 100%;
	display: block;
}

.ztBox {
	overflow: hidden;
}

.ztBox .box {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.ztBox .box .zdBox {
	width: 63%;
	background: #f5f5f7;
	padding: 35px 28px;

}

.ztBox .box .zdBox:hover span {
	background: #a70105;
	color: #fff;
}

.ztBox .box .zdBox h3 {
	font-size: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ztBox .box .zdBox p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 15px 0;
	text-align: justify;
}

.ztBox .box .zdBox span {
	display: inline-block;
	border: #a70105 solid 1px;
	padding: 5px 20px;
	color: #a70105;
	margin-top: 10px;
	font-size: 14px;
}

.ztBox .fontListBox {
	margin-left: 2.5%;
	width: 30%;
	margin-bottom: -14px;
}

.ztBox .fontListBox a {
	font-size: 18px;
	padding: 17px 0;
	border-bottom: #dfdfdf solid 1px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ztBox .fontListBox a:hover {
	color: #a70105;
}

.fontListBox a:first-child {
	padding-top: 0;
}

.photoDiv {
	margin-top: 30px;
	margin-left: -20px;
	overflow: hidden;
	margin-right: -37px;

}


.photoDiv dl {
	width: 430px;

	float: left;
	border-left: #dfdfdf solid 1px;
}

.photoDiv dl:hover img {
	transform: scale(1.1);
}

.photoDiv dl a {
	display: block;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.photoDiv dl dt {
	margin:0 20px;
	height: 228px;
	overflow: hidden;
}

.photoDiv dl dt a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:100%;
}

.photoDiv dl dd {
	font-size: 16px;
	
	text-align: center;
		margin:0 20px;
	margin-top: 10px;
}

.photoDiv dl a img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.photoDiv dl:last-child {
	padding-right: 0;
}

.txSwiper,
.txSwiperS,
.myLink {
	overflow: hidden;
	padding: 0 1px;
	padding-bottom: 30px;
	position: relative;
}

.txSwiper .swiper-slide a,
.txSwiperS .swiper-slide a {
	display: block;
	border: #dfdfdf solid 1px;
	text-align: center;
	padding: 40px 0;
}

.txSwiper .swiper-slide a span,
.txSwiperS .swiper-slide a span {
	display: block;
	margin: 0 auto;
	width: 127px;
	height: 127px;
	border-radius: 50px;
	margin-bottom: 20px;
}

.txSwiper .swiper-slide a img,
.txSwiperS .swiper-slide a img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.txSwiper .swiper-slide a h4,
.txSwiperS .swiper-slide a h4 {
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0;
}

.txSwiper .swiper-slide a p,
.txSwiperS .swiper-slide a p {
	font-size: 14px;
	color: #666;
}

.txNext,
.txPrev {
	background: rgba(0, 0, 0, 0.2);
}

.txNext:after,
.txPrev:after {
	color: #fff;
	font-size: 14px !important;
}

.myLink {
	padding-bottom: 40px;
}

.myLink .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2) !important;
}

.myLink a {
	display: block;
	border: #dfdfdf solid 1px
}

.myLink a img {
	width: 100%;
	height: 100%;
}


.pos {
	padding-bottom: 20px;
	margin-top: 20px;
	opacity: 0.7;
}

.pos>a::after {
	width: 10px;
	height: 10px;
	background: url(../images/arrow1.svg) no-repeat;
	background-size: 100%;
	content: '';
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
}

.pos .current {
	color: #a70105;
}

.pos .current::after {
	display: none;
}

.textPage {
	border: #ddd solid 1px;
	padding: 30px 50px;
}

.textPage .title>h2 {
	font-size: 34px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0 20px;
}


.textPage .title p {
	padding: 10px 0;
	color: #666;
	text-align: right;
	margin-top: -20px;
	border-bottom: #999 solid 1px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.textPage .title p span {
	color: #333;
	margin: 0 20px
}

.content p {
	line-height: 32px;
	color: #404040;
	font-weight: normal;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: justify;
}

.chilidIngde {
	overflow: hidden;
}

.chilidIngde .photoDiv dl {
	margin-bottom: 30px;
}

.speciAlBanner {
	padding-bottom: 40px !important;
}

.speciAlBanner img {
	width: 100%;
	height:100%;
	object-fit: cover;
}

.speciAlBanner a {
	display: flex;
	background: #eee;
}
.speciAlBanner a>span{ display:block; width: calc((100% + 50px)/ 2); height:346px; overflow:hidden;}
.speciAlBanner a div {
	padding: 30px;
	width:45%
}

.speciAlBanner a div h4 {
	font-size: 22px;
	height: 68px;
	line-height: 36px;
	font-weight: normal;
}


.speciAlBanner a div span {
	display: block;
	margin: 20px 0;
	color: #666;
}

.speciAlBanner a div p {
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}



.newsCard {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.newsCard:hover {
	padding: 30px;
	transition: all 0.3s;
	background: #a70105;
}

.newsCard:hover * {
	color: #fff;
}

.dateBox {
	padding-right: 40px;
	font-size: 22px;
	line-height: 40px;
	padding-top: 20px;
	text-align: center;
	color: #a70105;
}

.dateBox b {
	font-size: 28px;
	display: block;
	color: #333;
	font-weight: normal;
}

.dateBox::after {
	content: "———";
	position: relative;
	top: -5px;
	color: #D1D1D1;
}

.newsCover {
	width: 230px;
	flex: none;
	height: 122px;
}

.newsInfo {
	flex: 1;
	padding-left: 20px;
}

.newsCover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.newsInfo h2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 22px;
	color: #111111;
	margin-bottom: 20px;

}

.newsInfo p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: justify;
}

.expertList {
	padding: 1px;
	margin-left: -30px;
}

.expertList div {
	width: 226px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

.expertList div:hover {
	background: #a70105;
	color: #fff;
	transition: all 0.3s;
}

.expertList div:hover p {
	color: #fff;
}

.subscrBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0 60px 0;
}

.subscrBox>div {
	width: 42%;
	background: #eee;
	padding: 50px 40px;
}

.subscrBox>div>h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 40px;
}

.subscrBox>div>h3::after {
	content: '';
	width: 10%;
	height: 2px;
	background: #a70105;
	display: block;
	margin-top: 10px;
}

.subscrBox>div>div p {
	margin-bottom: 18px;
	font-size: 18px;
}

.subscrBox>div>div p span {
	color: #666;
}

.letterDiv {
	background: url(../images/OaLg1u.png);
	background-size: cover;
	padding-top: 5px;
	margin-bottom: -30px;
	padding-bottom: 40px;
}

.letterDiv img {
	width: 100%;
}

.xjBox {
	padding: 20px;
	border: #f6e2c1 solid 4px;
	position: relative;
}

.xjBox::before {
    width: 100%;
    height: 168px;
    content: '';
    display: block;
    background: url('../images/1234-1.png') no-repeat;
    background-size: 100%;
}
.xjBox::after {
    width: 100%;
    height: 168px;
    content: '';
    display: block;
    background: url('../images/1234-2.png') no-repeat;
    background-size: 100%;
}


.xjBox>div {
	background: url('../images/1234-3.png') repeat-y;
    background-size: 100%;
    padding: 0 11%;
}

.xjBox>div>h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}

.xjBox>div>p {
	text-indent: 2em;
	font-size: 21px;
	padding-bottom: 25px;
	line-height: 42px;
	text-align: justify;
}

.zhanImg {
	text-align: right;
	font-size: 21px;
	line-height: 42px;
	margin-top: -30px;
	background: url(../images/zhang.png) right center no-repeat;
	background-size: 245px;
	padding: 65px 0;
	font-weight: bold;
	margin-bottom: 30px;
}

.xjBox table {
	margin-bottom: 15px;
}

.xjBox a {
	text-decoration: underline;
}

.fontList li {
	background: #f5f5f5;
	margin-bottom: 20px;
}

.fontList li:hover {
	background: #a70105;
	transition: all 0.3s;
}

.fontList li:hover * {
	color: #fff;
}

.fontList li:hover h4::before {
	background: #fff;
}

.fontList li a {
	padding: 30px 0;
	display: block;
}

.fontList li h4 {
	font-size: 21px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 30px;
}

.fontList li h4::before {
	content: '';
	width: 5px;
	height: 100%;
	background: #a70105;
	display: block;
	position: absolute;
	left: 0;
}

.fontList li span {
	color: #666;
	display: block;
	margin: 15px 30px;
}

.fontList li p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 28px;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	padding: 0 30px;
}

.bwhDiv {
	display: flex;
}

.newsDiv .leftDiv {
	width: 220px;
	float: left;
	background: #eee;
	padding: 20px;


}

.newsDiv .leftDiv>div {
	position: sticky;
	top: 80px;
}

.newsDiv .leftDiv .active,
.newsDiv .leftDiv a:hover {
	background: #a70105;
	color: #fff;
}

.newsDiv .leftDiv a {
	background: #eee;
	color: #000;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;

	text-align: center;
	line-height: 55px;

}

.newsDiv .txSwiper {
	overflow: hidden;
	margin-right: -20px;
	margin-bottom: -40px;
	width: 90%;
	margin-left: 30px;
}

.newsDiv .txSwiper>div {
	width: 22.9%;
	margin-right: 20px;
	float: left;
	height: auto;
	margin-bottom: 20px;
}

.newsDiv .txSwiper>div:hover a {
	border-color: #b02121;
	color: #b02121;
	background: #f3f3f3;
}

.pagination {
	padding: 20px 0 5px 0;
	text-align: center;
	margin-top: 20px;
}

.pagination a {
	color: #000;
}

.derd {
	display: flex;
    justify-content: center;
    align-items: center;
}
.derd span{ margin-left:10px}
.derd span i{ font-style:normal;color:red}
.derd>div {
	padding: 0 14px;
	line-height: 36px;
	height: 36px;
	border: #ddd solid 1px;
	background: #fff;
	border-radius: 5px;
	display: block;
	float: left;
	margin: 0 4px;
}

.derd>div span {
	margin: 0 2px;
}

.derd>div span i {
	color: #ff7c07;
	font-style: normal;
}

.pagination a {
	padding: 0 14px;
	line-height: 34px;
	height: 34px;
	border: #ddd solid 1px;
	border-radius: 5px;
	background: #fff;
	display: block;
	float: left;
	margin: 0 8px;
}

.pagination a.active,
.pagination a:hover {
	border-color: #a70105;
	color: #fff;
	background: #a70105;
}




.footer {
	background: #f1f1f1;
	padding-top: 30px;
	margin-top: 30px;
}

.footer p {
	display: inline-block;
}
.footer .zbFont{ width: 70%;}

.footer span {
	line-height: 35px;
	font-size: 16px;
	color: #333;
	width: 80px;
	white-space: nowrap;
	display: inline-block;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

.footer p a {
	margin-right: 20px;
}

.footer .kWidth {
	display: flex;
	justify-content: space-between;
}

.footPdiv {
	background: #000;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.kWidth {
		width: 1100px;
		padding-left: 0;
		padding-right: 2 0;
	}
}


@media (min-width: 1100px) {
	.kWidth {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.kWidth {
		width: 1300px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1280px) {
	.kWidth {
		width: 1254px;
		padding-left: 0;
		padding-right: 0;
	}

	.photoDiv dl dt {
		height: 212px;
	}
}

@media (min-width: 1600px) {

	.kWidth {
		width: 1500px;
	}

	.photoDiv dl dt {
		height: 250px;
	}

}

@media (min-width: 991px) and (max-width: 1366px) {
	body {
		zoom: 0.8;
	}
	.footer .zbFont{ width:67%;}
}

@media (min-width: 991px) and (max-width: 1280px) {
	body {
		zoom: 0.75;
	}
	.photoDiv dl{     width: 413px;}
	.xjBox>div {
		zoom: 0.87;
	}
}

@media (min-width: 1600px) and (max-width: 1920px) {
	body {
		zoom: 1;
	}
	.footer .zbFont{ width: 56%;}
}

@media (min-width: 1400px) and (max-width: 1600px) {
	body {
		zoom: 0.95;
	}
	.footer .zbFont {
    width: 67%
}
}

@media (min-width: 1280px) and (max-width: 1400px) {
	.kWidth {
		width: 1300px;
		padding-left: 0;
		padding-right: 0;
	}
}