#nav-position {
    position:absolute;
    z-index:1;
    top:0;
    width: 100%;
    height: 700px;
    background: url(../../img/pc/news-center-1.png) no-repeat center center;
    background-size: cover;
}

#nav-position .web-posi {
    width: 1080px;
    margin: 0 auto;
    color: #fff;
    line-height: 4;
    color: rgb(255, 255, 255);
    font: 16px 微软雅黑;
    padding-top: 30px;
}

.news-content {
    margin-top: 558px;
    background: #fff;
    position: relative;
}
.news-content .newsTitle{
    text-align:center;
    padding: 70px 0 50px 0;
}
.news-form {
    width: 1080px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    padding-bottom: 50px;
}

.news-form .contact-us {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    width: 20%;
    background: #fff;
}

.contact-us h4 {
    font-size: 18px;
    color: #fff;
    background: #ef609a;
    text-align: center;
    line-height: 3;
}

.contact-us ul {
    padding: 20px 0;
    line-height: 2;
    font-size: 16px;
}

.contact-us li {
    padding: 0 54px;
    line-height: 2;
}

.contact-us li:hover {
    background: #e5e1e3;
}

.contact-us li:hover a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 14px;
    background: #ef609a;
    vertical-align: middle;
}

.news-form .news-main {
    float: right;
    width: 75%;
    margin-left: 5%;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
}

.news-form .news-detail-main {
    float: right;
    width: 100%;
    margin-left: 5%;
    background: #fff;
    position: relative;
    /*height: 600px;*/
}

.news-main .news-list {
    padding: 24px;
    padding-bottom: 36px;
}

.news-main .news-list li {
    padding: 14px 24px;
    border-bottom: 1px dashed #999;
}

.news-main .news-list .news-info {
    float: left;
}

.news-main .news-list .news-time {
    padding-right: 20px;
}

.news-main .news-time p {
    font-size: 24px;
    padding-bottom: 12px;
}

.news-main .news-list .news-intr {
    width: 82%;
    padding-left: 20px;
}

.news-main .news-intr h2 {
    font-size: 18px;
    padding-bottom: 12px;
}

.news-main .news-intr h2:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../../img/icon/new-news-icon.png) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
}

.news-main .news-intr h2 a {
    color: #333;
}

.news-main .news-intr h2 a:hover {
    text-decoration: underline;
    color: #ed4f8b;
}

.news-main .news-intr p {
    font-size: 14px;
    line-height: 1.5;
}

.news-main .news-list .border-icon {
    width: 1px;
    height: 40px;
    background: #333;
    margin-top: 16px;
}

.news-main .page-nav {
    position: absolute;
    left: 46%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-main .page-nav ul {

    text-align: center;
}

.news-main .page-nav li {
    float: left;
    padding: 12px;
    font-size: 16px;
}

.news-main .page-nav li a {
    color: #ed4f8b;
}

.news-main .page-nav li a:hover {
    text-decoration: underline;
}

.active-li {
    background: #e5e1e3;
}

.active-a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 14px;
    background: #ef609a;
    vertical-align: middle;
}
.newsList li{
    width:50%;
    float:left;
    padding:15px 0;
}
.newsList li:hover{
    cursor:pointer;
}
.newsList li.active .timeBox,
.newsList li:hover .timeBox{
    border-color:#ff383b;
}
.newsList li.active .newsTitleText,
.newsList li:hover .newsTitleText{
    color:#fb6d9d;
}
.newsList li .timeBox{
    float:left;
    border:3px solid #e5e5e5;
    text-align:center;
    width:75px;
    height:75px;
}
.newsList li .timeBox p{
    color:#333;
    margin-top:13px;
    font-weight:bold;
    font-size:22px;
}
.newsList li .timeBox span{
    color:#999;
    font-size:14px;
}
.newsList li .newsTitleText{
    float:left;
    color:#333;
    margin:5px 0 0 15px;
    font-size: 16px;
}
.pagePN{
    float:right;
    margin-top: 15px;
}
.pagePN img{
    float:left;
    margin-left:5px;
}