@charset "utf-8";
 
.list-page{
    position: relative;
    margin-top: 25px;
    z-index: 2;
    padding-bottom: 20px;
}

.list-main{
    min-height: 400px;
}
.list_ul>ul{min-height: 500px;}

/* 导航 */
.nav{
    min-width: 1100px;
    box-shadow: 0px 10px 18.69px 2.31px rgba(0, 0, 0, 0.16);
    background: #0c489c;
}
.nav_ul{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.nav_ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
}
.nav_ul>li:hover>a{
    background: #446da5;
    color: #fff;
}
.nav_ul>li>a{
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 56px;
}
/* 当前位置开始 */
.Breadcrumbs{
    border-bottom: solid 1px #d2d2d2;
}
.Breadcrumbs p,.Breadcrumbs a{
    display: inline-block;
    font-size: 15px;
    color: #010101;
    line-height: 50px;
}
.Breadcrumbs a:hover{
    color: #015697;
}
/* 当前位置结束 */

/* 内容页 */
.content h2{
    font-size: 24px;
    color: #040404;
    text-align: center;
    margin-bottom: 20px;
    /* font-weight: bold; */
    text-align: center;
}

.Author{
    margin-bottom: 20px;
    text-align: center;
}
.Author span{
    display: inline-block;
    font-size: 15px;
    color: #707070;
    margin: 0 20px 0 0;
}
.content{
    margin-top: 15px;
}
.content-main p{
    font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
    text-indent: 2em;
}
.content-main table p{
    text-indent: 0;
}
.content-main {
    padding-bottom: 40px;
    border-bottom: solid 1px #a0a0a0;
    margin-bottom: 20px;
}
.content-main img{
    max-width: 100%;
    display: inline-block;
}
.content-main p img{
    margin-left: -2em;
}
.page_ a{
    color: #7d7d7d;
    line-height: 30px;
}

/* 列表页 */
.list_ul ul li{
    position: relative;
    padding-left: 15px;
    transition: all .3s;
    border-bottom: 1px solid #eee;
}
.list_ul ul li:hover{
    transform: translateY(-5px);
}
.list_ul ul li:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #0c489c;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.list_ul ul li a{
    font-size: 16px;
    color: #010101;
    line-height: 50px;
}
.list_ul ul li:hover a{
    color: #0c489c;
}
.list_ul ul li span{
    float: right;
    line-height: 50px;
    font-size: 14px;
    color: #010101;
}
.content #vsb_content_2 P{
        font-size: 17px;
    color: #2f2f2f;
    line-height: 1.8;
    text-indent: 2em;
}
/* 图片列表 */
.p_list{
    margin-top: 20px;
}
.p_list ul li{
    float: left;
    width: 31%;
    margin: 0 1%;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.p_list ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.p_list ul li a{
    display: block;
}
.p_list ul li a img{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 75px;
}
.p_list ul li a p{
    font-size: 16px;
    text-align: center;
}