.about{
    margin:40px auto 35px;
}
.about-special{
    width:100%;
    display: block;
}
.about-special .about-special-title{
    width:100%;
    line-height: 19px;
    font-size:16px;
    color:#dc082b;
    display: block;
    /*background: url("../images/oblique.jpg") left top repeat-x;*/
}
.about-special .about-special-title span{
    background: #fff;
    padding-right: 10px;
    display: inline-block;
}
.about-right{
    width:240px;
    min-width: 240px;
    margin-left:30px;
    flex-grow: 0;
    display: block;
}
.about-right-nav{
    width:100%;
    margin-bottom: 15px;
    display: block;
}
.about-right-nav li{
    width:100%;
    margin-bottom: 2px;
    display: block;
}
.about-right-nav li a {
    width:200px;
    padding:0 20px;
    line-height: 46px;
    background: #dfdfdf;
    font-size:14px;
    color:#626262;
    display: block;
}
.about-right-nav li dl{
    padding:10px 0;
}
.about-right-nav li dl,.about-right-nav li dl dd{
    width:100%;
    display: block;
    background: #eee;
}
.about-right-nav li dl dd a{
    width: 190px;
    padding:0 0 0 50px;
    display: block;
    background: #eee;
    line-height: 36px;
}

.about-right-nav li a.on{
    background: #dc082b url("../images/header_bg.png") 150px top no-repeat;
    color:#fff;
    background-size: contain;
}

.about-right-nav li a img{margin-right: 10px;}
.about-right-nav li a .show{display: inline-block;}
.about-right-nav li a .hide{display: none;}
.about-right-nav li a.on .show{display: none;}
.about-right-nav li a.on .hide{display: inline-block;}


.about-right-img{
    width:240px;
    height: 181px;
    display: block;
    position: relative;
}
.about-right-img a{
    width: 100%;
    display: block;
}
.about-right-img a img{
    width: 100%;
    display: block;
}
.about-right-img a p{
    width:200px;
    padding:0 20px;
    font-size:14px;
    line-height: 24px;
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color:#fff;
}
.about-right-img a p span{
    width:100%;
    font-size:24px;
    line-height: 30px;
    height: 40px;
    display: block;
    border-bottom:1px solid #fff;
}
.about-right-img a p span i{
    font-size:14px;
}
.about-right-img a p b{
    width:100%;
    font-size:14px;
    line-height: 24px;
    margin-top:15px;
    display: block;
    font-weight: normal;
}
.about-right-news{
    width:200px;
    padding:20px;
    background:#f1f1f1;
}
.about-right-news li{
    list-style: disc inside;
    font-size:14px;
    line-height: 30px;
    color:#626262;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.about-right-news li a{
    text-decoration: underline;
}
@media screen and (max-width: 1366px) {
    .about-right{
        width:191px;
        min-width: 191px;
    }
    .about-right-nav li a{
        padding:0 15px;
        width:161px;
        line-height: 36px;
    }
    .about-right-img{
        width:191px;
        height: 96px;
    }
    .about-right-img a p{
        font-size:12px;
        padding:0 14px;
        line-height: 22px;
        width:163px;
    }
    .about-right-news{
        width:161px;
        padding:15px;
    }
    .about-right-news li{
        font-size:12px;
        line-height: 25px;
    }
    .about-right-nav li dl dd a{
        width:auto;
        padding-left:30px;
    }
}

.info-public-title{
    width:100%;
    border-top:2px solid #dc082b;
    font-size:24px;
    color: #626262;
    line-height: 30px;
    padding: 20px 0;
    display: block;
}
.info-public-title-bottom-30{
    margin-bottom: 30px;
}
.no-border-top{
    border-top:none !important;
}