/* 轮播图 */
.banner {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    
}
.banner-bg {
    position: absolute;
    top: 0;
    width: calc(( 100% - 1400px ) / 2);
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 1;
}
.banner-bg-left {
    left: 0;
}
.banner-bg-right {
    right: 0;
}
.banner-bg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 20px;
    height: 36px;
    cursor: pointer;
}
.banner-box {
    position: relative;
    margin: 0 auto;
    width: 1400px;
}
.banner-box-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
}
.banner-box ul {
    margin-left: -1400px;
    width: 1000%;
}
.banner-box li {
    float: left;
    width: 1400px;
}
.banner-box li img {
    display: block;
    width: 100%;
}
.sitebox {
    position: absolute;
    left: 50%;
    bottom: 68px;
    padding: 0 28px 8px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}
.sitebox span {
    display: inline-block;
    margin-right: 70px;
    color: #fff;
    font-size: 16px;
}
.sitebox span:last-child {
    margin-right: 0;
}
.sitebox span.active {
    position: relative;
}
.sitebox span.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
/* 综合要闻 */
.news {
    padding: 106px 0 58px;
    width: 100%;
    background: rgba(238, 235, 234, 0.5);
}
.part-hd {
    width: 100%;
    height: 1px;
    background-color: #860707;
}
.part-hd>a>span {
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    width: 200px;
    height: 60px;
    color: #860707;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #860707;
    border-top-width: 7px;    
}
.news-list {
    margin: 102px 0 0;    
}
.news-list li {
    position: relative;
    top: 0;
    margin: 0 21px 0 0;
    padding: 15px 15px 50px;
    box-sizing: border-box;
    width: 334px;
    background-color: #fff;
    transition: all .4s;
}
.news-list li:last-child {
    margin: 0;
}
.news-list li:hover {    
    top: -10px;
    box-shadow: 5px 5px 10px  #cac8c7;
}
.news-cover {
    width: 100%;
    height: 171px;
    overflow: hidden;
}
.news-list a>img {
    display: block;
    width: 100%;
}
.news-title {
    overflow: hidden;
    margin: 24px 0 0;
    height:54px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 27px;
    font-weight: normal;
}
.news-date {
    margin: 15px 0 0;
    font-size: 14px;
    color: #999999;
}
.news-date span {
    margin-right: 8px;
    font-size: 16px;
}
.news-desc {
    overflow: hidden;
    margin: 10px 0 0;
    padding: 10px 0 0;
    height: 127px;
    line-height: 29px;
    color: #666;
    font-size:16px;
    border-top: 1px solid #eeebea;
}
.news-moreLink {
    margin: 18px 0 0;
    font-size: 16px;
    color: #860707;
    text-indent: 68px;
}
.news-moreLink::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 54px;
    height: 1px;
    background-color: #860707;
}
/* 服务三高四新 */
.service {
    padding: 106px 0 58px;
    width: 100%;
    background-color: #fff;
}
.service .part-hd span {
    width: 288px;
}
.server-list {
    margin: 102px 0 0;
}
.server-list-left {
    width: 420px;
}
.server-list-left img {
    display: block;
    width: 100%;
}
.server-list-right {
    width: 941px;
}
.server-list-right-item{
    margin-bottom: 15px;
    padding: 25px 15px;
    box-sizing: border-box;
    width: 452px;
    height:175px;
    background-color: #eeebea;
    transition: all .4s;
}
.server-list-right-item:nth-child(5),
.server-list-right-item:nth-child(6) {
    margin: 0;
}
.server-list-right-item:nth-child(2),
.server-list-right-item:nth-child(4),
.server-list-right-item:nth-child(6) {
    float: right;
}
.server-list-right-item h5 {
    font-size: 18px;
    color: #333333;
    transition: all .2s;
    font-weight: normal;
}
.server-list-right-item p {
    margin: 15px 0;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    transition: all .2s;
}
.server-list-right-item a {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    text-indent: 68px;
    transition: all .2s;
}
.server-list-right-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 54px;
    height: 1px;
    background-color: #666666;
    transition: all .2s;
}
.server-list-right-item:hover {
    background-color: #860707;
    box-shadow: 5px 5px 10px  #cac8c7;
}
.server-list-right-item:hover h5,
.server-list-right-item:hover p,
.server-list-right-item:hover a {
    color: #fff;
}
.server-list-right-item:hover a::before {
    background-color: #fff;
}
.other-news {
    margin: 99px 0 0;
}
/* 通知公告 */
.notice, .HnMessage {
    width: 680px;
}
.notice-list, 
.HnMessage-list {
    box-sizing: border-box;
    margin: 65px 0 0;
    padding: 0 29px;
    width: 100%;
    height: 403px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 5px #d9d9d9, 0 5px 10px #d9d9d9;
}
.notice-list li {
    box-sizing: border-box;
    padding: 25px 0 0;
    height: 125px;
    border-bottom: 1px solid #eeeeee;
}
.notice-list li:last-child {
    border: none;
}
.notice-date {
    width: 78px;
    height: 80px;
    text-align: center;
    color: #999;
    font-size: 16px;
    border: 1px solid #cdcdcd;
}
.notice-date-dd {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 32px;
    color: #666666;
    font-weight: bolder;
}
.notice-msg{
    width: 100%;
    height: 39px;
    line-height: 39px;
    color: #999999;
    font-size: 16px;
}
.notice-msg {
    margin: 0 10px 0 0;
    width: 502px;
}
.notice-msg a {
    font-size: 18px;
    color: #333333;
}
.notice-msg  p {
    overflow: hidden;
    height: 50px;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.notice-list li:hover .notice-msg a,
.notice-list li:hover .notice-date .notice-date-dd,
.notice-list li:hover .notice-date .notice-date-mmmmyy
 {
    color: #860707;
}
/* 湖南信息 */
.HnMessage-list li {
    line-height: 69px;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
}
.HnMessage-list li:first-child {
    margin: 15px 0 0;
}
.HnMessage-list li a {
    width: 82%;
    color: #333333;
}
.HnMessage-list li span {
    font-size: 14px;
    color: #999999;
}
.HnMessage-list li:hover span,
.HnMessage-list li:hover a {
    color: #990000;
}

@media (max-width: 1024px) {
    .banner,
    .banner-box {
        width: 100%;
    }
    .sitebox {
        display: none;
    }
    .news-list li,
    .server-list-left,
    .server-list-right,
    .server-list-right-item,
    .notice,
    .HnMessage {
        width: 100%;
    }
    .news {
        padding: 60px 0 117px;
        background: url(../images/fzyj2021_2.png) left bottom/85% no-repeat rgba(238, 235, 234, 0.5)
    }
    .part-hd>a>span {
        top: -30px;
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .news-list, 
    .server-list,
    .notice-list {
        margin: 50px 0 0;
    }
    .news-list li {
        margin: 0 0 20px;
        padding-bottom: 25px;
    }
    .service .part-hd span {
        width: 190px;
    }
    .service {
        padding: 60px 0 30px;
    }
    .server-list-right {
        margin-top: 20px;
    }
    .server-list-right-item {
        padding: 25px 15px;
        margin-bottom: 20px !important;
        height: auto;
    }
    .server-list-right-item h5 {
        height: 40px;
    }
    .server-list-right-item p {
        height: auto;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .other-news {
        margin-top: 40px;
    }
    .notice-list, 
    .HnMessage-list {
        margin-top: 50px;
        height: auto;
        padding: 0 15px;
    }
    .notice-list li {
        padding: 25px 0;
        height: auto;
    }
    .notice-msg {
        width: calc(100% - 110px);
        height: auto;
    }
    .notice-msg a {
        white-space: initial;
        text-overflow: initial;
        overflow: initial;
        line-height: 1.8em;
    }
    .notice-msg p {
        margin-top: 10px;
    }
    .HnMessage {
        margin-top: 60px;
    }
    .HnMessage-list li {
        padding: 10px 0;
        line-height: 1.8em;
    }
    .HnMessage-list li a {
        width: 100%;
        white-space: initial;
        text-overflow: initial;
        overflow: initial;
    }
    .HnMessage-list li span {
        display: block;
    }
}

/* css3延时控制 */
.animate-500 {
    animation-delay: 500ms;
}
.animate-1000 {
    animation-delay: 1000ms;
}
.animate-1500 {
    animation-delay: 1500ms;
}
.animate-2000 {
    animation-delay: 2000ms;
}