.content{
    width: 80%;
    margin: 0 auto;
    height: auto;
    color:#666666;
    overflow-y: hidden;
}
.content::-webkit-scrollbar {
    display: none;
}
.top-item{
    padding-top: 40px;
    height: auto;
    overflow: hidden;
}
.t-left{
    width: 75%;
    float: left;
    display: flex;

}
.image-con{
    width: 70%;
    height: 250px;
    position: relative;
    cursor: pointer;
}
.new-image{
    width: 100%;
    height: 100%;
}
.news-list{
    padding-left: 30px;
    width: 100%;
    padding-right: 30px;
    cursor: pointer;
}
.news-li>div:first-child{
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.info{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 30px;
    color:#FFFFFF;
}
.news-li{
    display: flex;
    justify-content: space-between;
    line-height: 25px;
}
.news-title{
    display: flex;
    justify-content: space-between;
    color: #5e5e5e;
    line-height: 30px;
}
.title{
    font-size: 16px;
}
.more{
    cursor: pointer;
}
.news-title>div:first-child{
    color: #666666;
    font-weight: bold;
}
.t-right{
    width: 25%;
    padding-left: 30px;
    float: right;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    height: 250px;
}
.online-title{
    font-weight: bold;
    line-height: 36px;
}
.on-list{
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.on-list>a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.on-list>div:first-child{
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.online-more{
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    float: right
}
.line{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*background-color: #0653a5;*/
    background-image: url(../image/1.png);
    background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.bottom-item{
    display: flex;
}
.b-left{
    float: left;
    width: 75%;
}
.le-title{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight:bold;
}
.item-flex{
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}
.item-flex>div{
    height: 150px;
    line-height: 150px;
    font-size: 20px;
    font-weight: bold;
    color: #0653a5;
    text-align: center;
    width: 45%;
    cursor: pointer;
    margin-bottom: 50px;
}
.item-flex>div:first-child{
    margin-right: 5%;
}
.item-flex>div:nth-child(2){
    margin-left: 5%;
}
.item-flex>div:nth-child(3){
    margin-right: 5%;
} 
.item-flex>div:last-child{
    margin-left: 5%;
}
.item-flex>div>a{
   width: 100%;
   height: 100%;
   display:inline-block;
   background-size: 100% 100%;
}
.item-flex .mqmy{
    background-image: url(../image/mqmy.jpg);

}

.item-flex .zxtj{
    background-image: url(../image/zxtj.jpg);
}

.item-flex .zxkt{
    background-image: url(../image/zxkt.jpg);
}
.item-flex .sydc{
    background-image: url(../image/sydc.jpg);
}
.b-right{
    width: 25%;
    float: right;
    border-left: 1px solid #dfdfdf;
}
.ri-top{
    padding-left: 15px;
    padding-bottom: 130px;
    border-bottom: 1px solid #dfdfdf;
}
.ri-bottom{
    padding-left: 15px;
}
.carousel-inner{
    height: 400px;
}
.carousel-inner>div{
    height: 100%;
}
.carousel-inner img{
    width: 100%;
    height: 100% !important;
}
.new-icon{
    color:red;
    font-size: 10px;
    margin-top: -5px;
    margin-left: 5px;
}
