﻿body {
    background:#f6f6f6;
}
.banner {
    width:100%;height:347px;background:url(/yonggang/images/news/banner.jpg) no-repeat center top;
}
.main {
    margin-top:-80px;
}
.dv_l {
    float:left;margin-right:2.5%;width:16.66%;
}
.dv_r {
    float:left;width:80.84%;
}

.dv_l .title{
    width:100%;height:80px;background:rgba(0, 0, 0, 0.56);color:#e6e3e2;padding:20px 35px 20px 20px;line-height:22px;font-size:16px;
}
.dv_l .title span{
    font-size:12px;display:block;background:url(/yonggang/images/arrow_w.png) no-repeat right center;
}
.dv_l .content{
    width:100%;min-height:340px;background:#f7f7f7;padding:0 40px;
    -webkit-box-shadow: 1px 3px 5px rgba(200, 200, 200, 0.50); 
    -moz-box-shadow: 1px 3px 5px rgba(200, 200, 200, 0.50); 
    box-shadow: 1px 3px 5px rgba(200, 200, 200, 0.50); 
}
.dv_l .content ul li {
    border-bottom:1px solid #dfdfdf;padding:25px 0 10px;line-height:22px;font-size:14px;
}
.dv_l .content ul li a span{
    font-size:12px;
}


.dv_r .title{
    width:100%;height:80px;background:#fff;border-bottom:1px solid #ebebeb;padding:28px 56px 0;border-left:4px solid #e0b163;line-height:18px;
}

.dv_r .title > a{
    display:inline-block;padding:0 25px;text-align:center;position:relative;
}
.dv_r .title > a span{
    font-size:12px;
}
.dv_r .title > a:after{
    content:"";display:block;width:2px;height:2px;position:absolute;right:0;top:8px;background:url(/yonggang/images/nav_dot.jpg) no-repeat center center;
}
.dv_r .title > a:first-child{
    margin-left:-25px;
}
.dv_r .title > a:last-child:after{
    display:none;
}

.dv_r .content{
    padding:45px 60px 50px;background:#fff;min-height:500px;
}
.dv_r .content > div.tt{
    text-align:center;padding-bottom:20px;font-size:16px;background:url(/yonggang/images/news/line.png) no-repeat center bottom;line-height:26px;
}

.dv_r .content > div.mt{
    padding:30px 0 0;line-height:26px;
}
.dv_r .content > div.mt ul li{
    line-height:45px;
}
.dv_r .content > div.mt ul li a{
    position:relative;display:inline-block;padding-left:10px;
}
.dv_r .content > div.mt ul li a:before{
    content:"";display:block;width:2px;height:2px;position:absolute;left:0;top:22px;border-radius:50%;background:#333;
}
.dv_r .content > div.mt ul li a:hover:before{
    background:#de690a;
}
.dv_r .content > div.mt ul li span{
    float:right;color:#a6a6a6;
}

