@charset "UTF-8";

/*about-04*/
.about-04 {
    margin-top: 32px;
    cursor: pointer;
}
.about-04 .left-04 {
    width: 195px;
    /*width: 28%;*/
    background: url("/html/img/about-02-sj.png") right 0 no-repeat;
    position: relative;
    margin-right: 15px;
}
.about-04 .left-04 i {
    display: inline-block;
    width: 2px;
    height: 65em;
    background-color: #666666;
    float: right;
    margin-right: 9px;
    margin-top: 17px;
}
.about-04 .left-04 .year {
    margin-top: 15px;
    height: 55px;
    line-height: 40px;
    background: url("/html/img/about-02-img.png") 96% center no-repeat;
    /*background: url("/html/img/about-04-img.png") right no-repeat;*/
}
.about-04 .left-04 .year span {
    font-size: 1.4em;
    margin-left: 4.5em;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.about-04 .left-04 .year:hover span {
    font-size: 3em;
    margin-left: 0.4em;
    font-weight: 600;
    color: #771570;
}
.about-04 .left-04 .year .on {
    font-size: 3em;
    margin-left: 0.4em;
    font-weight: 600;
    color: #771570;
}
.about-04 .right-04 {
    width: 70%;
}
.about-04 .right-04 i {
    display: block;
    height: 6px;
    background-color: #d6d6ce;
}
.about-04 .right-04 h1 {
    font-size: 60px;
    color: #d6d6ce;
    font-weight: 600;
    margin-top: 8px;
}
.about-04 .right-04 li {
    border: solid 1px #d6d6ce;
    padding: 33px 68px 35px 36px;
    margin-bottom: 38px;
}
.about-04 .right-04 li h4 {
    font-size: 2.4em;
    color: #75116d;
    font-weight: 600;
}
.about-04 .right-04 li p {
    font-size: 1.4em;
    color: #666;
    margin-top: 10px;
}
.about-04 .left-04 .bot-but {
    position: absolute;
    bottom: 0;
    right: -45px;
    width: 110px;
    height: 30px;
    background-color: #75116d;
    box-shadow: 0px 1px 1px 0px #2d142b;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}
.about-04 .left-04 .bot-but:hover {
    background-color: #a30c92;
}
/*about-04-end*/

/*about-03*/
.about-03 ul {
    /*padding-left: 32px;*/
}
.about-03 h1 {
    margin-bottom: 10px;
}
.about-03 h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.about-03 li {
    margin:5px 0;
    font-size: 1.4em;
    line-height: 1.6em;
    /*padding-left: 32px;*/
    /*background: url("/html/img/dian.png") 2% 22% no-repeat;*/
    font-weight: 500;
}
.about-03 li span {
    display: inline-block;
    width: 22%;
    font-weight: 600;
    /*padding-left: 32px;*/
    padding-right: 6px;
    vertical-align: top;
}
.about-03 li p {
    display: inline-block;
    font-size: 14px;
    width: 77%;
    margin-top: 0;
}
/*about-03-end*/

/*about-02*/
.about-02 {
    margin-bottom: 20em;
}
.about-02 h3 {
    color: #75116d;
}
.about-02 h3:first-of-type {
    margin-top: 0;
}
.about-02 p {
    margin-top: 10px;
}
/*about-02-end*/



