<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'pf';   /*å­—ä½“åç§°*/
    src:url('../fonts/pingfang.ttf');
    font-weight: normal;
    font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline
}


table{
    margin: 0px auto;
}



input,
textarea,
select {
    outline: medium
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1;
    font-family:"microsoft yahei", Helvetica, Tahoma, sans-serif;
    font-size: 16px;
}
ol,
ul,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    color: #111;
    text-decoration: none
}
a:hover {
    text-decoration: none;
    color: #b0997e;

}
a:visited {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    color: #b0997e;
}
img {
    border: 0;
    vertical-align: bottom
}
.clear {
    clear: both;
    height: 0;
}
.h10 {
    height: 10px;
    clear: both;
}
.h20 {
    height: 20px;
    clear: both;
}
.h30 {
    height: 30px;
    clear: both;
}


/* header css*/
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header{

    box-shadow: 0 0 10px rgba(0,0,0,.6);
    position: relative;
    z-index: 100;
    position: fixed;
    background: rgba(255,255,255,.9);
    width: 100%;
}
.top-header{
    margin: 20px 0;
    height: 50px;
}
.logo-img{
    float: left;
    height: 50px;
}
.logo-word{
    float: left;
    margin-left: 15px;
    padding-top: 4px;
    height: 50px;
}
.phone-block{
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
}
.phone-block i{
    font-size: 19px;
    padding-right: 5px;
}
.language-btn{
    float: right;
    position: relative;
    padding-right: 15px;
    margin-left: 30px;
    width: 120px;
    font-size: 18px;
    height: 50px;
}
.language-btn &gt;a{
height:50px;
line-height:50px;
text-align:center;
display:block;}
.language-btn:hover .lang-menu{
display:block
}
.language-btn em{
   position: absolute;
   right: 0;
   top: 0;
   height: 50px;
   line-height: 50px;
   font-size: 16px;
   cursor: pointer;
}
.lang-menu{
display:none;
    position: absolute;
    left: 0;
    top: 100%;

background:#fff;
width:100%;
float:left;

box-shadow:0 0 15px rgba(0,0,0,.2);

/*gai*/
z-index:200;
}
.lang-menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .3s;

}

.lang-menu:hover{
    height: auto;
    overflow: auto;
    transition: all .3s;
}


.lang-menu a:hover{
    background: #b0997e;
    color: #fff;
}
.nav-bar-con{
    width:1200px;
    margin:0 auto;
    padding: 0 ;
}
.home-a{
    width: 120px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align:left;
}
.home-a a{
    display: block;
    height: 40px;
    line-height: 40px;

}
.home-a a:hover{
    color: #b0997e;
}
.nav-bar{
    width: 1080px;
    float: right;
    padding: 0 ;
    display: flex;
    flex-wrap:wrap;
    align-content: flex-start;
    align-items: center;
    padding-bottom:6px;
}

.nav-bar &gt; li{
/* float: left; */
height: 40px;
position: relative;
width:100px;
width: 10%;
width: 9%;
text-align:left;
/* margin-right: 42px; */
}
.nav-bar &gt; li:first-child{
}
/* .nav-bar &gt; li:last-child{
    float: right;
    margin-right: 0;
} */
.nav-bar &gt; li &gt;a{
    display: block;
    height: 40px;
    line-height: 40px;

}
.nav-bar &gt; li &gt;a:hover{
    color: #b0997e;
}
.nav-bar &gt; li:hover &gt; a{
    color: #b0997e;
}
.nav-bar &gt; li:hover .son-li{
    display: block;
}
.son-li{
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -65px;
z-index:32;
    width: 130px;
    background: rgba(255,255,255,.9);
    box-shadow: 2px 6px 10px rgba(0,0,0,.2);
}
.son-li a{
   display: block;
   height: 35px;
   line-height: 35px;
   text-align: center;
   color: #333;
}
.son-li a:hover{
    background: #b0997e;
    color: #fff;
}

