﻿/*通用*/
.indexTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #9a2020;
}
    .indexTitle span {
        color: #767676;
        font-family: "Arial";
        font-weight:normal;
    }


.indexLeft {
    width: 68%;
    float: left;
    margin-right: 2%;
}
.indexAbout{
    width:100%;
    height:auto;overflow:hidden;
    margin:40px auto;
}
.indexAboutPic{
    width:45%;float:left;
    margin-right:5%;
}
.indexAboutPic img{
    width:100%;
}
.indexAboutContent{
    width:50%;float:left;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:15px;
}

.indexNews{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
}
.indexNews li{
    width:48%;float:left;
    height:40px;overflow:hidden;
    margin-right:2%;
}
    .indexNews li h2 {
        display: block;
        width: 70%;
        float: left;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    .indexNews li span {
        display: block;
        width: 30%;
        float: left;
        line-height: 40px;
        color:#999;
    }
.indexLawNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #e8e8e8;
    background-image: url(../Images/indexLawerBg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.indexLawNewsList {
    width: 97%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #ececec;
    padding:30px 0 30px 3%;
}
.indexLawNewsList li{
    width:100%;
    height:30px;line-height:30px;
    overflow:hidden;
    transition:all 0.5s;
}
.indexLawNewsList li:hover{
    text-indent:10px;
}

.indexRight {
    width: 30%;
    float: left;
}
.indexRightTitle {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-image: url(../Images/lawerTitleBg.png);
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #9a2020;
    margin: 10px auto 20px auto;
    text-indent: 15px;
}

    .indexRightTitle span {
        color: #767676;
        font-family: "Arial";
        font-weight: normal;
        font-size: 16px;
    }
.indexRightLawer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #dfdfdf;
    padding-bottom: 30px;
}
.indexRightLawerContent {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin:20px auto;
}

.indexRightLawerContent .lawer{
    width:100%;height:auto;overflow: hidden;
    margin:0 auto;
    border-bottom:1px solid #c5c5c5;
    border-top:1px solid #f0f0f0;
    padding-bottom: 20px;
    padding-top:20px;
    transition:all 0.5s;
}
.indexRightLawerContent .lawer:hover{
    background-color: #ececec;
}
.indexRightLawerContent .lawer:nth-child(1){
    border-top:0;
}
.indexRightLawerContent .lawer .left{float:left;width:35%;height:auto;margin-right: 5%;}
.indexRightLawerContent .lawer .left img{width:100%;border:1px dotted #ccc;padding:2px;}
.indexRightLawerContent .lawer .left img:hover{border:1px solid #f60;padding:2px;}
.indexRightLawerContent .lawer .right{float:right;width:60%;text-align:left;height:auto;}
.indexRightLawerContent .lawer .right h3{font-size: 18px;color:#9a2020;line-height: 40px;}
.indexRightLawerContent .lawer .right h4{height:120px;overflow: hidden;}
.indexRightLawerContent .lawer a:hover{
    color:#666;
}


.indexContactTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
}
    .indexContactTitle span {
        display: inline-block;
        background: linear-gradient(to right, #730000 0% 10%, #af0000 10% 100%);
        color:#fff;
        line-height:30px;
        padding:0 15px;
        font-weight:normal;
        font-size:16px;
    }
.indexContactPic{
    width:100%;
}
.indexContactPic img{
    max-width:100%;
}
.indexContact{
    width:100%;
    height:auto;overflow:hidden;
    margin:20px auto;
    
}
.indexContact h2{
    color:#9a2020;
    font-size:20px;
    font-weight:bold;
    line-height:35px;
}

@media(max-width:768px){

    .indexLeft {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .indexAboutPic{
        width:100%;
        margin-right:0;
    }
    .indexAboutContent{
        width:100%;float:left;
        height:auto;overflow:hidden;
        line-height:30px;
        font-size:15px;
        margin-top: 30px;
    }

    .indexNews li{
        width:100%;float:left;
        height:40px;overflow:hidden;
        margin-right:0
    }

    .indexLawNews {
        padding-bottom: 100px;
        margin-bottom: 50px;
    }

    .indexRight {
        width: 100%;
    }


}