/****** slogan ******/
.slogan_Box{
    width: 100%;
    margin: 142px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(min-width: 768px){
    .slogan_Box{
        height: 100px;
    }
}
.slogan_Box{
    width: 100%;
}
.slogan_Box img{
    width: 100%;
}
/*.PDslogan_cent{*/
/*position: absolute;*/
/*top: 200px;*/
/*left: 20px;*/
/*}*/


/****** Information ******/
.InformationC_Box{
    margin-top: 80px;
    /*padding-bottom: 60px;*/
}
/* 左侧列表 */
.informationShar_lt{
    /*background-color: lightpink;*/
    padding-left: 0;
}
.information_list{
    width: 220px;
}
/*标题*/
.information_list h3,.informationShar_item h3{
    font-size: 20px;
    color: #666666;
    margin: 0 0 16px;
}
.information_list ul{
    width: 220px;
    margin: 0;
    padding: 0;
}
.information_list li{
    height: 46px;
    color: #888888;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.information_list li span{
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -10px;
}
.information_list li a{
    position: absolute;
    top: 50%;
    left: 28px;
    line-height: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*margin: auto 0;*/
    color: #888888;
    text-decoration: none;
}
/* 选中时 */
li.infor_active{
    color: #666666;
}
li.infor_active a{
    color: #666666;
}

/*右侧详情部分*/
.papersNewsList{
    padding: 0;
}
.papersNewsItem{
    padding: 0 10px 60px 24px;
    border-left: 2px solid #888888;
    position: relative;
}
.papersNewsItem:last-child{
    border-left: none;
}
.papersNewsItem h3{
    font-size: 16px;
    color: #666;
    margin: 0 0 20px;
}
.papersNewsItem h3:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #aaa;
    border-radius: 8px;
    left: -9px;
}
.papersNewsItem a{
    color: #666;
}
.papersNewsItem a:hover{
    color: #2e3092;
}
.papersNewsItem p{
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    text-align: justify;
}
p.papersTime,.papersNewsItem p:nth-child(3){
    margin-bottom: 20px;
}
.papersTime span:nth-child(1){
    display: inline-block;
    width: 270px;
}

/******* 移动端 ******/
@media (max-width: 992px) {
    /* 顶部标题 */
    /*标题*/
    .navBox_lf_title{
        padding: 0 0 0 4px;
        text-align: center;
        margin-left: -75px;
    }
    .navBox_lf_title h3{
        font-size: 14px;
        /*line-height: 44px;*/
    }
    /*slogn*/
    .slogan_Box{
        margin: 53px 0 0;
    }
}
@media (max-width: 768px) {
    /* Information */
    .InformationC_Box{
        margin: 53px 0 0;
    }
    .informationShar_lt{
        padding: 0;
        padding-left: 10px;
    }
    .information_list{
        width: auto;
    }
    .information_list ul{
        width: auto;
    }

}
@media (max-width: 500px) {
    /*顶部固定导航*/
    .informationShar_lt {
        padding-left: 0;
        position: fixed;
        z-index: 111;
    }
    .information_list ul {
        /*background-color: pink;*/
    }
    .information_list li {
        float: left;
        width: 25%;
        background-color: #ffffff;
        border-left: 1px solid #cccccc;
    }
    .information_list li span {
        display: none;
    }
    .information_list li a {
        width: 100%;
        left: 0;
        line-height: 14px;
        font-size: 12px;
        -webkit-text-size-adjust: none;
        text-align: center;
    }
    /* 选中时 */
    li.infor_active {
        background-color: #2e3092;
    }
    li.infor_active a {
        color: #ffffff;
    }
    .informationShar_rt {
        margin-top: 70px;
    }
    .informationShar_item {
        margin-bottom: 25px;
    }
    .informationShar_item h3 {
        margin-bottom: 25px;
    }
    /*内容详情*/
    .papersNewsList{
        padding: 0 15px;
        margin-top: 70px;
    }
    .papersNewsItem{
        padding: 0 0 35px 20px;
        border-left: 2px solid #888888;
        position: relative;
    }
    .papersNewsItem:last-child{
        border-left: none;
    }
    .papersNewsItem h3{
        text-align: justify;
        margin: 0 0 10px;
    }
    .papersNewsItem p{
        font-size: 12px;
        line-height: 18px;
    }
    p.papersTime,.papersNewsItem p:nth-child(3){
        margin-bottom: 10px;
    }
    .papersTime span:nth-child(1){
        display: inline-block;
        width: 135px;
    }
}














































