@charset "utf-8";
.main{background: url(../images/bg.png) no-repeat center bottom;
    background-size: cover;}
.section1 {
    padding-top: 40px;
    padding-bottom: 30px;
}

 .title {
    border-bottom: 1px solid #707070;
    padding-bottom: 24px;
}

.title {
   
    line-height: 32px;
}

.title h2 {position:relative;
    float: left;
    font-size: 24px;
    color: #ba0000;
    line-height: 32px;
    font-weight: normal;
}
.title h2:after{content: "";position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    height: 3px;
    background: #a30000;}
.title h2 img{display:inline-block;
vertical-align: middle;
padding-right:5px;}
.title .more {
    float: right;
    margin-right: 10px;
}

.sect1-l {
    float: left;
    width: 69%;
}

.sect1-r {
    float: right;
   
}

.list {
    padding-top: 25px;
}

.list li {
    position: relative;
    padding-left: 20px;
    padding-right: 155px;
    background: url(../images/list.png) no-repeat left center;
background-size: 12px auto;
    line-height: 40px;
    left: 0;
    transition: all .3s;
}

.list li:hover {
    left: 3px;
}

.list li a {
    display: block;
    font-size: 16px;
    color: #0b0b0b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    color: #a30000;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #8d8d8d;
}

.sect1-r .kstd {
    width: 320px;
    border: 1px solid #707070;
    text-align: center;
}

.sect1-r .kstd h2 {
    line-height: 77px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    background: #a30000;
}

.sect1-r .kstd ul li {
    line-height: 66px;
    border-top: 1px solid #707070;
}
.sect1-r .kstd ul li:hover{    background: #f7dede;}
.sect1-r .kstd ul li:hover a{color:#a80d0d;}
.sect1-r .kstd ul li a {
    display: block;
    font-size: 20px;
    color: #0b0b0b;
}
.sect1-r .kstd ul li:nth-child(1) a{background: url(../images/s1-r-icon1.png) no-repeat 20% center;}
.sect1-r .kstd ul li:nth-child(2) a{background: url(../images/s1-r-icon2.png) no-repeat 20% center;}
.sect1-r .kstd ul li:nth-child(3) a{background: url(../images/s1-r-icon3.png) no-repeat 20% center;}
.sect1-r .kstd ul li:nth-child(4) a{background: url(../images/s1-r-icon4.png) no-repeat 20% center;}
.sect1-r .kstd ul li:hover a {
    color: #a30000;
}

.section2 {
    padding: 40px 0;
   
}

.sect2 {
    position: relative;
}

.sect2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #ad0000;
}

.sect2-l,
.sect3-l {
    float: left;
    width: 45.5%;
}

.sect2-r,
.sect3-r {
    float: right;
    width: 45.5%;
}

.section3 {
    padding-top: -10px;
    padding-bottom: 56px;
  
}

.sect3 {
    overflow: hidden;
}