.list-page {
    position: relative;
    margin-top: 50px;
    z-index: 2;
    padding-bottom: 20px;
}

.list-right {
    padding-left: 50px;
    width: 77%;
}

.list-main {
    min-height: 400px;
}

.list_ul>ul {
    min-height: 500px;
}


/* 侧边栏 */

.sidebar {
    width: 23%;
}

.sidebar h1 {
    background-color: #308dd3;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 95px;
    position: relative;
    color: #fff;
    margin-bottom: 18px;
}

.sidebar h1:after {
    content: "";
    width: 46%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -23%;
    top: 80%;
}

.sidebar>ul li {
    background: #f5f5f5;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}

.sidebar>ul li:hover {
    background: #308dd3;
}

.sidebar>ul li:hover a {
    color: #fff;
}

.sidebar>ul .current {
    background: #308dd3;
}

.sidebar>ul .current a {
    color: #fff;
}

.sidebar>ul li a {
    font-size: 16px;
    color: #424243;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.sidebar>ul li:hover a {
    color: #fff;
}

.sidebar>ul li a:after {
    content: ">>";
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.sidebar>ul .current a:after,
.sidebar>ul li:hover a:after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}


/* 当前位置开始 */

.Breadcrumbs {
    border-bottom: solid 1px #d2d2d2;
}

.Breadcrumbs p,
.Breadcrumbs a {
    display: inline-block;
    font-size: 15px;
    color: #010101;
    line-height: 50px;
}

.Breadcrumbs p {
    padding-left: 23px;
    background: url(../images/position_ico.png) no-repeat left center;
}

.Breadcrumbs a:hover {
    color: #308dd3;
}


/* 当前位置结束 */


/* 内容页 */

.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: #308dd3;
    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: #308dd3;
}

.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;
}
.list-ul{
    background: #fff;
    padding: 0 40px 45px 40px;
    margin-top: 16px;

}
.list-ul li{
    padding: 12px 0 17px 0;
    border-bottom: solid 2px #eee;
}
.list-ul li div{
    width: 209px;
    height: 123px;
    overflow: hidden;
    float: left;
}
.list-ul li div img{
    width: 209px;
    height: 123px;
    transition: all .3s;
}
.list-ul li:hover div img{
    transform: scale(1.1);
}
.list-ul li a{
    float: right;
    width: 70%;
}
.list-ul li a p{
    font-size: 14px;
    color: #202020;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-ul li a span{
    text-align: justify;
    display: block;
    color: #979797;
    text-indent: 2em;
    line-height: 20px;
    font-size: 13px;
    margin: 4px 0;
    min-height: 80px;
}
.list-ul li a i{
    display: block;
    color: #9e9e9e;
    text-align: right;
    font-size: 12px;
}
.list-content{
    text-align: justify;
    padding: 35px;
    background: #fff;
    margin-top: 20px;
}
.list-content h1{
    text-align: center;
    font-size: 19px;
    color: #2156a3;
}
.list-content-time{
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 20px 0;
}
.list-content-time span{
    margin-left: 10px;
}
.list-cont-main{
    padding: 0 45px;
}
.cont-prev,.cont-next{
    color: #7d7d7d;
    font-size: 14px;
    margin-left: -20px;
    margin-top: 25px;
}
.cont-prev a,.cont-next a{
    color: #7d7d7d;
    font-size: 14px;
}
.list-cont-main p{
    font-size: 14px;
    color: #000;
    text-indent: 2em;
    line-height: 26px;
}
.list-cont-main img{max-width:100%;}
.list-cont-main table p{
    text-indent: 0;
}
.list-cont-main table p{
    text-indent: 0;
}
/* 列表页 */
.list-ul{
    background: #fff;
    padding: 0 40px 45px 40px;
    margin-top: 16px;

}
.list-ul li{
    padding: 12px 0 17px 0;
    border-bottom: solid 2px #eee;
}
.list-ul li div{
    width: 209px;
    height: 123px;
    overflow: hidden;
    float: left;
}
.list-ul li div img{
    width: 209px;
    height: 123px;
    transition: all .3s;
}
.list-ul li:hover div img{
    transform: scale(1.1);
}
.list-ul li a{
    float: right;
    width: 75%;
}
.list-ul li a p{
    font-size: 19px;
    color: #202020;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-ul li a span{
    text-align: justify;
    display: block;
    color: #979797;
    text-indent: 2em;
    line-height: 20px;
    font-size: 14px;
    margin: 4px 0;
    min-height: 80px;
}
.list-ul li a i{
    display: block;
    color: #9e9e9e;
    text-align: right;
    font-size: 12px;
}
.img_list {
  width: 100%;
}

.img_list ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
:;
  margin-bottom: 80px;
}

.img_list ul li {
  width: 292px;
  height: 235px;
  margin-left: 50px;
  margin-top: 53px;
  padding: 10px;
  box-shadow: 0px 4px 22px 1px rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.img_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.img_list ul li a img {
  width: 100%;
  height: 100%;
}

.img_list ul li:hover {
  transform: translateY(-4px);
}

.img_list ul li a p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}