@charset "utf-8";

body {
    background: #f8f8f8;
}


* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "microsoft yahei";
}


html {
	width: 100%;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}

body {
	background-size: cover;
	width: 100%;
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

.position {
    display: flex;
    align-items: flex-end;
       flex-wrap: wrap;
    line-height: .26rem;margin-top: .4rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 42px;
}

.position span {
    color: #666666;
    font-size: .16rem;
}

.position img {
    vertical-align: middle;
    margin-right: .1rem;
}

.position a {
    font-size: .16rem;
    color: #666666;
    margin: 0 .1rem;
    vertical-align: middle;
}

.position a:hover {
    color: #0166b3;
}

.banner{width:100%;}
.banner img{width:100%;}

.px1200{width:1200px;margin:0 auto;}
.title{margin:20px auto;height: auto;overflow: hidden;}
.title h2 {background:url(../images/dyw638_title_bg.jpg) no-repeat left center;padding-left:20px;float: left;}
.title h2  a {
    color: #9d0a0f;
    font-size: 28px;
}

.more {
    position: relative;
    float: right;
    bottom: 0px;
    padding-right: 30px;
    background: url(../images/more-bj.png) no-repeat;
    background-position: right top;
    font-size: 16px;
    line-height: 20px;
    padding-top: 25px;
    color: #bb0000;
    transition: all 1s;
}

.more::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    background: #bf0000;

}
.one{width:100%;overflow:hidden;margin-top: 30px;}
.two{width:100%;overflow:hidden;margin-top: 30px;}

.two .left{float:left;width:49%;}

.two .right{float:right;width:49%;}

.slider-news {
	width: 50%;
	float: left;
	margin-right: 30px;
}

.slider-news .slick-list {
	margin: 0px;
}

.slider-news .box {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.slider-news .pic {
	position: relative;
	width: 100%;
	padding-bottom: 66%;
	overflow: hidden;
}

.slider-news .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-news .pic img:hover {
	transform: scale(1.05);
}

.slider-news .txt {
	margin-top: 0px;
	overflow: hidden;
	width: 100%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	/* padding-bottom: 20px; */
	height: 100%;
}
.slider-news .txt:after{content:"";position:absolute;background:url(../images/txtbj.png) center no-repeat;height: 20.5rem;width:100%;left: 0;bottom: 0;background-size: 100% 100% !important;}


.slider-news .tit {
	display: block;
	text-align: left;
	line-height: 23px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
	height: 23px;
	padding-left: 20px;
	margin: 0;
	position: absolute;
	z-index: 999999;
	bottom: 20px;
	width: calc(100% - 130px);
}
.slider-news .tit:hover{color:#0b5aab;}
.slider-news .abst {
	text-indent: 2em;
	font-size: 0.75rem;
	color: #7a8895;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slider-news .slick-arrow {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	text-indent: 99px;
	cursor: pointer;
	z-index: 9;
}

.slider-news .slick-dots {
	position: absolute;
	bottom: 26px;
	right: 20px;
	z-index: 9;
}

.slider-news .slick-dots li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	background: #dddddd;
	cursor: pointer;
	border-radius:50%;
}

.slider-news .slick-dots li button {text-align: center;width: 12px;border: 0;height: 12px;background: none;font-size: 0;}

.slider-news .slick-dots li.slick-active {
	background: #9b0d14;
}
.slider-news .slick-dots li.slick-active button{color:#fff;}


.right-news {
	float: right;
	width: calc(50% - 30px);
}

.right-news li {
	line-height: 44px;
	position: relative;
	overflow: hidden;
	background: url(../images/dyw638_dianbg_9.jpg) no-repeat left center;
}



.right-news li a {
	float: left;
	color: #303030;
	font-size: 16px;
	width: calc(100% - 30px);
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right-news li .date {
	float: right;
	font-size: 1rem;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.right-news li:hover a {
	color: #9b0d14;
}


.two .right-news {
	width: 100%;
}


.footer {
    background: url(../images/foot-bj2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 30px 0;
    margin-top: 30px;
}

.foot-logo a {
    display: flex;
    justify-content: center;
}

.foot-logo a img {
    max-width: 90%;
}

.foot-info {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.86;
    margin-top: .35rem;
}

.foot-info p {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 24px;
}
.foot-info p a{font-size:16px;}

@media screen and (max-width:1200px) {
	.px1200{width: calc(100% - 20px);padding:0 10px;}
	.right-news li{
    line-height: 42px;
   
}
   .right-news li a{font-size:15px;}
}
@media screen and (max-width:1100px) {
	.right-news li{
		line-height: 40px;
	}

}

@media screen and (max-width:1000px) {
	.right-news li{
		line-height: 36px;
	}
 .right-news li a{font-size:14px;}
}

@media screen and (max-width:900px) {
	.right-news li{
		line-height: 33px;
	}

}

@media screen and (max-width:800px) {
	.px1200{width: calc(100% - 20px);padding:0 10px;}
   .slider-news{width: 100%;}
	.slider-news .tit{font-size: 15px;width: 57%;}
	.right-news{width: 100%;}
   .two .left{width:100%;float:none;height: auto;overflow: hidden;} 
   .two .right{width:100%;float:none   } 
   .foot-info p{font-size:14px;}
   .foot-info p a{font-size:14px;}

   .one{margin-top:15px;}
   .two{margin-top:15px;}
}