@charset "UTF-8";

.s1 .list_box0 .li{
    float: left;
    width: 210px;
    height: 30px;
    margin: 10px 0 0 28px;
    position: relative;
}
.s1 .list_box0 .li:nth-child(6n+1){
    margin-left: 0;
}
.s1 .list_box0 .li .box{
    width: 100%;
    height: 30px;
    background: #fbfbfc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.s1 .list_box0 .li .tit,
.s1 .list_box0 .li .txt{
    float: left;
    line-height: 30px;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
}
.s1 .list_box0 .li .tit{
    font-size: 17px;
    font-weight:600;
    color: #b92323;
}
.s1 .list_box0 .li .txt{
    color: #999;
    transition: .5s;
    font-size: 16px;
}

.s1 .list_box0 .li:hover {
    z-index: 20;
}
.s1 .list_box0 .li:hover .box {
    height: auto;
    min-height: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.s1 .list_box0 .li .txt:hover{
    color: #ae0a29;
}
.title001{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.title001 h2{
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    position: relative;
    line-height: 36px;
}
.title001 h2:after {
    content: '';
    width: 80%;
    height: 3px;
    background: #ae0a29;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.title001 .mores{
    font-size: 14px;
    font-weight: normal;
    color: #999;
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 50%;
    margin-top: -24px;
    transition: .5s;
}
.title001 .mores:hover{
    color: #ae0a29;
}

.list_box1 li{
    float: left;
    width: 327px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.list_box1 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box1 li a{
    display: block;
}
.list_box1 li a .pic{
    padding-top: 59.26%;
}
.list_box1 li a .pic i{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background: rgba(174, 10, 41, 1);
    padding: 5px 10px;
    z-index: 3;
}
.list_box1 li a .pic p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}
.list_box1 li a .txt h2{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: .5s;
}
.list_box1 li a .txt h5{
    overflow: hidden;
    padding-top: 10px;
}
.list_box1 li a .txt h5 span.ter{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    float: left;
    max-width: 150px;
}
.list_box1 li a .txt h5 span.stu{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    float: right;
    background: url('../images/s2-img02.png') no-repeat left center / auto 12px;
    padding-left: 20px;
}
.list_box1 li:hover a .txt h2{
    color: #ae0a29;
}
.list_box1 li a .txt{
    padding: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    background: #fff;
}
.list_box1{
    padding-top: 20px;
    border-top: 1px solid #ae0a29;
    margin-top: 10px;
    min-height: 300px;
}
.list_box2 li{
    float: left;
    width: 100%;
    margin-left: 2.51%;
}
.list_box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box2 li a {
    display: block;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.list_box2 li a .pic{
    padding-top: 21.84%;
}
.list_box2{
    padding-top: 30px;
}

.s2{
    padding-top: 40px;
    padding-bottom: 20px;
}


.title002 {
    overflow: hidden;
    position: relative;
}
.title002 h2{
    float: left;
    line-height: 30px;
    margin-right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 15px;
}
.title002 h2:before{
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #ae0a29;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.title002 .tags{
    float: left;
    line-height: 20px;
    padding-top: 5px;
    overflow: hidden;
    font-size: 0;
}
.title002 .tags a{
    margin-right: 12px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    transition: .5s;
}
.title002 .tags a:hover,
.title002 .mores:hover{
    color: #ae0a29;
}
.title002 .mores{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 20px;
    padding-top: 5px;
    font-size: 14px;
    color: #999;
    transition: .5s;
}
.s3{
    padding-top: 10px;
}

.s4 .item{
    float: left;
    width: 32%;
    margin-left: 2%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    padding:  20px 15px 15px;
}
.s4 .item:first-child{
    margin-left: 0;
}
.item_tit {
    position: relative;
    height: 20px;
    margin-bottom: 20px;
}
.item_tit h3{
    font-size: 19px;
    font-weight: bold;
    color: #333;
    position: relative;
    z-index: 3;
    line-height: 20px;
    display: inline-block;
}
.item_tit h3:after{
    /*content: '';*/
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -10px;
    background: url('../images/s4-img01.png') no-repeat center / 100%;
}
.s4 .item:nth-child(2) .item_tit h3:after{
    background-image: url("../images/s4-img02.png");
}
.s4 .item:nth-child(3) .item_tit h3:after{
    background-image: url("../images/s4-img03.png");
}
.item_tit h3 span{
    color: #fff;
    position: relative;
    z-index: 3;
}
.item_tit .mores{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    font-style: italic;
    color: #ea5514;
    line-height: 20px;

}
.s4 .item:nth-child(2) .item_tit .mores{
    color: #f8b62c;
}
.s4 .item:nth-child(3) .item_tit .mores{
    color: #c30d23;
}
.list_box3 .li a{
    font-size: 0;
    display: block;
}
.list_box3 .li .num{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font-size: 12px;
    color: #ea5514;
}
.list_box3 .li .pic{
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 77px;
    margin-right: 15px;
}
.list_box3 .li .txt{
   width: calc(100% - 164px);
    display: inline-block;
    vertical-align: middle;
}
.list_box3 .li .txt h2{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 17px;
    max-height: 34px;
    margin-bottom: 10px;
}
.list_box3 .li .txt p{
    font-size: 13px;
    color: #999;
}
.list_box3 .li{
    margin-bottom: 15px;
}

.s4 .content{
    padding-top: 20px;
}
.s4{
    padding-top: 10px;
padding-bottom: 50px;
}