.container {
    background:#fcf4f4 url("../images/bg.jpg") center top no-repeat;
    padding-bottom: 40px;
}


.dh-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.mt {
   margin-top: 230px;
}
.logo- {
    display: block;
    width: 200px;
    height: 60px;
    margin:10px 0 0 80px;
}
.logo- a {
    display: block;
    height: 100%;
}


.bgw {
    background: #fff;
}
.hdp {
    width: 560px;
    height: 360px;
    float: left;
    margin: 20px 0 0 20px;
    background: #f5f5f5;
}

.list {
    width: 560px;
    float: left;
    margin: 20px 0 30px 20px;

}
.marl-40 {
    margin-left: 40px;
}

.list h3 {
    font-weight: bold;
    font-size: 34px;
    background: url("../images/bt-bg.png") no-repeat;

}

.list h3 span {
    margin-left: 55px;
    color: #d8000d;
}
.list h3 span a {
    color: #d8000d;
}
.list ul li {

    margin: 24px 0 0 0;
    position: relative;

}
.list ul li span {
    width: 92%;
    height: 24px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}
.list ul li a {
    margin-left: 20px;
}

.list ul li::before {
    content: "";
    position: absolute;
    width:8px;
    height: 8px;
    background: #f8b8a4;
    top: 9px;
    left:0;
    border-radius: 50%;
}
.list ul li em {
    position: absolute;
    right:0;
    top: 3px;
    font-weight: normal;
    color: #888;
    font-size: 16px;
}

.pic-n ul li {
    width: 370px;
    height: 180px;
    float: left;
    margin: 35px 0 10px 22px;
    overflow: hidden;
    border-radius:15px;
    position: relative;
}

.pic-n ul li h5 {
    font-size:34px;
    text-shadow: 0 2px 0 #fff;
    position: absolute;
    top:50%;
    right:17%;
transform: translateY(-50%);
   z-index:2;
}
.pic-n ul li a h5 {
   color: #d8000d;
}
.pic-n ul li img  {
    transition: all .3s;
 
}
.pic-n ul li:hover img {
    transform: scale(1.2);
}




.layout h3 {

    margin: 20px 30px 40px;
}



.layout .list {
    margin: 0 30px 0;
    width: 1100px;
}


ul.news li:nth-of-type(5n) {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}

.layout ul.news li {
    margin: 25px 0 0 0;

}






.adds {
    margin:20px;
    color: #888;
    font-size: 16px;
}

.news_d {
    margin:30px 50px 0;
    padding-bottom: 40px;
}

.news_d h2 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.news_info {
    text-align: center;
    color: #888;
    font-size: 16px;
}

.news_info span {
    margin: 0 20px;
}

.news_d p {
    text-indent: 2em;
    line-height: 1.8;
    margin-top: 30px;
    overflow: hidden;
}

.news_d p img {
    width: 60%;
    margin:20px auto;
    display: block;
}
.hdp {
    position: relative;
    float: left;
    width: 560px;
    height: 360px;
    overflow: hidden;
    font-size: 0;
    margin: 30px 0 0 30px;
}
.hdp ul {
    display: inline-block;
    position: absolute;
    width: 600%;
}
.hdp li {
    display: inline-block;
    width: 560px;
}
.hdp li p {
    position: absolute;
    width: 560px;
    height: 50px;
	bottom: 0;
    line-height:50px;
    color: #FFFFFF;
    font-size: 18px;
    text-indent: 1em;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slide img {
    width: 100%;
    height: 360px;
}
.pagination {
    position: absolute;
    top: 310px;
    right: 15px;
    height: 13px;
    padding: 18px 0;
}
.pagination li {
    width: 13px;
    height: 13px;
    margin-right: 3px;
    border-radius: 50%;
    background: #88B9E4;
}
.pagination li.current {
    background: #FFFFFF;
}
.arrow- {
    position: absolute;
    top:50%;
    width: 100%;
    display: none;

}
.arrow- span {
    background: rgba(0,0,0,0.2);
    width: 35px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 40px;
}
.arrow-.big- span{
    width: 32px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
}
.l-s  {
    border-top-right-radius:5px ;
    border-bottom-right-radius:5px ;
    left: 0;
}
.r-s  {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    right: 0;
}

/*???*/
.page_ {
    text-align: center;
    margin: 50px 0 20px;
    line-height: 30px;
}
.page_ span {
    margin: 0 20px;
}
.page_ a {
    padding:0 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    color:#00528e;
    border-radius: 5px;

}
.page_ a:hover {
    background-color: #e7f0f6;
}
input.to-page  {
    width: 30px;
    height: 28px;
    margin: 0 5px;
    border: 1px solid #d2e2ed;
    padding: 0 5px;
}
input.define-btn {
    height: 30px;
    background-color: #1c5bb8;
    cursor: pointer;
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}
