.js-head-top {
    height: 585px;
    background: url("../images/20d_head_pic.jpg") center top no-repeat;
}

.js-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.js-logo {
    width: 350px;
    margin-top: 20px;
}

.js-logo img {
    width: 100%;
    display: block;
}

.js-container {
    padding:0 40px 40px;
    background: #fff;
    box-shadow: 0 0 6px #b1b1b1;
    width: 1200px;
    margin:  -155px auto 0;
}

.js-hdp {
    width: 590px;
    height: 356px;
    float: left;
    background: #f8f8f8;
    margin-top: 57px;
    position: relative;
    overflow: hidden;
}

.js-hdp ul  {
    position: absolute;
    left:0;
    top:0;
    height: 100%;
}

.js-hdp ul li {
   float: left;
    width: 590px;
    height: 100%;
    position: relative;
}
.js-hdp ul li img {
    width: 100%;
    display: block;
}

.js-hdp ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    padding-top: 20px;    
    font-weight: bold;
    padding-left: 2%;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
}
.js-hdp ul li a {
    color: #fff;
}

.circular- {
    text-align: right;
    position: absolute;
    bottom: 15px;
    rigth: 10px;
    width: 98%;
}

.circular- i {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
}

.circular- i.act {
    background: #ffd464;
}

.js-list {
    margin: 50px 0 0 30px;
    float: left;
    width: 580px;
}

.js-list h3 {
   position: relative;
    background:url("../images/news_title_bg.png") 155px center no-repeat;
    margin: 10px 0 12px 0;

}
.js-wrap {
    margin: 50px 0;
}
.js-wrap h3,.news-list h3 {
    position: relative;
    background:url("../images/title_bg.jpg") center top no-repeat;
    text-align: center;
    height: 80px;
}
.news-list h3 {
    margin-top: 40px;
}
.js-list h3 span,.js-wrap h3 span,.news-list h3 span {
    font-size: 36px;
    font-weight: bolder;
    color:#ea1100;
    line-height: 1;
}
.js-wrap h3 span,.news-list h3 span {
    line-height: 80px;
}
.js-list h3 em,.js-wrap h3 em {
    position: absolute;
    right:0;
    top:5px;
}
.js-wrap h3 em {
    top:20px;
}
.js-list h3 em a,.js-wrap h3 em a {
    color:#ea1100;
}
.js-list ul li,.js-wrap ul li,.news-list ul li {
    width: 47%;
    float: left;
    position: relative;
    margin-top: 20px;
}

.news-list ul {
  width: 1100px;
  margin: 0 auto;
}
.news-list ul li,.js-list ul li {
    width: 100%;
}
.news-list ul li:nth-of-type(5n) {
    border-bottom: 1px dotted #f25335;
    padding-bottom: 20px;
}
.js-wrap ul li:nth-of-type(even),.js-wrap ul li:nth-of-type(even) {
    margin-left: 5%;
}

.js-list ul li span,.js-wrap ul li span,.news-list ul li span{
    width: 85%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-left: 2.5%;
}
.news-list ul li span {
    margin-left: 1.5%;
}
.js-list ul li em,.js-wrap ul li em,.news-list ul li em{
    position: absolute;
    right:0;
    top: 4px;
    color: #adadad;

}

.js-list ul li::before,.news-list ul li::before,.js-wrap ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f0b827;
    border-radius: 50%;
    top:9px;
    left:0;
}
.addr {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
    color: #888;
}

.js-detail {
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 700px;
}
.js-detail h2 {
    text-align: center;
    font-size: 34px;
    margin: 50px 0 0 0;
    font-weight: bold;
}
.js-msg {
    margin: 30px 0;
    text-align: center;
    background: #faffcb;
    line-height: 40px;
    font-size: 16px;
    color: #888;
}
.js-msg span {
    display: inline-block;
    margin: 0 30px;

}
.js-detail p {
    line-height: 1.8;
    text-indent: 2em;
    margin: 30px 0;
}
.js-detail p img {
height:100% !important;
    display: block;
    width: 53.5%;
    margin:0 auto;
}

@media screen and (max-width: 1280px){
    .js-head-top {
        width: 1280px;
    }
}