a {
    text-decoration: none;
}
#nav {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
   
}




#navdaohang {
    width: 100%;
    min-width: 1200px;  
    background-color: #0068B7;
    text-align: center;
}





.navlist, .navlist > ul {
    width: 98%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

}
.navlist > ul > li {
    float: left;
    font-size: 16px;
    list-style: none;
    height: 40px;
    width: 137px;
    line-height: 40px;
    text-align: center;
background-color:#0068B7;
}
.navlist > ul > li:last-child {
    margin-right: 0px;
}
.navlist > ul > li a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}
.navlist .dropMenu {
    width: 100%;
    overflow: hidden;
    background-image: url("../newimages/dmenu.png");
    height: auto;
    display: none;
    position: relative;
    z-index: 100;
}
.dropMenu li {
    font-size: 14px;
    border-bottom: 1px solid #054F8C;
    height: 30px;
    line-height: 30px;
}
.navlist .navp {
    width: 100%;
    height: 37px;
    line-height: 37px;
     

}
.cleanfix {
    display: block;
    content: "";
    clear: both;
}
#banner {
    height: 400px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    margin-top: -3px;
}
.bannerList {
    height: 100%;
    width:700%;
    position: absolute;
}
.bannerImg {
    height: 100%;
    width: 14.28%;
    float: left;
}
.bannerMin {
    position: absolute;
    left: 40%;
    bottom: 10px;
    height: 30px;
    width: 300px;
    margin: 0 auto;
}
.back {
    background-color: red;
}
.bannerMin li {
    width: 30px;
    height: 2px;
    float: left;
    background-color: #DADADA;
    list-style: none;
    margin-right: 15px;
    border-radius: 2px;
}
#news {
    position: relative;
    z-index: 100;
    width: 1018px;
    height: 421px;
    margin: 0 auto;
    margin-top: -50px;
}
.tabs {
    height: 33px;
    border-bottom: 1px #6786BA dashed;
}
.tabs a {
    text-decoration: none;
    color: white;
}
.leftTab {
    width: 70%;
    height: 32px;
    float: left;
    line-height: 22px;
}
.news-icon {
    width: 37px;
    height: 32px;
    float: left;
}
.news-title {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    color: #0068B7;
    font-weight: 700;
}
.rightTab {
    background-color: #8C1616;
}
.newTabBig {
    height: 26px;
    margin-top: 3px;
}
.newTabSmall {
    height: 22px;
    margin-top: 7px;
}
.more {
    float: right;
    line-height: 29px;
    padding-right: 10px;
    color: #000000;
    font-size: 12px;
}
.more a {
    color: #1279d6;
}

.list li {
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    background-image: url("../newimages/list.png");
    background-repeat: no-repeat;
    background-position: -7px 14px;
    border-bottom: 1px #EBEBEB solid;
    box-sizing: border-box;
}

.list .time {
    float: right;
    width: 80px;
    color: #1279d6;
}
.list .item {
    float: left;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new2 .item {
    width: 277px;
}
.new3 .item {
    width: 437px;
}
.list li .item:hover {
    text-decoration: underline;
    text-decoration-color: #8C1616;
    color: #8C1616;
}
.list a, .rt-list a {
    text-decoration: none;
    color: black;
}
.timer {
    transition: all 1s linear;
}
.newText {
    display: none;
}