﻿/*banner*/
.banner {
    width: 100%;
}

/*main*/
.main {
   /* position: relative;*/
    width: 100%;
    height: auto;
    padding: 48px 0 36px;
}

.main_content_left {
    width: 19%;
  
    background: #f7f7f7;
    position:relative;
    margin-top:10px;
}

.main_content_right {
    width: 79%;
    height: auto;
    border: 1px solid #e3e0e0;
    background: #FFFFFF;
    margin-top:10px;

}

.main_content_right_top {
    height: 46px;
    width: 100%;
    background: #f7f7f7;
}

.main_content_right_top span {
    display: block;
    height: 20px;
    width: 5px;
    background: #ef0000;
    line-height: 46px;
    margin: 14px 11px 0 26px;
}

.main_content_right_top h2 {
    font-size: 1.8rem;
    line-height: 46px;
}

.main_content_right_top h3 {
    color: #666666;
    font-size: 1.4rem;
    line-height: 46px;
    font-family: "宋体";
    margin-right: 12px;
}

.main_content_right_bottom h2 {
    font-size: 1.4rem;
    line-height: 42px;
    text-align: center;
    font-family: "宋体";
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #e1e1e1;
    color: #666666;
    font-weight: bold;
}

.main_content_right_bottom p {
    font-size: 1.6rem;
    color: #666666;
    line-height: 32px;
}

.main_content_right_bottom .p1 {
    padding-top: 20px;
}

.main_content_right_bottom .p2 {
    margin-left: 12%;
}

.main_content_right_bottom img {
    margin-left: 20px;
    margin-top: 10px;
}

.details {
    width: 55%;
    height: 27px;
    border: 1px dashed #e1e1e1;
    margin: 0 auto;
    border-top: none;
}

.main_content_right_bottom span {
    font-size: 1.4rem;
    line-height: 28px;
    text-align: center;
    font-family: "宋体";
    margin: 0 20px;
}

.main_content_left > ul > li {
    border-bottom: 1px dashed #000;
    height: 52px;
    border-left: 3px solid #e1e1e1;
}

.main_content_left > ul > li:hover {
    background: #efefef;
    border-left: 3px solid #ef0d0d;
}

.current {
    background: #efefef;
}

.main_content_left > ul > li > a, .main_content_left h2 {
    color: #333333;
    font-size: 1.8rem;
    font-family: "微软雅黑";
    line-height: 52px;
    margin-left: 12px;
}

.main_content_left h2 {
    margin-left: 0;
    border-top: 1px solid #e1e1e1;
    color: #ffffff;
    background: #d41e1e;
    border-left: 3px solid #e1e1e1;
    text-indent: 12px;
}

.main_content_right_bottom {
    padding-bottom: 0px;
}

.main_content_left span {
    float: right;
}