.service-menu{
    padding: 60px 0;
    overflow: hidden;
}
.service-h1{
    text-align: center;
}
.service-h1 h1{
    font-size: 43px;
    display: inline-block;
    height: 44px;
}
.title-group{
    display: inline-block;
    height: 44px;
}
.title-group p{
   letter-spacing: 4.5px;
   font-size: 12px;
   line-height: 16px;
}
.server-span{
    display: flex;
    width: 135px;
    justify-content: space-between
}
.server-span span{
   flex:1;
   width: 30px;
   height: 30px;
   background: #8b7963;
   color: #fff;
   text-align: center;
   line-height: 30px;
   font-size: 24px;
   margin-right: 5px;
}
.service-content{
    overflow: hidden;
    padding-top: 20px;
}

.service-content a{
    padding: 0 15px;
    margin-top: 30px;
    float: left;
}
.service-img{
    float: left;
    width: 61px;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    text-align: center;
    background: url(../images/dbx-bg.png) no-repeat center top;
}
.service-img img{
    display: inline-block;
   vertical-align: middle;
}
.service-word{
    width: 210px;
    height: 120px;
    float: right;
    overflow: hidden;
}
.service-word h2{
    border-bottom: 1px solid #bebebe;
    padding-bottom: 5px;
    color: #503216;
    font-size: 22px;
    height: 28px;
    line-height: 22px;
}
.service-word h2 span{
    float: right;
    color: #828282;
    font-size: 14px;
}
.service-word h2 span i{
    display: inline-block;
    border: 1px solid #828282;
    color: #828282;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: 14px;
    font-size: 12px;
    margin-left: 5px;
}
.summary-service{
    line-height: 24px;
    padding-top: 5px;
    overflow: hidden;
    font-size: 14px;
}
.line-more{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding:50px 0 10px;
    font-size: 16px;
    text-align: right;
}
.line-more a{
   color: #9f9f9f;
}
.yewu{
    overflow: hidden;
    padding-top: 60px;
}
.public-h2{
    text-align: center;
    font-size: 42px;
    color: #000;
}
.public-h1{
    text-align: center;
    font-size: 40px;
    color: #999;
    font-family: "pf";
    margin-top: 15px;
    text-transform: uppercase
}
.yewu-wrap{
    overflow: hidden;
}
.yw-item{
    margin-top: 30px;
}
.yw-item li{
    overflow: hidden;
    width: 100%;
    height: 400px;
    text-align: center;
    padding: 30px 25px; 
    color: #fff;
}
.yw-bg1{
    background:url(../images/yewu-bg1.jpg) no-repeat center top;
}
.yw-bg2{
    background:url(../images/yewu-bg2.jpg) no-repeat center top;
}

.yw-bg3{
    background:url(../images/yewu-bg3.jpg) no-repeat center top;
}

.yw-bg4{
    background:url(../images/yewu-bg4.jpg) no-repeat center top;
}
.yw-icon{
    display: inline-block;
    width: 132px;
    height: 138px;
    border: 1px solid #968167;
    border-radius: 50%;
    padding: 2px;
    line-height: 138px;
    background: url(../images/yewu-circlebg.png) no-repeat center center;
}
.icon-img img{
   vertical-align: middle
}
.yw-item li a{
   color: #fff;
   width: 110px;
   height: 35px;
   border: 1px solid #fff;
   line-height: 35px;
   border-radius: 5px;
   display: inline-block;
   margin-top: 35px;
}
.yw-item li h1{
    font-size: 24px;
    margin: 12px 0;
 }
 .summary-yw{
     line-height: 1.6rem;
 }
