﻿a:hover{color: red !important;}
@-webkit-keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -307px, 0);
    }
}
@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
    }
}

.demo-list{
    position: relative;
    height: 24px;
    overflow: hidden;
    margin-left: 52px;
    width: auto;
}

.demo-list .rowup{
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}

.demo-list .rowup .item{
    
font-size: 16px;
    
line-height: 30px;
}
.demo-list .rowup .item a{
    width: 621px;
    display: inline-block;
    color: #111;
}

.gonggao{
    width: 1200px;
    margin: 19px auto;
    display: flex;
}
  .gonggao .gonggao_p1{
    font-size: 22px;
    color: #1867A7;
    font-weight: 700;
}
  .gonggao .gonggao_p2{
    font-size: 22px;
    color: #e1e1e1;
    font-weight: 700;
    margin-left: 10px;
}
.lunbo{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.lunbo .swiper-container1{
    width: 40%;
    overflow: hidden;
    float: left;
    height: 350px;
}
.lunbo .zxdt{
    width: 58%;
    float: left;
    margin-left: 2%;
    padding-bottom: 10px;
}
.zxdt_p1{
    font-size: 20px;
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.zxdt_p2{
    font-size: 14px;
    float: right;
}
.newss{
    font-size: 14px;
}
.newss li{
    line-height: 49px;
    border-bottom: 1px dashed #e1e1e1;
}
.newss li a{
    width: 80%;
    display: inline-block;
    color: #666;
    height: 32px;
    overflow: hidden;
}
.newss li a span{
    margin-right: 5px;
}
.newss li>span{
    font-size: 12px;
    height: 32px;
}
.line1{
    width: 10%;
    height: 2px;
    background: #1867A7;
    margin-top: 10px;
    float: left;
}
.line2{
    width: 90%;
    height: 2px;
    background: #e1e1e1;
    margin-top: 10px;
    float: left;
}
.aboutus{
    width: 1200px;
    margin:10px auto;
}
.aboutus .aboutus1{
    width: 68%;
    float: left;
}
.aboutus .aboutus2{
    margin-left: 2%;
    width: 30%;
    float: left;
}
.main_content{
    width: 1200px;
    margin:0 auto;
}
.main_content .other_news{
    width: 30%;
    float: left;
    margin: 2% 1.6%;
}