﻿/*page about contact*/
body {
    background-color: #fff;
}

/*header*/
.ly-header {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(27, 22, 22, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*banner*/
.banner {
    height: 250px;
    background: url(../images/about20190322.jpg) no-repeat 50% 50%;
    background-size: 100%;
}

.ml-about-content {
}



.ml-about-content-left {
    float: left;
    width: 15%;
    text-align: center;
    font-size: 16px;
    color: #999999;
    background-color: #f7f7f7;
}

    .ml-about-content-left li {
        line-height: 60px;
        border-bottom: 1px dashed #c1c1c1;
        cursor: pointer;
    }

        .ml-about-content-left li:last-child {
            border: 0;
        }

        .ml-about-content-left li:before {
            content: "";
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #d3d3d3;
            border-radius: 50%;
            margin-right: 15px;
        }

        .ml-about-content-left li.active {
            color: #ff7901;
        }

            .ml-about-content-left li.active:before {
                content: "";
                display: inline-block;
                width: 10px;
                height: 10px;
                background-color: #ff7901;
                border-radius: 50%;
                margin-right: 15px;
            }



.ml-about-content-right {
    float: right;
    width: 85%;
}


.ml-about-content-right-content {
    padding: 15px 60px 30px 60px;
    min-height: 600px;
    line-height:2;
    max-width:1020px;
    overflow:hidden;
}

.ml-about-content-right-content img {
    max-width:1020px;
}

.ml-about-content-right .ml-about-title {
    color: #ff7901;
    font-size: 20px;
    padding: 20px 0;
}

.ml-about-content-right .ml-about-contents {
    text-indent: 2em;
    line-height: 30px;
}

.ml-about-content-right .ml-about-des {
    width: 100%;
    text-align: center;
    color: #ff7901;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.ml-about-content-right img {
    margin: 0 auto;
    display: block;
}

.ml-about-content-right p {
    padding: 5px 0;
}

/*.ml-about-content-right h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}*/
/*版块标题*/
.text-title {
    color: #333;
    font-family: "微软雅黑";
    font-size: 24px !important;
    font-weight: normal !important;
    height: 47px;
    line-height: 47px;
    background: url(../images/031.gif) no-repeat 0 0;
    margin-bottom: 25px !important;
}

.news-cont-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    /*border-bottom:1px solid #d3d3d3;*/
}

.news-cont-time {
    font-size: 12px;
    color: #888;
    text-align: right;
}

.newslist {
}

    .newslist li {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
        border-bottom: 1px dashed #FFDCB8;
        overflow: hidden;
    }

        .newslist li a {
            display: block;
            padding-left: 10px;
        }

        .newslist li em {
            float: right;
            color: #797979;
            padding-right: 15px;
            font-size:12px;
        }