.fuwu{
    overflow: hidden;
    padding-top: 60px;
}
.fuwu-nav{
    text-align: center;
    overflow: hidden;
    padding:25px 0; 
}
.fuwu-nav a{
    display: inline-block;
    width: 350px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
    margin: 30px  75px 0;
    line-height: 60px;
    color: #333;
    font-size:24px;
    transition: all .3s;
}
.fuwu-nav a:hover{
    border: 1px solid #a39482;
    color: #8c7963;
}
.fuwu-nav a::after{
    content: '';
    float: left;
    width: 330px;
    height: 50px;
    position: absolute;
    left: 10px;
    bottom: -7px;
    z-index: -1;
    background: rgba(0,0,0,.1)
}
.adv-1{
    margin-top: 60px;
    overflow: hidden;
    height: 479px;
    padding:120px 0 180px;
    background: url(../images/adv-banner1.jpg) no-repeat center top
}
.left-adv-word{
    float: left;
    color: #fff;
}
.left-adv-word h1{
   font-size: 36px;
}
.left-adv-word p{
    margin:30px 0 20px;
    font-size: 20px;
    font-family: 'pf'
}
.left-adv-word li{
    font-size: 18px;
    line-height: 30px;
}
.right-adv-btn{
    float: right;
    padding-top: 60px;
}
.right-adv-btn a{
   display: inline-block;
   width: 165px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   color: #fff;
   font-size: 16px;
   margin-left: 30px;
   transition: all .3s;
}
.bg-1{
    background: #6a6561;
}
.bg-1:hover{
    background: #22314d;
}
.bg-2{
    background: #22314d;
}
.bg-2:hover{
    background: #6a6561;
}
.xizhi-server{
    overflow: hidden;
    padding: 90px 0 115px;
}
.xizhi-li{
    margin-top: 30px;
}
.xizhi-li li{
    width: 349px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.title-xizhi{
    text-align: center;
    background: url(../images/server-title.jpg) no-repeat center top;
    height: 105px;
    padding:25px 0;
}
.title-xizhi h3{
    color: #503216;
    font-size: 24px;
}
.title-xizhi h4{
    color: #fff;
    font-family: "pf";
    font-size: 18px;
    margin-top: 15px;
}
.xizhi-li:nth-of-type(2) li{
   margin: 0 auto;
   float: none;
}
.xizhi-li:nth-of-type(3) li{
    float: right;
}
.p-group{
    color: #333;
    padding:30px 15px 30px 90px;
}
.p-group p{
    padding:15px 0;
    font-size: 20px;
}
.mar-ts{
    margin-top: 40px;
}
.liucheng{
    overflow: hidden;
    text-align: center;
}
.miaoshu-div{
    text-align: center;
    color: #999;
    font-size: 20px;
    font-family: "pf";
    line-height: 30px;
    padding: 30px 0;
}
.liucheng-img{
    display: inline-block;
    width: 442px;
    background: url('../images/liucbgs.png') no-repeat center top;
}
.liucheng-img li{
    float: left;
    width: 88px;
    border-radius: 50%;
    text-align: center;
}
.liucheng-img li:nth-of-type(1){
    margin:8px 0 0 8px;
}
.liucheng-img li:nth-of-type(2){
    margin:8px 0 0 80px;
}
.liucheng-img li:nth-of-type(3){
    margin:8px 0 0 82px;
}
.liucheng-img li span{
    display: block;
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.circle-lc{
    width: 1200px;
    display: inline-block;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}
.circle-lc li{
    display: inline-block;
    margin:0  70px;
    position: relative;
    text-align: center;
}
.circle-dian{
    width: 30px;
    height: 30px;
    border: 1px solid #213357;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    background: #fff;
}
.circle-dian span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    background: #213357;
}
.line-circe{
    height: 1px;
    background: #213357;
    float: left;
    position: absolute;
    z-index: 1;
    width: 760px;
    top: 65px;
    left: 230px;
}
.adv-2{
    overflow: hidden;
    padding: 170px 0 190px;
    background: url(../images/adv-banner2.jpg) no-repeat center top;
}
.adv-2-wrap{
    border: 1px solid #978876;
    height: 540px;
}
.pos-re-adv{
    width: 1200px;
    height: 540px;
    position: relative;
    left: 20px;
    top: 20px;
    background: rgba(140, 121, 99, .3);
    padding: 105px 150px;
    text-align: center;
}
.adv-title{
    color: #fff;
    font-size: 36px;
}
.adv-summary{
    line-height: 30px;
    color: #fff;
    padding: 30px 0 60px;
}
.adv-btns-c a{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: rgba(35,51,48,.27);
    transition: all .3s;
    color: #333;
    margin: 15px 30px 0;
}
.adv-btns-c a:hover{ 
    background: rgba(35,51,48,1);
    color: #fff;
}
.news-index{
    padding: 90px 0;
    overflow: hidden;
}
.zw{
    font-size: 20px;
}
.new-item{
    margin-top: 50px;
}
.new-h1-t{
    margin-top: 25px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 25px;
    color: #333;
}
.new-h1-t a{
    float: right;
    color: #828282;
    font-size: 14px;
}
.new-h1-t a i{
    display: inline-block;
    border: 1px solid #828282;
    color: #828282;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    margin-left: 5px;
}
.new-item li{
    font-size: 16px;
    color: #444;
    line-height: 40px;
}
.footer{
    overflow: hidden;
}
.footer-top{
    padding: 25px 0;
    overflow: hidden;
    background: url(../images/footer-bg.jpg) no-repeat center top;
}
.left-contact&gt;p{
    font-size: 14px;
}
.contact-footer{
    overflow: hidden;
    padding-top: 22px;
}
.contact-footer p{
    line-height: 24px;
    font-size: 14px;
}
.right-contact{
    float: right;
    text-align: right;
}
.right-contact li{
    display: inline-block;
    margin-left: 50px;
    text-align: center;
    font-size: 14px;
}
.right-contact li img{
    margin-bottom: 15px;
    width: 132px;
    height: 131px;
}
.footer-bottom{
    overflow: hidden;
    background: #8d7b66;
    color: #fff;
    padding:30px 0;
}
.footer-nav{
    float: left;
}
.footer-nav li{
    font-size: 14px;
}
.footer-nav li a{
    color: #e0a33a;
}
.footer-nav li span{
    color: #e0a33a;
    padding: 0 5px;
}
.copy-right{
    font-size: 14px;
    margin-top: 20px;
}
.footer-black{
    float: right;
}
.footer-black  a{
    font-size: 16px;
    color: #fff;
}
.footer-black span{
   padding: 0 10px;
}
.top-scroll{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    color: #333;
    line-height: 55px;
    background: #fff;
    cursor: pointer;
}
.top-scroll em{
    font-size: 20px;
}


.fixed-side{
    position: fixed;
    right: 5px;
    top: 300px;
    z-index: 100;
    width: 70px;
    float: left;
}
.fixed-side li{
    width: 70px;
    height: auto;
    margin-bottom: 2px;
    background: rgba(255,255,255,.9);
    text-align: center;
    position: relative;
    padding: 10px 5px;
    color: #8b7963;
}
.fixed-side li a{
    color: #8b7963;
}
.fixed-side li span{
    display: block;
    font-size: 14px;
    margin-top:5px;
}
.fixed-side li i{
   font-size: 30px;
}
.shousuo{
    width: 70px;
    height: 20px;
    background: #bcab96;
    color: #fff;
    line-height: 20px;
    display: block;
    text-align: center;
}
.shousuo i{
   font-size: 14px;
   color: #fff;
}
.mask{
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    float: left;
    top:0;
    left: 0;
}
.tell-box{
    position: fixed;
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    padding: 15px 30px;
    background: #fff;
    top: 300px;
    z-index: 500;
    left: 50%;
    margin-left: -200px;
}
.close-flex{
    text-align: center;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #333;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.5);
    transition: all .3s;
}
.close-flex:hover{
    color: #333;
    box-shadow: inset 2px 2px 6px rgba(0,0,0,.5)
}
.tell-box h1{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 35px;
    color: #b49467;
}
.summary-wza{
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
}
.flex-img{
    text-align: center;
    padding: 20px 0;
    clear: both
}
.flex-img img{
    display: inline-block;
    width: 185px;
    height: 185px;
}
.wechat-box{
    position: fixed;
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    padding: 15px 30px;
    background: #fff;
    top: 300px;
    z-index: 500;
    left: 50%;
    margin-left: -200px;  
}
.message-btn{
    position: relative;
}
.message-box{
    position: absolute;
    width: 240px;
    height: 320px;
    background: #eeeeee;
    border-radius: 5px;
    top: 0;
    z-index: 500;
    left: -240px;
}
.flex-box{
    display: none;
}
.mask{
    display: none;
}
.ms-bt{
    height: 34px;
    line-height: 34px;
    background: #8d7b66;
    color: #fff;
    text-align: left;
    padding: 0 10px;
}
.message-box{
    overflow: hidden; 
}
.ms-bt .close-flex{
    color: #fff;
    margin-top: 7px;
}
.ms-bt .close-flex i{
    font-size: 12px;
}
.message-form{
    padding: 0 10px;
}
.message-form textarea{
   width: 100%;
   resize: none;
   height: 70px;
   font-size: 12px;
   line-height: 18px;
   color: #999;
   padding: 5px;
   margin-top: 10px;
   border: 1px solid #ddd;
   box-shadow: 0 3px 2px rgba(0,0,0,.1);
}
.message-form textarea::placeholder{
    color: #999;
}
.div-input{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 2px rgba(0,0,0,.1);
    background: #fff;
    clear: both;
} 
.div-input i{
    float: left;
    width: 30px;
    overflow: hidden;
    font-size: 14px !important;
    height: 30px;
    line-height: 30px;
    color: #999;
}
.div-input input{
    float: right;
    width: 180px;
    overflow: hidden;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #999;
    border: none;
    background: transparent;
}
.div-input input::placeholder{
    color: #999;
}
.send-form{
    height: 30px;
    line-height: 30px;
    width: 90px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    background: #8d7b66;
    float: left;
    border: none;
}
.desc-banner{
    bottom: 200px;
}
.desc-banner h1{
    font-size: 48px;
    color: #644930;
    text-align: center;
    text-shadow: none;
}
.line-circle{
    text-align: center;
    
}
.line-circle span{
    width: 190px;
    height: 1px;
    background: #78614b;
    display: inline-block;
    vertical-align: middle;
}
.line-circle em{
    color: #78614b;
    font-size: 50px;
    margin: 0 35px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
}
.desc-banner h3{
    font-size: 24px;
    color: #644930;
    margin-top: 40px;
    text-align: center;
    text-shadow: none;
}
.editer-view{
    overflow: hidden;
    padding: 30px 0;
}
.editer-content{
    overflow: hidden;
    resize: none;
    min-height: 550px;
    color: #333;
    font-size: 14px;
    line-height: 1.6rem;
    border: none;
    width: 100%;
}
.editer-content::placeholder{
    color: #999;
    font-size: 14px;
}
.page-banner{
    overflow: hidden;
}
.page-banner img{
   margin: 0 auto;
   height: auto;
}
.tab-li{
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    
    border-bottom: 1px solid #ddd;
}
.tab-li li{
    /* height:35px;
    left: 0; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    overflow: hidden;
    /* position: relative; */
}
.tab-li li a{
   /* display: inline-block; */
   margin: 15px 15px 0 0;
   height: 35px;
   line-height: 35px;
   border: 1px solid #ddd;
   text-align: center;
   color: #333;
   font-size: 16px;
   border-radius: 35px;
   transition: all .3s;
   width: 170px; 
   /*margin-right:20px; */
}
.tab-li li a:hover{
    border: 1px solid #8c7963;
    background: #8c7963;
    color: #fff;
}
.active-tabs-a{
    border: 1px solid #8c7963 !important;
    background: #8c7963 !important;
    color: #fff !important;
}
.editer-group{
    overflow: hidden;
    padding: 20px 0;
}
.editer-tab{
    overflow: hidden;
    float: left;
    border: none;
    background: transparent;
    color: #999;
    resize: none;
    display: none;
}
.editer-tab::placeholder{
    font-size: 14px;
    color: #999;
}
.show-textarea{
    display: block;
}
.page-captions{
    text-align: center;
    background: #f6f6f6;
    padding: 5px 15px;
    font-size: 14px;
}
.page-captions li{

    display: inline-block;
}
.page-captions a:hover{
    background: #8c7b66;
    color:#fff;
}
.page-captions span{
    background: #8c7b66;
    color:#fff;
}
.page-captions a,.page-captions span{
    padding: 5px 8px;
    display: block;
}
.new-list{
    overflow: hidden;
    padding: 60px 0;
}
.new-left-item{
    float: left;
    width: 860px;
    border: 1px solid #ddd;
    padding: 15px;
}
.tab-li-a{
    height: 40px;
    overflow: hidden;
    display: flex;
    margin: 0 -3px;
    justify-content: space-between;
}
.tab-li-a a{
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eaeaea;
    font-size: 20px;
    margin:0 3px;
    color: #414141;
}
.tab-li-a a:hover{
    background: #8b7963;
    color: #fff;
}
.on-a{
    background: #8b7963 !important;
    color: #fff !important;
}
.item-new-wrap{
    overflow: hidden;
}
.item-li{
    overflow: hidden;
    margin-top: 30px;
}
.left-img-thumb{
    float: left;
    width: 256px;

    overflow: hidden;
}
.left-img-thumb img{
    width: 100%;
    height: auto;
}
.right-new{
    float: right;
    overflow: hidden;
    width: 540px;
}
.p-t{
    border-bottom:1px solid #ddd;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}
.summart-p{
    line-height: 1.6rem;
    font-size: 16px;
    color: #565656;
    padding: 15px 0;
}
.fujian-li{
    line-height: 30px;
    font-size: 12px;
}
.fujian-li a{
   float: right;
   height: 30px;
   background: #efecea;
   color: #333;
   font-size: 16px;
   padding: 0 15px;
}
.fujian-li a:hover{
    background: #8c7963;
    color: #fff;
}
.new-right-other{
    float: right;
    overflow: hidden;
    width: 310px;
}
.other-block{
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.other-h1{
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.new-hot-li{
    overflow: hidden;
    margin-bottom: 15px;
}
.new-hot-li a{
   display: block;
   overflow: hidden;
   height: 16px;
}
.new-hot-li a em{
    float: left;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    background: #ed5555;
    margin-right: 10px;
}
.yw-small-li{
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.circle-wai{
    float: left;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #c1b4a2 1px solid;
    background: #fff;
    text-align: center;
}
.circle-inner{
    width: 44px;
    border-radius: 50%;
    margin:2px; 
    height: 44px;
    display: inline-block;
    background-image: linear-gradient(to bottom,#aa926d,#847362);
}
.circle-content{
    width: 40px;
    border-radius: 50%;
    margin:2px; 
    height: 40px;
    display: inline-block;
    background:#fff;
    line-height: 40px;
}
.circle-content img{
 vertical-align: middle
}
.yw-small-name{
    float: right;
    width: 215px;
    overflow: hidden;
    height: 50px;
}
.yw-small-name h3{
  color: #8b7963;
  font-size: 16px;
  margin-top: 5px;
}
.yw-small-summary{
    font-size: 15px;
    color: #222;
    margin-top: 5px;
}
.make-tell{
    background: #ebe8e3;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
}
.make-tell span{
    color: #847362;
    font-size: 20px;
    display: block;
    width: 190px;
    height: 30px;
    margin: 10px  auto 0;
    line-height: 30px;
    border: 1px solid #847362;
    border-radius: 30px;
}

.show-left{
    float: left;
    width: 860px;
    border: 1px solid #ddd;
    padding: 15px;
}
.editer-new{
    width: 100%;
    border: none;
    color:#666;
    font-size: 16px;
    line-height: 1.6rem;
    min-height: 600px;
    overflow: hidden;
    resize: none
}
.editer-new::placeholder{
    color:#999;
    font-size: 16px;
}
.pre-next-page{
    overflow: hidden;
    margin-top: 25px;
    border-top: 1px solid #ddd;
}
.pre-next-page li{
   font-size: 14px;
   margin-top: 24px;
   overflow: hidden;
}
.pre-next-page li span{
    color:#333;
}
.pre-next-page li a{
    color:#666;
}
.editer-h1s{
    text-align: center;
    font-size: 33px;
    margin-bottom: 25px;
}
.editer-fu{
    text-align: center;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 30px;
    background: url(../images/line-fu.jpg) repeat-x left bottom;
    margin-bottom: 30px;
}
.editer-fu em{
   padding: 0 30px;
}
.carousel-control{
display:none;}
.slide:hover .carousel-control{
display:block;}</pre></body></html>