@charset "utf-8";

.new {
    width: 100%;
    height: auto;
    background: url() repeat-y top center;
    padding-bottom: 60px;
}

/*banner*/
.slider-img {
    width: 100%;
    position: relative;
    z-index: 10;
    max-width: 1920px;
    margin: auto;
}

.slider-img img {
    width: 100%;
    display: block;
}

.slider2 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.slider2 .slider-img-circle li {
    width: 12px;
    height: 12px;
    background: #fff;
    color: transparent;
    cursor: pointer;
    float: left;
    margin: 0 5px;
    border-radius: 50%;
}

.slider2 .slider-img-circle li.on {
    background: #990000;
    width: 40px;
    border-radius: 30px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.left {
    width: 68%;
    margin-top: 50px;
}

.right {
    width: 30%;
    margin-top: 50px;
}

.xw-lb {
    width: 48%;
    float: left;
    margin-bottom: 30px;
}

.xw-lb:nth-child(even) {
    float: right;
}

.title3 {
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.title3 h2 {
    font-size: 20px;
    color: #990000;
    display: block;
    margin: 0;
    float: left;
    height: 40px;
    border-bottom: 2px solid #990000;

}

.title3 a {
    width: 40px;
    float: right;
    font-size: 14px;
    color: #999;
    text-align: right;
    margin-top: 4px;
}

.si-list {
    width: 100%;
}

.si-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 12px 0;
}

.si-list li:hover a {
    color: #990000;
    font-weight: bold;
}

.si-list a {
    width: calc(100% - 86px);
    float: left;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding-left: 15px;
    background: url(../img/ty2.png)left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.si-list span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    float: right;
    line-height: 30px;
}

.jsfc {
    width: 100%;
}

.jsfc li {
    width: 47.8%;
    float: left;
    margin-bottom: 4px;
    margin-top: 10px;
}

.jsfc li:hover a {
    color: #990000;
    font-weight: bold;
    font-size: 18px;
}


.jsfc li:nth-child(even) {
    float: right;
}

.jsfc li a {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 54px;
    border: 1px solid #990000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jsfc li a span {
    width: 60px;
    height: 100%;
    background: #990000;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
}


.xsky {
    width: 100%;
}

.xsky li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #999;
    padding-bottom: 18px;
    margin-bottom: 19px;
}

.xsky li:nth-child(6) {
    margin-bottom: 0px;
}

.time1 {
    width: 66px;
    height: 66px;
    float: left;
    border: 1px solid #990000;
}

.time1 span {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    background: #990000;
    width: 100%;
}

.time1 p {
    font-size: 13px;
    color: #ad845d;
    line-height: 30px;
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.xsky a {
    width: calc(100% - 80px);
    float: right;
    display: block;
    overflow: hidden;
}

.xsky a h2 {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
}

.xsky a p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    padding-left: 20px;
}

.xsky a p:nth-child(2) {
    background: url(../img/icon-rt.png)left center no-repeat;
}

.xsky a p:nth-child(3) {
    background: url(../img/icon-sj.png)left center no-repeat;
}

footer {
    width: 100%;
    background: #990000;
    padding-top: 30px;
    display: inline-block;
}

.foot {
    line-height: 50px;
    text-align: center;
    background: #8c0101;
    margin-top: 15px;
}
.foot p{width: 100%;font-size: 16px;color: #fff;}
.footer-left {
    width: 30%;
}

.footer-left a {
    width: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: block;
    float: left;
}

.footer-center {
    margin: 0 30px;
}

.footer-center p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.footer-right {
    width: 80px;
}

.footer-right img {
    width: 100%;
}

.footer-right p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 32px;
}