body {
    overflow-x: hidden;
    font-size: 16px;
    background: #f9f9f9 url(../images/bg.jpg) 50% 170px no-repeat;
}
.content{
    width:1200px;
    margin:0 auto;
}

.grid{
    padding:20px;
    background-color: #fff;
}
.content .row{
    margin-right: -10px;
    margin-left: -10px;
}
.content .row>.col, .content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.content .row .title{
    padding-bottom:15px;
    border-bottom: 1px solid #edeced;
}
.content .row .title>span{
    font-weight: bold;
    font-size: 20px;
    padding:0 15px;
    border-left:3px solid #f07f7f;
}
.content .row .title>span a{
    color:#afafaf;
    margin-right:10px;
    transition: all .3s;
}
.content .row .title>span a.current{
    color:#2b2b2b;
}
.pane{
    overflow-x: hidden;
}
.pane>div {
    animation-duration: .3s;
}

.content .row .title2{
    color:#2b2b2b;
    font-weight: bold;
    font-size: 20px;
}


.p4{
    background: #fff;
}
.bm-pane-tab a{
   float:left;
    width:calc(50% - 10px);
    height:45px;
    line-height: 45px;
    text-align: center;
    background-color: #fafafa;
    color:#7e7e7e;
    font-size: 14px;
    margin:5px;
    padding-right: 50px;
}
.bm-pane-tab a.current{
    background-color: #f08181;
    color:#fff;
}
.bm-pane-tab a:first-child{
    background: url(../images/bm-index-1.png) 80% no-repeat;
    background-color: #fafafa;
}
.bm-pane-tab a:nth-child(2){
    background: url(../images/bm-index-2.png) 80% no-repeat;
    background-color: #fafafa;
}
.bm-pane-tab a:nth-child(3){
    background: url(../images/bm-index-3.png) 80% no-repeat;
    background-color: #fafafa;
}
.bm-pane-tab a:nth-child(4){
    background: url(../images/bm-index-4.png) 80% no-repeat;
    background-color: #fafafa;
}

.bm-pane-tab a:first-child.current{
    background: url(../images/bm-index-1-c.png) 80% no-repeat;
    background-color: #f08181;

}
.bm-pane-tab a:nth-child(2).current{
    background: url(../images/bm-index-2-c.png) 80% no-repeat;
    background-color: #f08181;

}
.bm-pane-tab a:nth-child(3).current{
    background: url(../images/bm-index-3-c.png) 80% no-repeat;
    background-color: #f08181;

}
.bm-pane-tab a:nth-child(4).current{
    background: url(../images/bm-index-4-c.png) 80% no-repeat;
    background-color: #f08181;

}

.bm-index-card{
    height:320px;
    overflow: auto;
}
.bm-index-ul li{
    float:left;
    width:50%;
    line-height: 50px;
}
.bm-index-ul li a{
    display: inline-block;
    color:#585858;
    width:100%;
    height:100%;
    text-align: left;
}
.bm-index-ul li a i{
    display: inline-block;
    width:5px;
    height:5px;
    border-radius: 5px;
    background: #d6d6d6;
    margin:0 10px;
}
.bm-index-ul li.current a,.bm-index-ul li:hover a{
    color:#f08181;
}
.bm-index-ul li:hover a i{
    background: #f08181;
}


.p3.left_part{
    height: 800px;
}
.p5 {
    height: 800px;
}
.p4 {
    height: 800px;
}


.zjdc .zjdc-title{
    display: inline-block;
    height:40px;
    line-height: 40px;
    font-size: 18px;
    color:#fff;
    background-color:#f08181 ;
    padding:0 15px;
}

.zjdc-card{
    height:345px;
    overflow: auto;
}
.zjdc-ul li{
    border-bottom: 1px solid #e3e3e3;
    padding:20px 0;
}
.zjdc-ul li p.cont{
    height:50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zjdc-ul li p.info{
    color:#c3c0c0;
    font-size: 14px;
}


@media (max-width: 1200px){

    .content{
        width: 100%;
    }

}

@media (max-width: 996px){

    .content{
        width: 100%;
    }

}

@media (max-width: 991px){

    .content{
        width: 100%;
    }
    .p3.left_part{
        height: auto;
    }
    .p5 {
        height: auto;
    }
    .p4 {
        height: auto;
    }
	.xxgk_focus {
		height: 230px;
	}

}
@media (max-width: 768px){

    .content{
        width: 100%;
    }
}

@media (max-width: 500px){

    .content{
        width: 100%;
    }
}