.mainBgColor{
    /*background-color: #fff;*/
    min-height:500px;
}
.position-content{
    font-size:14px;
    line-height: 40px;
    color:#666;
}
.position-content span.fc000{
    color:#000 !important;
}
.position-content a{
    color:#333 !important;
}
.position-content span{
    color:#666 !important;
}
.main-left{
    width:166px;
}
.panelLeft{
    width:166px;
    border:1px solid #313743;
}
.panelLeft-head{
    height:40px;
    line-height: 40px;
}
.panelLeft-head .tit{
    display: block;
    text-align: center;
    font-size:16px;
    color:#fff;
    background-color: #464f60;
}
.panelLeft-body ul li{
    background-color: #fff;
    display: block;
    height:40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    border-top:1px dashed #e5e5e5;
}
.panelLeft-body ul li:first-child{
    border-top:none;
}
.panelLeft-body ul li:before{
    content:"";
    width:4px;
    height:4px;
    background-color: #e13a3b;
    border-radius: 100%;
    display: block;
    position: absolute;
    left:30px;
    top:50%;
    margin-top:-2px;
    display:none;
}
.panelLeft-body ul li a{
    display: block;
    font-size:14px;
}
.panelLeft-body ul li:hover a{
    color:#e13a3b;
    text-decoration: none;
}
.panelLeft-body ul li:hover:before{
    display: block;
}
.dmzz.dmzzWidth{
    margin-top:15px;
    width:166px;
    height:260px;
    background-color: #fff;
}
.dmzz.dmzzWidth .panelAtrList-head{
    height:40px;
}
.dmzz.dmzzWidth .tit{
    font-size:16px;
    color:#333 !important;
    line-height:40px;
    display: block;
    text-align: center;
    border-top:none !important;
    position: relative;
}
.dmzz.dmzzWidth .tit:before{
    content:'';
    width:12px;
    height:15px;
    display: inline-block;
    position: absolute;
    left:32px;
    top:50%;
    margin-top:-7px;
    background:url("../css/img/dmzz-left.png") no-repeat center center;
}
.dmzz.dmzzWidth .tit:after{
    content:'';
    width:12px;
    height:15px;
    position: absolute;
    right:32px;
    top:50%;
    margin-top:-7px;
    background: url("../css/img/dmzz-right.png") no-repeat center center;
    display:inline-block;
}
.dmzz.dmzzWidth .more{
    width:60px;
    height:18px;
    line-height:18px;
    display: block;
    text-align: center;
    margin:0 auto;
    padding:0;
    color:#333;
    font-size:14px;
    margin-top:5px;
    border:1px solid #313743;
    transition: all .2s linear;
    -webkit-transition:all .2s linear ;
    -moz-transition:all .2s linear ;
    -o-transition:all .2s linear ;
}
.dmzz.dmzzWidth .more:hover{
    background: #313743 !important;
    color:#fff !important;
    text-decoration: none;
}
.main-right{
    
}
.panelRight{
    width:815px;
    min-height: 400px;
    border:1px solid #313743;
    background-color: #fff;
}
.panelRight-head{
    height:40px;
    background-color: #464f60;
}
.panelRight-head .tit{
    font-size:16px;
    color:#fff;
    padding-left:35px;
    line-height: 40px;
}
.panelRight-body{
    padding:7px 30px;
}
.panelRight-body .list li{
    display: block;
    float:left;
    width:20%;
    text-align: center;
    margin-bottom: 15px;
}
.panelRight-body .list li img{
    width:102px;
    height:132px;
}
.panelRight-body .list li p{
    font-size:14px !important;
    line-height: 20px;
    font-weight: normal;
    padding:0 30px; 
    margin-top: 5px;
}
.panelRight-body .corporate-list li{
    display: block;
    float:left;
    width:33.33%;
    margin-bottom: 15px;
}
.panelRight-body .corporate-list li img{
    border:1px solid #e5e5e5;
    width:235px;
    height:85px;
}
.panelRight-body .corporate-list li span{
    font-size:14px !important;
    height:20px;
    line-height: 20px;
    display: block;
    text-align: center;
    width:235px;
}
.panelRight-body .news-list li{
    border-top:1px dashed #e5e5e5;
    margin-bottom: 15px;
}
.panelRight-body .news-list li:first-child{
    border-top:none;
}
.panelRight-body .news-list li h3{
    width:500px;
    font-size:14px;
    overflow: hidden;
}
.panelRight-body .news-list li p{
    height:62px;
    overflow: hidden;
    font-size:14px;
    line-height: 20px;
    text-indent: 2em;
}
.panelRight-body .news-list li:hover a{
    text-decoration: none;
}
.panelRight-body .news-list li a:hover p{
    color:#666 !important;
}
.panelRight-body .content h1{
    display: block;
    font-size:14px;
    text-align: center;
}
.panelRight-body .content{
    overflow: hidden;
}
.content .title-info span{
    padding-left:50px;
    font-size:12px;
    line-height: 36px;
}
.content .bdsharebuttonbox{
    line-height: 36px;
}
/*图片轮播*/
.slideBox1 {
    width: 102px;
    min-height:157px;
    max-height:177px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
    height:auto;
    overflow: hidden;
}

.slideBox1 .bd img {
    width: 102px;
    height: 132px;
    display: block;
    overflow: hidden;
}

.slideBox1 p{
    font-size:14px;
    padding:0 10px;
    line-height:20px;
    margin-top:5px;
    display: block;
    text-align: center;
}

.slideBox1 .prev,
.slideBox1 .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../css/img/slider-arrow.png) -99px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox1 .next {
    left: auto;
    right:0;
    background-position: 13px 5px;
}

.slideBox1 .prev:hover,
.slideBox1 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox1 .prevStop {
    display: none;
}

.slideBox1 .nextStop {
    display: none;
}
