*{margin: 0;padding: 0;list-style: none;text-decoration: none;position: relative;box-sizing: border-box;}
img{width: 100%;height: 100%;}
a:hover{text-decoration: none;}
/** 首页 start */
.header{width: 100%;height:450px;background: url("../test/banner@2x.png") no-repeat center center;background-size: cover;}
.survey{height: 112px;margin-top: 57px;}
.survey .row{height: 100%;}
.survey-title{height: 100%;background: #C80000;color: #fff;text-align: center;line-height: 20px;padding-top: 30px;}
.survey-title-big{font-size: 36px;}
.survey-title-small{font-size: 20px;}
.survey-img{height: 100%;background-size: cover;}
.survey-msg{
    line-height: 112px;
    color: #333;
    font-size: 32px;
    text-align: center;
    background: #f1f1f1;
}
.content{margin-top: 16px;overflow: hidden;}
.content-left{background: url("../test/t2@2x.png") no-repeat center center;background-size: 120%;height: 411px;}
.content-left-items{display: flex;color: #fff;align-items: center;width: 707px;margin: 0 auto 8px;}
.content-left-item{height: 63px;line-height: 63px;font-size: 20px;text-align: center;}
.content-left-item:nth-of-type(1){flex:0 0 141px;background:rgba(0,204,248,1);}
.content-left-item:nth-of-type(2),.content-left-item:nth-of-type(3){flex:0 0 277px;background:rgba(0,196,247,.66);margin-left: 6px;}
.content-left-item>span{font-size: 32px;}
.content-left-box{margin-top: 40px;}
.content-left-top{width: 100%;height: 100px;line-height: 100px;display: flex;align-items: center;padding-top: 20px;border-bottom: 1px dashed rgba(255,255,255,.57);}
.content-left-top>.content-left-item-one>.content-left-item{background: none;font-size: 30px;}
.content-right{padding-right: 0;}
.content-right-box{width: 100%;height: 411px;background: url("../test/t3@2x.png") no-repeat center center;background-size: 100% 100%;}
.content-right-title{height: 106px;background: #C80000;line-height: 106px;text-align: center;font-size: 30px;color: #fff;}
.content-right-content{padding: 50px 0 0 50px;}
.content-right-content-item{background: url("../test/sanjiao.png") no-repeat left center;background-size: 21px 24px;padding-left: 30px;font-size: 22px;color: #C80000;font-weight:bold;}
.list{margin-top: 15px;}
.list-item{border:1px solid rgba(233,233,233,1);padding-bottom: 20px;margin-bottom: 10px;transform: scale(.98);}
.list-item-title{font-size: 26px;color: #333;padding: 20px 0 20px 12px;white-space:nowrap;text-overflow:ellipsis;width: 100%;overflow:hidden;}
.list-item-title:before{content: '';width:4px;height:20px;background:rgba(237,70,47,1);border-radius:2px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.list-item-photo{width: 100%;height: 310px;}
.list-item-photo p{position: absolute;bottom: 0;left: 0;padding: 15px;color: #fff;font-size: 16px;background: rgba(0,0,0,.5);margin: 0;white-space:nowrap;text-overflow:ellipsis;width: 100%;overflow:hidden;}
.list-item-desc{color: #333;font-size: 16px;white-space:nowrap;text-overflow:ellipsis;width: 100%;overflow:hidden;padding: 10px 0 0;}
/** 首页 end */
/** 新闻列表 start */
.news-container{
    margin-top:40px;
}
.news-main-title{
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #F5F5F5;
}
.news-main-title .list-item-title{
    font-size: 24px;
    padding-bottom: 0;
    padding-top: 0;
}
.news-main-title-date{
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}
.news-item{
    padding: 12px 0;
}
.news-item-title{
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news-item-title:before{
    content:'';
    width:8px;
    height:8px;
    background:rgba(102,102,102,1);
    border-radius:50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.news-item-date{
    text-align: right;
    font-size: 14px;
    color: #999999;
}
.news-item:hover .news-item-title{
    color: #999;
}
.news-list-page{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 38px;
}
.news-page-item{
    display: inline-block;
    border: 1px solid #E9E9E9;
    min-width: 30px;
    border-radius:4px;
    font-size: 14px;
    color: #333;
}
.news-curPage{
    background: #C93A27;
    color: #fff;
}
.news-page-item:hover{
    background: #C93A27;
    color: #fff;
}
.news-content{
    margin-top: 30px;
}
.bottom-size p {
    margin-bottom: 0;
}
.bottom-size a{
color: #7D7D7D;
}
.bottom-inline-block{
    padding: 0 5px;
}
/** 新闻列表 end */






@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1200px;}
    .bottom-size {
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px){
    .content-left{height: 300px;}
    .content-left-items{width:80%;margin: 0 auto 4px;}
    .content-left-item{height:50px;line-height: 50px;font-size: 14px;}
    .content-left-item:nth-of-type(1){flex:2;}
    .content-left-item:nth-of-type(2),.content-left-item:nth-of-type(3){flex:5;margin-left: 3px;}
    .content-left-item>span{font-size: 18px;}
    .content-left-box{margin-top: 30px;}
    .content-left-top{width: 100%;height: 70px;line-height: 70px;align-items: center;padding-top: 15px;}
    .content-left-top>.content-left-item-one>.content-left-item{font-size:18px;}
    .content-right-box{height: 300px;}
    .content-right-title{height: 50px;line-height:50px;font-size:18px;}
    .content-right-content{padding: 35px 0 0 25px;}
    .content-right-content-item{background: url("../test/sanjiao.png") no-repeat left center;background-size: 12px 14px;padding-left: 20px;font-size: 14px;}
    .bottom-size {
        font-size: 12px;
    }
}
@media screen and (max-width: 1000px){
    .content-left{height: 300px;    background: url(../test/t2@2x.png) no-repeat center center;background-size: 133%;}
    .content-left-items{width:90%;margin: 0 auto 4px;}
    .content-left-item{height:50px;line-height: 50px;font-size: 12px;}
    .content-left-item:nth-of-type(1){flex:2;}
    .content-left-item:nth-of-type(2),.content-left-item:nth-of-type(3){flex:5;margin-left: 3px;}
    .content-left-item>span{font-size: 16px;}
    .content-left-box{margin-top: 30px;}
    .content-left-top{width: 100%;height: 70px;line-height: 70px;align-items: center;padding-top: 15px;}
    .content-left-top>.content-left-item-one>.content-left-item{font-size:18px;}
    .content-right-box{height: 300px;}
    .content-right-title{height: 50px;line-height:50px;font-size:18px;}
    .content-right-content{padding: 35px 0 0 25px;}
    .content-right-content-item{background: url("../test/sanjiao.png") no-repeat left center;background-size: 12px 14px;padding-left: 20px;font-size: 14px;}
    .bottom-size {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px){
    .content-right{padding-left: 0;padding-right: 0;margin-top: 20px;}
    .news-item-date{
        text-align: left;
        padding-left: 30px;
    }
}
@media screen and (max-width: 750px){
    .header{width: 100%;height:248px;}
    .survey{height: 50px;margin-top: 19px;}
    .survey-title{line-height: 4px;padding:15px 0 0;}
    .survey-title-big{font-size: 14px;font-weight: bold;}
    .survey-title-small{font-size: 12px;font-weight: bold;}
    .survey-msg{font-size: 16px;line-height: 50px;}
    .content-right{padding-left: 0;padding-right: 0;}
    .content-left{height: 205px;}
    .content-left-items{width: 353px;margin: 0 auto 4px;}
    .content-left-item{height:31px;line-height: 31px;font-size: 10px;}
    .content-left-item:nth-of-type(1){flex:0 0 70px;}
    .content-left-item:nth-of-type(2),.content-left-item:nth-of-type(3){flex:0 0 138px;margin-left: 3px;}
    .content-left-item>span{font-size: 16px;}
    .content-left-box{margin-top: 20px;}
    .content-left-top{width: 100%;height: 50px;line-height: 50px;align-items: center;padding-top: 10px;}
    .content-left-top>.content-left-item-one>.content-left-item{font-size:15px;}
    .content-right-box{height: 191px;}
    .content-right-title{height: 35px;line-height:35px;font-size:15px;}
    .content-right-content{padding: 25px 0 0 25px;}
    .content-right-content-item{background: url("../test/sanjiao.png") no-repeat left center;background-size: 10px 12px;padding-left: 15px;font-size: 11px;}
    .content-right{margin-top: 10px;}
    .list{margin-top: 8px;}
    .list-item{padding-bottom: 10px;margin-bottom: 5px;}
    .list-item-title{font-size: 10px;padding: 10px 0 10px 6px;}
    .list-item-title:before{content: '';width:2px;height:10px;border-radius:1px;}
    .list-item-photo{height: 155px;}
    .list-item-photo p{padding: 8px;font-size: 8px;}
    .list-item-desc{font-size: 8px;padding: 5px 0 0;}
    .news-container{
        margin-top: 10px;
    }
    .news-box .news-main-title{
        font-size: 30px;
    }
    .news-main-title .list-item-title{
        font-size: 18px;
        padding-bottom: 0;
        padding-top: 0;
        overflow:auto;
        text-overflow: unset;
        white-space: unset;
    }
    .news-main-title .list-item-title:before {
        content: '';
        width: 2px;
        height: 10px;
        border-radius: 1px;
        top: 12px;
    }
    .news-main-title-date{
        padding-left: 6px;
    }

    .bottom-size {
        font-size: 8px;
    }


    .bottom-inline-block {
        display: block;
    }
}
@media screen and (max-width: 640px){
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .content-left-item:nth-of-type(1) {
        flex: 0 0 50px;
    }
    .content-left-top>.content-left-item-one>.content-left-item {
        font-size: 12px;
    }
    .content-left-item:nth-of-type(2), .content-left-item:nth-of-type(2) {
        flex: 0 0 120px;
    }
    .content-left-item:nth-of-type(2) {
        flex: 0 0 114px;
    }
    .content-left-item>span {
        font-size: 13px;
    }
    .news-item-title{
        font-size: 13px;
        padding-left: 30px;
    }
    .news-box .news-main-title {
        font-size: 18px;
    }
    .header {
        width: 100%;
        height: 220px;
    }
    .survey-title{
        padding-left: 0;
        padding-right: 0;
    }
}