@import "iconfont/iconfont.css";
body{
    background: #FFE8C8;
}
ul li::marker{
    content: '';
    display: none;
 }
a{
    color:#666;
}
a:hover{
    color:#C1272D
}
#header{
    background: #fff;
}
.main-cont{
    margin-top: -280px;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 40px;
    padding:30px 20px;
    margin-bottom: 30px;
}
.hybg .title-center{
    display: flex;
    justify-content: center;
}
.hybg .title-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    background: url("./img/line2.png") center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 30px;
    margin-top: 20px;
}
.hybg .title-cont img{
    width: 58px;
    height: 58px;
}
.hybg .title-cont h2{
    color:#DD0000;
    font-weight: bold;
    margin:0 0 0 0;
    font-size: 24px;
    line-height: 1.2;
}
.hybg .info-cont{
    display: flex;
    align-items: stretch;
}
.hybg .info-cont p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.hybg .info-cont .desc-cont{
    background: #FFF0F0;
    padding:16px;
    text-indent: 2em;
    font-size: 16px;
    color:#666;
    line-height: 1.6;
    border-radius: 10px;
    margin-right: 16px;
}
.hybg .info-cont img{
    width: 580px;
    height: 350px;
    border-radius: 10px;
}
.title-02{
    display: flex;
    align-items: center;
    background: #FFEEEB;
    border-radius: 6px;
    margin:30px 0 20px;
    padding:6px ;
    justify-content: center;
}
.title-02 img{
    width: 60px;
}
.title-02 h3{
    margin:0 20px;
    color:#B71F02
}
.gzl-list li{
    background: #fff;
    margin-bottom: 30px;
}
.gzl-list li .title-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    background: url("./img/line2.png") center bottom no-repeat;
}
.gzl-list li .title-cont img{
    width: 58px;
    height: 58px;
}
.gzl-list li .title-cont h2{
    color:#DD0000;
    font-weight: bold;
    margin:0 0 0 16px;
    font-size: 24px;
    line-height: 1.2;
}
.gzl-list li .info-cont{
    display: flex;
    align-items: stretch;
    flex:1;
}
.gzl-list li  .info-cont .desc-cont{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 40px;
    min-width: 0;
}
.gzl-list li  .info-cont .info-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gzl-list li  .info-cont .info-footer>a{
    background: #B71F02;
    color:#fff;
    font-size: 14px;
    padding:4px 10px;
    position: relative;
}
.gzl-list li  .info-cont .info-footer>a:after{
    content: '';
    background: url("img/icon.png") no-repeat;
    display: block;
    width: 28px;
    height: 15px;
    position: absolute;
    right:-40px;
    bottom:0;
}
.gzl-list li .info-cont img{
    flex:1;
    width: 50%;
    display: block;
    height: 360px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.gzl-list li  .info-cont .desc-cont h3{
    font-size: 18px;
    color:#CB1112;
    font-weight: bold;
    text-overflow: ellipsis;
    margin-top: 0;
}

.gzl-list li  .info-cont .desc-cont .detail-info p{
    font-size: 14px;
    color:#666;
    line-height: 1.8;
}
.gzl-list li  .info-cont .desc-cont .detail-info p.indent{
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    text-indent: 2em;
}
.gzl-list li  .info-cont .desc-cont .detail-info{
    height: 290px;
    overflow: auto;
}
.item-cont{
    display: flex;
    align-items: flex-start;
    background:#F6F6F6;
    padding:10px;
    margin-bottom: 16px;
}
.item-cont:hover .info-cont span{
    color:#B71F02;
}
.item-cont img{
    width: 230px;
    height: 140px;
    border-radius: 6px;
    margin-right: 10px;
}
.item-cont .info-cont{
    color:#3D4246;
}
.item-cont .info-cont span{
    display: block;
    margin-bottom: 10px;
}
.icon-list{
    display: flex;
    justify-content: space-between;
    padding:0 10px;
}
.icon-list li{
    list-style: none;
    padding:10px;
    flex:1;
}
.icon-list a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-list a span{
    border-radius: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding:20px 20px;
    box-shadow:  0 0 10px rgba(52,146,183,.2);
    margin-bottom: 14px;
    transition: .3s;
}
.icon-list a span i{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color:#fff;
    box-sizing: border-box;
}
.icon-list a.text-org span i{
    background:#EC8558;
    color:#fff;
}
.icon-list a.text-org p,.icon-list a.text-org i{
    color:#EC8558;
}

.icon-list a.text-blue span i{
    background:#008AD2;
    color:#fff;
}
.icon-list a.text-blue p,.icon-list a.text-blue i{
    color:#008AD2;
}


.icon-list a.text-purple span i{
    background:#9A93E5;
    color:#fff;
}
.icon-list a.text-purple p,.icon-list a.text-purple i{
    color:#9A93E5;
}


.icon-list a.text-red span i{
    background:#E38982;
    color:#fff;
}
.icon-list a.text-red p,.icon-list a.text-red i{
    color:#E38982;
}

.icon-list a.text-yellow span i{
    background:#E8B74B;
    color:#fff;
}
.icon-list a.text-yellow p,.icon-list a.text-yellow i{
    color:#E8B74B;
}

.icon-list a .icon-jiantou_xiangyouliangci{
    font-size: 30px;
}
.icon-list a:hover span{
    background:linear-gradient(to bottom,#fff,#f9f9f9);
    box-shadow:  0 0 10px rgba(52,146,183,.4);
}
.item-cont2 h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("./img/line.png") center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 30px;
    font-size: 14px;
}
.item-cont2 h3 a{
    color:#C1272D
}
.item-cont2 ul li a{
    color:#3D4246;
    font-size: 14px;
    padding:10px 0;
    display: block;
}
.item-cont2 ul li a:hover{
    color:#C1272D
}
@media (max-width:1200px) {
    .main-cont{
        margin-top: -180px;
    }
}
@media (max-width:991px) {
    .main-cont{
        margin-top: -180px;
    }
    .gzl-list li .title-cont{
        margin-bottom: 10px;
    }
    .gzl-list li .info-cont{
        flex-direction: column!important;
    }
    .gzl-list li .info-cont .desc-cont{
        margin:0!important;
    }
    .gzl-list li .info-cont .desc-cont .detail-info{
        height: auto;
    }
    .gzl-list li .title-cont{
        height: 50px;
        background-size: contain;
    }
    .hybg .info-cont img{
        width: 50%;
        height: auto;
    }
}
@media (max-width:767px){
    .main-cont{
        margin-top: -80px;
    }
    .hybg .title-cont img{
        width: 30px;
        height: 30px;
    }
    .info-cont{
        flex-direction: column;
    }
    .title-02{
        margin:14px 0;
    }
    .hybg .info-cont .desc-cont{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hybg .info-cont img{
        width: 100%;
        height: auto;
    }
    .title-02 h3{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .title-02 img{
        width: 20px;
    }
    .hybg .title-cont{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hybg .title-cont h2{
        font-size: 16px;
    }
    .item-cont img{
        width: 50%;
        height: 90px;
    }
    .icon-list{
        flex-wrap: wrap;
    }
    .gzl-list li{
        margin-bottom: 14px;
    }
    .gzl-list li .info-cont img{
        width: 100%;
        margin-bottom: 16px;
    }
    .gzl-list li .info-cont .desc-cont h3{
        font-size: 16px;
    }
    .gzl-list li .info-cont .desc-cont .video-play{
        height: 40px;
        width: 120px;
        font-size: 14px;
        padding-top: 10px;
    }
    .gzl-list li .title-cont{
        align-items: flex-start;
    }
    .gzl-list li .title-cont h2{
        font-size: 16px;
    }

}
