@charset "utf-8";
.about-box{
    color:#101010;
    margin-bottom: 62px;
}
.about-box h1{
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    text-decoration: none;
}
.about-box .about-desc{
    font-size:16px;
    text-align: center;
}
.about-box .about-body p{
    padding:10px;
    /*font-size: 18px;*/
    /*line-height: 30px;*/
    font-weight:400;
    font-size:18px;
    color:#101010;
    font-style:normal;
    letter-spacing:0px;
    line-height:53px;
    text-decoration:none;
}
.about-box .about-body img{
    align: center;
}
/*新闻列表*/
.carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-inner img{
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.news-banner{
    margin-top:20px;
    min-height: 380px;
}
.news-list{

}
.news-list .news-list-item{
    width: 100%;
    height: 180px;
    /*border:1px solid;*/
    margin-top: 20px;
}
.news-list .news-list-item img{
    float: left;
    width:265px;
    height: 177px;
    border:1px solid #cccccc;
}
.news-list .news-list-item a{
    color: #101010;
}
.news-list .news-list-item a:hover{
    color: #101010;
}
.news-list .news-list-item .news-list-title{
    padding-left:285px
}
.news-list .news-list-item .news-list-title .news-desc{
    height:106px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height:33px;
    text-decoration: none;
    overflow: hidden;
}
.clearfix::after,.clearfix::before {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}