﻿
.bg-rounded {
    border-radius: 10px !important;
}

figcaption {
    text-align: left;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

figcaption {
    padding: 6em;
    color: #fff;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1.5em;
        width: 100%;
        height: 50%;
    }

h4 {
    transition: transform 0.35s;
}

.larimg h4, .larimg p {
    transform: translate3d(0, 30px, 0);
}

.larimg h4, .larimg p {
    margin: 0;
    color: #fff;
}

.larimg h4 {
    transition: transform 0.35s;
    font-size: 18px;
    line-height: 28px;
}

h4, .h4 {
    font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

figcaption p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s, transform 0.35s;
}

figcaption h4, figcaption p {
    transform: translate3d(0, 30px, 0);
}

figcaption p {
    font-size: 68.5%;
    color: #fff;
    font-weight: 800;
}

figcaption h4, figcaption p {
    margin: 0;
    color: #fff;
}

.figure {
    position: relative;
    overflow: hidden;
    background: #020004;
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 4px;
}

.figure {
    margin: 0 0 1rem;
}

.larimg img {
    opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    width: 100%;
    border-radius: 4px;
}

.larimg img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    border-radius: 4px;
}

.larimg:hover h4 {
    transform: translate3d(0, 0, 0);
}

.larimg:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

.larimg:hover h4, .larimg:hover p {
    transform: translate3d(0, 0, 0);
}

.larimg:hover img, .larimg:hover p {
    opacity: 1;
}
* {
    margin: 0;
    padding: 0;
}
.xwzx {
    width: 100%;
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 40px;
    margin:10px auto;
}
.portion {
    width: 1300px;
    margin: 0 auto;
}
.s_portion {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    /*color: #333;*/
}
.s_portion::before {
    content: '';
    width: 44px;
    height: 40px;
    display: inline-block;
    background:url('../images/news.png') no-repeat 4px 1px;
    position: absolute;
    /*top: -16px;*/
    left: -5px;
}
.entirety {
   /* width: 100%;*/
    width: 1000px;
    display: inline-block;
}
.ent_l {
    float: right;
    width: 470px;
    /* width: 615px;
    margin: 10px;*/
    margin: 10px 10px 10px 0;
}
.ent_r {
   /* width: 510px;*/
    width:500px;
    float: left;
    margin: 10px;
}
.entlist { 
    width: 100%;
    display: inline-block;
    line-height:25px;
}
.entimg {
    width: 115px;/*175px;*/
    height: 90px;/*106px;*/
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    float: left;
}

a {
    color: #005aa0;
    text-decoration: none;
    outline: none;
}
.entimg img {
    max-height: 115px;
    max-width: 175px;
  /*  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.entbox {
    /* width: 402px;
    float: left;
    margin-left: 20px;*/
    margin-left: 130px;
    font-size: 13px;
    height: 90px;
}
}
.entbox div {
    height: 90px;
}
.entbox a {
    font-size: 13px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.entbox span {
    display: block;
    color: #999;
    margin-top: 15px;
}
.larimg {
    /*width: 510px;
    height: 286px;*/
    width: 501px;
    height: 260px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.larimg img {
    max-height: 286px;
    max-width: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.acontent {
    font-size: 22px;
    color: #333;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   /* margin-top: 20px;*/
}
.ent_r div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 25px;
    color: #666;
    line-height: 24px;
}



.gyyq { 
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 290px;
    float: right;
}
 .gyyq_head {
    padding: 10px 10px 10px;
    border-bottom: 1px solid #cccccc;
    background: #fafafa;
}
 .h_l {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #333333;
    border-left: 4px solid #27a3a8;
    padding: 0 0 0 10px;
    float: left;
    margin-top: 8px;
    font-weight: bold;
}
.gyyq_head .h_l span {
    font-size: 18px;
    color: #27a3a8;
    margin-left: 5px;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.gyyq_said {
    padding: 0 20px 5px;
}
.gyyq_said dl {
    margin-top: 23px;
    padding-bottom: 22px;
    border-bottom: 1px dotted #E5E5E5;
}

ul, form, p, dl, dd, dt, span {
    margin: 0px;
    padding: 0px;
}
.gyyq_said dl dt {
    float: left;
    width: 48px;
    height: 48px;
    position: relative;
}
a:link, a:visited, a:active {
    color: #333333;
    text-decoration: none;
}
.gyyq_said dl dt img {
    width: 48px !important;
    height: 48px !important;
    display: block;
    border: 1px solid #e5e5e5;
}
.gyyq_said dl.bottom_no {
    border-bottom: 0;
}
.gyyq_said dl dd {
    margin-left: 60px;
    width: 195px;
    overflow: hidden;
}
.gyyq_said dl dd a {
    width: 195px;
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  /*  display: inline;*/
    vertical-align: top;
    line-height: 30px;
}
.gyyq_said dl dd p {
    height: 20px;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
}
.gyyq_said dl dd a:hover, .entbox div a:hover, .acontent:hover {
    color: #df0f0f;
}
.entimg:hover img, .gyyq_said dl dt a:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.cons_bg.cons_bg_1 {
    background: #27a3a8;
}

.cons_bg {
    height: 24px;
    padding: 0 10px;
    margin: 1px -115px;
    line-height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
   /* top: 5px;
    left: 0;*/
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
} 

.section-body {
    width: 100%;
    height: auto;
}
.section-body .section-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 15px;
}
.section-body .section-list .list-item {
    width: calc((99% - 4.5rem) / 5);
    height: auto;
    margin-bottom: 10px;
    margin-right: 15px;
}
.section-body .section-list .list-item .cover {
    width: 100%;
    height: auto;
    background: #f7f8fa;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    aspect-ratio: 16 / 9;
    z-index: 0;
}
.section-body .section-list .list-item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out 0s;
}

img {
    border: 0;
    max-width: 100%;
}
.section-body .section-list .list-item .title {
    width: 100%;
    height: 44px;
    line-height: 22px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}
.section-body .section-list .list-item .title a {
    /*color: #2b2929;*/
    display: block;
}
.section-body .section-list .list-item .works-info {
    width: 100%;
    height: 18px;
    display: flex;
}
.section-body .section-list .list-item .works-info .author-info {
    width: calc(100% - 0.8rem);
    height: 18px;
    display: flex;
}
.section-body .section-list .list-item .works-info .author-info .nickname {
    flex: 1;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-body .section-list .list-item .works-info .author-info .nickname a {
    color: #999;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-body .section-list .list-item .works-info .publish-time {
    width: 150px;
    height: 18px;
    text-align: right;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    margin-left: auto;
}
.cover a:hover img {
    transform: scale(1.2);
}
.list-item .title a:hover {
    color: #df0f0f;
}

.br-item {
    width: calc((100% - 0.3rem));
    height: calc((100% - 0.15rem) / 2.05);
    background-color: #f7f8fa;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.br-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: relative;
    left: 0;
    top: 0;
}
.br-item:hover .title {
    display: block;
}
.br-item .title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 0.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: .16rem;
    display: none;
    text-align: center;
}
.br-item .title a {
    color: #fff;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
}
 .br-item img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}