﻿/*公司简介*/
.pageAboutLeft{
    width:45%;float:left;
    padding-top:100px;
    margin-right:5%;
    margin-left:10%;
}
    .pageAboutLeft h2 {
        width: 100%;
        height: auto;overflow:hidden;
        line-height: 50px;
        font-size: 40px;
        color: #153554;
        font-family:'Times New Roman';
        font-weight:bold;
        margin-bottom:20px;
    }
    .pageAboutLeft h3{
        width: 100%;
        height: auto;overflow:hidden;
        line-height: 40px;
        font-size: 20px;
        font-family: 'Times New Roman';
        margin-bottom: 10px;
    }
        .pageAboutLeft h3 p::before {
            content: '• ';
            margin-right: 0.3em;
        }

    .pageAboutRight {
        width: 30%;
        float: right;
        margin-right: 10%;
        text-align:center;
    }
        .pageAboutRight img {
            width: 90%;
            box-shadow: 0 0 10px #ccc;
            margin: 20px auto;
        }

.pageEduactionList {
    width:90%;
    height:auto;overflow:hidden;
    background-color: #c2b48d;
    padding: 30px 5%;
}
    .pageEduactionList li {
        width: 100%;
        color: #fff;
        padding-bottom: 30px;
        transition: all 0.5s;
        border-bottom:1px solid #ddcd9f;
        margin-bottom:30px;
    }

        .pageEduactionList li div {
            width: 100%;
            height: auto;
            overflow: hidden;
            font-size:18px;
        }

            .pageEduactionList li div img {
                width: 40px;
            }

        .pageEduactionList li h2 {
            width: 100%;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            font-size: 24px;
        }

        .pageEduactionList li h3 {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 20px;
            margin-top: 10px;
            color: #fff6dd;
            font-size: 16px;
        }


.pageGroupTitle{
    width:100%;
    height:50px;line-height:50px;overflow:hidden;
    font-size:30px;
    font-weight:bold;
    font-family:'Times New Roman';
    color:#153554;
    margin-top:30px;
}
.pageGroupList{
    width:100%;
    height:auto;overflow:hidden;
}
    .pageGroupList li{
        width:92%;float:left;
        margin-right:4%;
        height:auto;overflow:hidden;
        line-height:30px;
        border-bottom:1px solid #eee;
        margin-bottom:10px;
    }
    .pageGroupList li span{
        display:block;
        width:100%;
        color:#153554;
        font-family:'Times New Roman';
        font-size:18px;
        line-height:40px;
    }
        .pageGroupList li span::before {
            content: '• ';
            margin-right: 0.3em;
        }

.pageResearch{
    width:100%;
    height:auto;overflow:hidden;
}
.pageResearch .title{
    width:100%;
    height:auto;line-height:40px;overflow:hidden;
    border-top:1px solid #c2b48d;
    font-size:30px;
    font-family:'Times New Roman';
    color:#153554;
    padding-top:10px;
    margin-top:30px;
    font-weight:bold;
}
.pageResearch li{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
    margin-bottom:10px;
}
    .pageResearch li p::before {
        content: '• ';
        margin-right: 0.3em;
    }

@media(max-width:720px) {

    .pageAboutLeft {
        width: 90%;
        float: left;
        padding-top: 30px;
        margin-right: 5%;
        margin-left: 5%;
    }

        .pageAboutLeft h2 {
            font-size: 30px;
        }
        .pageAboutLeft h3 {
            font-size: 18px;
            line-height:30px;
        }
    .pageAboutRight {
        width:100%;
        float: right;
        margin-right: 0;
    }

        .pageAboutRight img {
            width: 90%;
            box-shadow: 0 0 10px #ccc;
            margin: 10px 5%;
        }

    .pageResearch .title {
        height: auto;
        line-height: 40px;
        font-size: 24px;
    }

    .pageGroupList li {
        width: 96%;
        float: left;
        margin-right: 2%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
}