.ap {border-bottom: 3px solid #ffffff;}
.header:hover .nav-bottom .nav li .ap{border-bottom: 3px solid #0caaef;}

.banner{
    height:480px;
    min-width:1160px;
    margin:0 auto;
}

.banner_img{
    width: 100%;
    height: 480px;
    background-size: cover;
    background-image: url('../../images/info1.png');
    background-repeat:no-repeat;
    background-position: center center
}
.title{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100px;
    margin:0 auto;
    border-bottom:1px solid #ffffff;
}
.pjTitle{
    margin:0 auto;
    padding-top:100px;
    width:1160px;
    height:380px;
    line-height:380px;
    font-size:36px;
    color:#fff;
    text-align: center;
}
/*标题切换*/
.title_list{
    width:100%;
    border:1px solid #e6e6e6;
    height:75px;
}
.list{
    width:1160px;
    margin:0 auto;
    height:75px;
}
.title_list ul li {
    float: left;
}
.title_list ul li a{
    display: inline-block;
    height:73px;
    line-height:75px;
    color:#333333;
    font-size:16px;
}
.title_list ul li a:hover{
    color:#0caaef !important;
    border-bottom:3px solid #0caaef;
}
.f1{
    margin-left:90px;
}
.active_left{
    color:#0caaef !important;
    border-bottom:3px solid #0caaef;
}
/*中间部分*/
.content{
    width:1160px;
    margin:0 auto;
    overflow: hidden;
    margin-top:40px;
    margin-bottom:40px;
}
.content_left{
    float: left;
    width:820px;
    margin-right:20px;
}

.content_right{
    float: left;
    width:318px;
    border:1px solid #e6e6e6;
}

.Article_left{
    float: left;
    color:#333333;
    font-size:16px;
}

.Article_right{
    float: right;
    color:#333333;
    font-size:14px;
}
.Article_right>span{
    padding:0 15px;
    color:#e6e6e6;

}
.content_left_ul>ul> li{
    display:inline-block;
    height:215px;
    width:100%;
    border-bottom:1px solid #e6e6e6;
}
.content_left_ul>ul> li:hover{
    cursor:pointer
}
.article_all_left{
    float: left;
    width:540px;
    margin-right:40px;
}
.article_title{
    display: inline-block;
    font-size:20px;
    color:#333333;
    width:100%;
    margin-top:35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article_time{
    display: inline-block;
    width:100%;
    font-size:14px;
    color:#999999;
    margin-top:15px;
}
.article_time>span{
    padding:0 15px 0 25px;
}
.article_content{
    width:100%;
    font-size:14px;
    color:#666666;
    margin:20px 0;
    line-height:25px;
    height:75px;
    overflow: hidden;
}
.article_all_right{
    width:240px;
    float: right;
    height:215px;
    line-height:215px;
}
.article_all_right>img{
    vertical-align: middle;
    width:240px;
    height:140px;
}
.content_right{
    background:#f9f9f9;
}
.content_right_title{
    display: inline-block;
    font-size:16px;
    padding-top:20px;
    color:#333333;
    margin-left:20px;
}
.content_right_list>ul>li{
    height:115px;
    display:inline-block;
}
.content_right_br{
    padding:30px 0;
    margin:0 20px;
    height:55px;

}
.color_border_1,.color_border_2,.color_border_3{
    border-top:1px solid #e6e6e6;
}
.img_left{
    float: left;
    width:60px;
    height:60px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    margin-right:20px;

}
.img_right{
    float: left;
    width:196px;
}
.img_right>.first_p{
    font-size:20px;
    color:#333333;
}
.img_right>.last_p{
    font-size:14px;
    color:#666666;
    line-height:40px;
}
.last_p>i{
    font-style: normal;
    padding-right:10px;
}
.last_p>span{
    padding:0 10px;
}


/*分页样式*/
.page{
    width:820px;
    margin:0 auto;
    text-align: center;
    height:75px;
    margin-top:20px;
}
.article_a{
    display: inline-block;

}