﻿@import "https://at.alicdn.com/t/font_2358249_ax3hswcc4if.css";
/*****************  gcf  2021-01-29*********************************/
.disabled{
    display: none;
}
.main{
    margin: 50px 0px  30px;
}
.title1{
    background-color: #c5a278;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin-top: 0px;
}
.one-left p{
    font-size: 18px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    color: #444;
}
.dots01 {
    margin-bottom: 60px;
}
.dots01 .today li {
    list-style-type: square;
    color: #CBB486;
    font-size: 17px;
}
.dots01 .today li {
    padding: 22px 0;
    border-bottom: 1px solid #eee;
}
.dots01 .today li a{
    color: #444;
}
.public-title1{
    position: relative;
    margin: 0px 0px  20px;
}

.public-title1 span{
    background-image: linear-gradient( 
        45deg
         , #c7a478, #dbbe8c);
            color: #fff;
            width: 270px;
            display: block;
            font-size: 22px;
            padding: 15px;
            text-align: center;
            margin: 10px auto;
}
.gd{
    color: #c7a478;
    position: absolute;
    right: 0px;
    top: 35px;
}
.bsfu-ul{
    width: 400px;
    float: left;
    margin-left: -78px;
}
.bsfu-ul li {
    margin-top: 13px;
    padding: 5px 10px;
    width: 100%;
}
.bsfu-ul li a {
    background-color: #dbbe8c;
    border-radius: 20px;
    display: block;
    text-align: left;
    color: #fff!important;
    font-size: 17px;
    position: relative;
    z-index: 2;
    padding: 7px 7px 7px 0px;
}
.bsfu-ul li:nth-child(2),
.bsfu-ul li:nth-child(4){
    margin-left: 40px;
}
.bsfu-ul li:nth-child(3){
    margin-left: 60px;
}
.left-right {
    width: 400px;
    float: left;
    position: relative;
}
.left-right::before{
    content: '';
    width: 380px;
    height: 380px;
    background-color: #fff4e1;
    position: absolute;
    right: -35px;
    border-radius: 100%;
    top: -30px;
}
.left-right  img{
    width: 320px;
    position: relative;
    margin-left: 0px;
}
.two-div{
    width: 780px;
    margin: 30px auto  80px;
    display: block;
}
.link-adree li>a{
    background: url(../images/li-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 130px;
    padding: 25px  25px;
    display: block;
    margin-bottom: 30px;
}
.link-adree li>a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    font-size: 17px;
}
.link-adree li>a span{
    color: #888;
}
.title-img{
    margin: 30px 0px;
}

.public-title1 span i{
    margin-right: 14px;
    font-size: 26px;
}
.bsfu-ul li a i{

font-size: 18px;

background-color: #fff;

border-radius: 100%;

padding: 10px;

color: #dbbe8c;

margin-right: 15px;
}
ul.list-date li span.time{
    top: 23px!important;
}
@media(max-width:767px){
.main{
    padding: 0px 15px;
}


.title-img {

    width: 250%;
    margin-left: -73%;
}
.title1 {

    font-size: 20px;
    margin-top: 20px;
}

.two-div {
    width: 100%;
    margin: 0px auto 30px;
    display: block;
}
.left-right{
    width: 100%;

    margin-bottom: 30px;
}
.left-right img{
    display: block;
    margin: 0px   auto;
}
.left-right::before{
    background-color: transparent;
}

.bsfu-ul {
    width: 100%;
    float: left;
    margin-left: 0px;
}
.bsfu-ul li:nth-child(2),
.bsfu-ul li:nth-child(3),
 .bsfu-ul li:nth-child(4) {
    margin-left: 0px;
}

.public-title1 span{
    width: 200px;
    display: block;
    font-size: 20px;
}
.gd{
    top: auto!important;
    bottom: -30px;
}
}