﻿.pic-box {
    border: 1px solid #E0E0E0;
    margin-bottom: 15px;
    padding: 3px;
}
.pic-box-title{
    margin-top:3px;
    padding:0 10px;
}
.contentLeftMain{
    line-height: 1.6em;
}
.leftList {
    background-color: #a10328;
    margin-top: -30px;
    padding-top: 10px;
    padding-left: 20px;
}

    .leftList h2 {
        color: #fff;
    }

    .leftList .btn {
        font-size: 18px;
        border-left: 0px;
        border-right: 0px;
        width: 100%;
        display: inline-block;
        border-top-right-radius: 0px;
        border-radius: 0px;
        text-align: left;
    }

.rightContent {
    padding-top: 30px;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .rightContent .title {
        border-bottom: 2px solid #a10328;
        border-left: 10px solid #a10328;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .rightContent .content {
        padding: 0 10px;
    }

    .rightContent .li {
        padding: 5px 0;
        border-bottom: 1px dashed #d2d2d2;
    }

    .rightContent .ConTitle {
        text-align: center;
        margin-top: 15px;
    }

.imgzx {
    max-width: 1200px;
    width: 100%;
}

.box_style {
    box-shadow: inset 0 0 0 1px #E0E0E0;
    border: 5px solid #fbfbfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    /*line-height: 20px;*/
}

    .box_style .menu {
        position: relative;
        display: block;
        padding: 7px 15px;
        background: #E0E0E0;
         color: #A10328; 
        font-size: 1.3em;
        margin-bottom: 10px;
        border-bottom: 2px solid #A10328;
    }
    .box_style li{
        margin-bottom: 8px;
        padding-right: 15px;
    }
