* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    outline: 0;
}

input:focus {
    background-color: initial;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ''
}

.clearfix {
    *zoom: 1
}

a {
    text-decoration: none;
}

a:hover {
    color: #333;
}

.pt80 {
    padding-top: 80px;
}

.pb70 {
    padding-bottom: 70px
}

.pl50 {
    padding-left: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml90 {
    margin-left: 90px;
}

.p20 {
    padding: 20px;
}
.max_container{
    max-width: 1920px;
    min-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.nav_side {
    width: 300px;
    float: left;
    background-color: #ec4b3f;
}

.nav_scroll ul {
    list-style-type: none;
    padding: 0;
}

.nav_scroll ul li {
    margin-bottom: 2px;
    position: relative;
    padding: 10px 0;
}

.nav_scroll ul li:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav_scroll ul li a {
    color: #fff;
}

.nav_scroll ul li a.level01 {
    padding-left: 40px;
    font-weight: bold;
}

.nav_scroll ul li ul {
    display: none;
    padding-left: 20px;
    margin-top: 10px;
}

.nav_scroll ul li ul li {
    padding: 0;
    padding-left: 40px;
    padding-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.nav_scroll ul li ul li .toggle-arrow {
    position: relative;
    /* float: right;
    right: 40px; */
}

.nav_scroll ul li ul li ul {
    display: none;
    padding-left: 60px;
}

.nav_scroll ul li ul li ul li {
    padding-left: 0px;
}

li.liactive{
    background-color: rgba(0, 0, 0, .15);
}

.toggle-arrow {
    position: absolute;
    /* right: 40px;
    top: 50%;
    transform: translateY(-50%); */
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.toggle-arrow.open {
    position: relative;
    /* float: right;
    right: 40px; */
}


/* 头部样式 */
.top {
    min-width: 1500px;
    position: relative;
}

.top .bg {
    width: 100%;
    display: block;
}

.title {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.top .ylljwh{
    position: absolute;
    bottom: 10%;
    right: 5%;
}

/* 搜索框样式 */
.main-header .main-s {
    position: absolute;
    top: 345px;
    left: 0;
    right: 0;
    width: 55%;
    margin: 0 auto 55px;
}

.main-header .main-s .s {
    border-radius: 8px;
    background: url(/statics/ylwhggfc/images/search_bg.png) no-repeat top left;
    background-size: 100% 100%;
    border-right-style: none;
}

.main-header #keyword {
    float: left;
    width: 449px;
    line-height: 50px;
    text-indent: 10px;
    font-size: 14px;
    color: #cbcbcb;
    margin-left: 10px;
}

.main-header #q {
    height: 57px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    width: calc(100% - 100px);
    background: initial;
    border: none;
}
input:-internal-autofill-selected{
    background-color: initial;
}

.main-header #searchbutton {
    float: right;
    background: url(/statics/ylwhggfc/images/search.png) center center no-repeat;
    border: 0;
    height: 58px;
    margin-right: 15px;
    width: 57px;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.main-header .rc {
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    color: #646464;
}

.main-header .rc span {
    margin-right: 20px;
    cursor: pointer;
}

.layer {
    min-width: 1500px;
    display: flex;
    align-items: stretch;
}

/* 总体介绍 */
.layer01 {
    position: relative;
    background-color: #f0f0f0;
}

.index_title {
    text-align: center;
}

.index_title img {
    width: auto;
    height: 29px;
}

.container {
    width: 1200px;
}
.marginauto{
    margin: 0 auto;
}
.layer01 .ztjs {
    margin: 0 auto;
}

.layer01 .ztjs p {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

/* 风采展示 */
.layer02 {
    width: calc(100% - 300px);
    float: left;
    background-color: #e6e9eb;
}

.zsfc_ul {
    list-style: none;
}

.zsfc_ul .card_item {
    width: 228px;
    height: 434px;
    max-height: 434px;
    float: left;
    background-color: #fff;
    margin-left: 72px;
    margin-bottom: 60px;
}

.zsfc_ul .card_item img {
    display: block;
    width: 100%;
    height: 263px;
    margin-bottom: 10px;
}

.zsfc_ul .card_item h4 {
    text-align: center;
}

.zsfc_ul .card_item p:first-child {
    font-size: 16px;
    color: #666;
}

.zsfc_ul .card_item p:nth-child(2) {
    color: #333;
}

.zsfc_ul .card_item p {
    margin-bottom: 15px;
    text-align: center;
    min-height: 48px;
}

.zsfc_ul .card_item a {
    display: block;
    text-align: center;
    width: 40%;
    color: #fff;
    padding: 5px 15px;
    background-color: #ff9000;
    border-radius: 8px;
    margin: 0 auto;
}

.two_list {
    width: 100%;
}

.two_list .two_item {
    width: 44%;
    float: left;
    margin-left: 6%;
}

.swp-wrap {
    position: relative;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide>a img {
    width: 100%;
    display: block;
}

.swp_slide img {
    box-sizing: border-box;
}

.swiper-slide>a>.slide_bottom {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

.swiper-slide>a>.slide_bottom>.h4-title {
    text-align: left;
    width: 100%;
    padding: 0 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.swiper-slide>a>.slide_bottom>.w100 {
    width: 100%;
}

.swp_pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 40px;
    line-height: 40px;
    width: 90px;
    font-size: 18px;
    color: #fff;
}

.swp_pagination .swiper-pagination-bullet {
    margin: 0 2px;
    background: #fff;
    opacity: 1;
}

.swp_pagination .swiper-pagination-bullet-active {
    background: #f29b76;
}

.right-news>a {
    display: inline-block;
    color: #313131;
}

.right-news p {
    color: #333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 8px 0 0;
}

.txt-ul {
    list-style: none;
    margin-left: 0;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px dashed #bfbfbf;
}

.txt-ul>li {
    list-style: none;
    height: 45px;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.txt-ul>li:last-child {
    border-bottom: none;
}

.txt-ul li a {
    padding-left: 15px;
    position: relative;
    color: #000;
}

.txt-ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #656565;
}

.two_list .two_item .more {
    font-size: 14px;
    float: right;
    margin-bottom: 8px;
    color: #000;
    margin-right: 20px;
}

/* content样式 */
.nav_banner {
    top: 100%;
    position: relative;
}

.nav_banner img {
    display: block;
    width: 100%;
}

.sub_title {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    width: 32%;
}


.nav_banner.main-header .main-s {
    position: absolute;
    top: 50%;
    right: 100px;
    left: auto;
    transform: translateY(-50%);
    width: 35%;
    margin: initial;
}

.content_img {
    margin-left: 4%;
    width: 15.7%;
    float: left;
}

.content_img img {
    width: 100%;
}

.p_desc {
    width: 66%;
    float: left;
    margin-left: 2%;
}

.p_info h3 {
    float: left;
    margin-right: 30px;
}

.p_info .dz {
    float: left;
    position: relative;
}

.p_info .dz .num {
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 10px;
    margin: auto;
    color: #fff;
}

.content_p {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}

.p_pos {
    color: #666;
    margin-bottom: 8px;
}

.p_mess {
    text-align: justify;
    line-height: 2;
    color: #333;
}

.h3_title{
    font-size: 30px;
    color: #282828;
    text-align: center;
    margin-bottom: 30px;
}

.info {
    margin-left: 4%;
    padding-right: 20px;
    height: 90vh;
    overflow-y: scroll;
}

.info::-webkit-scrollbar {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    background: #fff;
}

.info::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, .21);
    background-color: #cd090a;
}

/* 资讯动态列表页 */
.news_list{
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}
.list>li {
    list-style-type: none;
    margin-left: 0;
    position: relative;
}
.news_list.focus>li {
    height: 51px;
    line-height: 51px;
}
.list>li>a {
    width: calc(100% - 140px);
    position: relative;
    padding-left: 10px;
}
.news_list>li>a {
    display: block;
    font-size: 16px;
    color: #282828;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.list>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 4px;
    height: 4px;
    background-color: #cd090a;
}
.focus>li>span{
    display: block;
    width: 100px;
    float: right;
    color: #999;
}
.text-c{
   text-align: center; 
}
.ylwhgg-pagination{
    text-align: right;
    padding-bottom: 30px;
    font-size: 18px;
}
.ylwhgg-pagination>a{
    padding: 0 5px;
    margin: 0 2px;
    border: 1px solid #e8e8e8;
    color: #6f6f6f;
}
.ylwhgg-pagination>span{
    background-color: #cd090a;
    padding: 0 5px;
    margin: 0 2px;
    color: #fff;
}
