<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0px;
    padding:0px;
}
html, body {
    width: 100%;
    height: 100%;
}
body{
    background: #fff;
    font-size: 14px;
    font-family: "微软雅黑","Microsoft Yahei";
    color: #434343;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
}
div, h1, h2, h3, p, ul, li, input, button ,a ,span{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
}
ul,li {
    list-style: none;
}
 
@font-face {
    font-family: 'antonio';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/antonio-regular-webfont.woff') format('woff'),
    url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
    url('../fonts/antonio-regular-webfont.svg#voltaireregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.fl{
     float: left;
}
.fr{
    float: right;
}




.top-box{
    width: 100%;
    height: 248px;
    border-bottom:3px solid #c3b8a1;
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.top{
position: absolute;
width: 1338px;
height: 248px;
background-image: url(img.png);
left: 50%;
margin-left:-378px
}

.box{
    width: 1200px;
    margin: 0 auto;   
}

.logo{
    margin-top: 80px;
}
.nav-box{
    height: 70px;
    overflow: hidden;
}
.nav a{
    font-size: 18px;
    padding:5px;
    margin-right: 100px;
    color: #b98e3b;
    line-height: 60px;
    font-weight: bold;
    position: relative;

}
.nav  .active{
    color: #ac0000;
}
.nav  .active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color:#ac0000 ;
    left: 0;
    bottom:-5px
}
.nav a:hover{
    color: #ac0000;
}
.search-box {
    width: 220px;
    height:32px;
    background-color: #f7f5f6;
    border-radius: 50px;
    border:1px solid #cccccc;
    margin-top:14px

}
.search-box input {
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border: none;
    background-color:  #f7f5f6;
    width: 150px;
    padding-left: 20px;
    border-radius: 50px;
    height: 32px;
    line-height: 34px;
    font-size: 14px;
    float: left;
}
.search {
    float: right;
    width: 44px;
    height: 32px;
    border-radius: 50px;
    background-image: url(search.png);
    background-position: 10px center;
    background-repeat: no-repeat;

}
.con-wrap{
    width: 830px;
    height: 364px;
    background-color: #f7f5f6;
}
.szyw-pic{
    width: 410px;
    height: 320px;
    margin: 20px;

}
.lb_box{
    width:410px;
    height:320px;
    position: relative;
}
.lb_box img{
    width:410px;
    height:324px;
}
.lb_box&gt;.txt{
    position: absolute;
    width: 410px;
    height: 34px;
    background-color:rgba(0,0,0,0.6);
    left:0;
    bottom:0;
}
.lb_box&gt;.txt a{
    margin-left:10px;
    height: 34px;
    line-height: 34px;
    color:#fff;
    font-size:14px;
    font-family: "微软雅黑";
}
.lb_box .r_box{
    position: absolute;
    right:10px;
    bottom:6px;
}
.lb_box .r_box span{
    float:left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-left:10px;
}
.lb_box .r_box .st{
    width: 16px;
    height: 6px;
    border-radius: 3px;
    background-color: #bf0101;
}
.hiSlider-title {
    position: absolute;
    width: 410px;
	margin-bottom: 4px;
}

.hiSlider-pages a.active {

background-color: #bf0101;
      
    }

.dynamic-box{
    width: 360px;
    padding: 20px 20px 20px 0;
}
.tittle{
    overflow: hidden;
}
.tittle div{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 22px;
    font-weight: bold;
}
.tittle div span{
    float: left;
    display: block;
    width: 4px;
    height: 14px;
    background-color: #ac0000;
    margin-right:6px;
    margin-top:4px
}
.tittle a{
    width: 46px;
    height: 22px;
    line-height: 22px;
    background-color: #bf0101;
    display: block;
    float: right;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}
.tittle a:hover{
    background-color: #ac0000;
}
.dynamic-top{
    overflow: hidden;

}
.dynamic-top h1{
    font-size: 12px;
    color: #1a1a1a;
    text-align: center;
    padding-top:38px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom:27px;
}
.dynamic-top .line{
    width: 1px;
    height: 64px;
    background-color: #cccccc;
    margin-left: 14px;
    margin-top:22px
}
.news{
    width: 280px;
    margin-top:20px;
    margin-right: 4px;
}
.news h2{
    font-size: 16px;
    color: #1a1a1a;
    display: -webkit-box !important;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2; 
    text-align: justify; 
}
.news h2 a{
    color: #333;
}
.news h2 a:hover {
    color: #ac0000;
}
.news p{
    font-size: 12px;
    color: #666;
    overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis; 
    margin-top: 8px;
}
.news p a{
    font-size: 12px;
    color: #666;
}
.news p a:hover{
    font-size: 12px;
    color: #ac0000;
}
.dynamic-top:hover h2{
    color: #ac0000;
}
.dynamic{
    display: block;
    overflow: hidden;
    height: 40px;
    border-bottom:1px solid #cccccc;
    width: 100%;
    clear: both;
}
.dynamic h1{
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis; 
    width: 280px;
    line-height: 40px;
}
.dynamic h1 a{
    color: #333;
}
.dynamic h1 a:hover {
    color: #ac0000;
}
.dynamic p{
    float: right;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}
.dynamic:hover h1{
    color: #ac0000;
}
.dynamic:hover p{
    color: #ac0000;
}
.notice-box {
    width: 350px;
    height: 362px;
}
.tittle-red{
    width: 100%;
    height:44px ;
    background-color:#bf0101 ;
}
.tittle-red h1{
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    padding:0 20px;
    font-weight: bold;
}
.tittle-red a{
    float:right;
    color: #fff;
    font-size: 12px;
    line-height: 44px;
    padding:0 20px;
}
.tittle-red a:hover{
   color: #e6c781;
}
.notice{
    width: 348px;
    height:289px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding:15px 0;
}
.notice-one{
    padding:6px 20px;
    height: 46px;
    display: block;
}
.time{
    width: 48px;
    height: 45px;
    background-color:#f7f5f6 ;
    border:1px solid #e0e0e0;
    
}
.time h1{
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    text-align: center;
    letter-spacing: 0;
    padding-top:5px;
    line-height: 16px;
}
.time h2{
    font-size:18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ac0000;
    text-align: center;
    font-weight: bold;
}
.notice-font{
    width:248px ;
    margin-left: 10px;
}
.notice-font h1{
    font-size:14px;
    color: #333;
    overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis; 
    line-height: 26px;
    text-align: justify;
}
.notice-font h1 a{
    color: #333;
}
.notice-font h1 a:hover {
    color: #ac0000;
}
.notice-font p{
    font-size:12px;
    color: #808080;
    overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis; 
    text-align: justify;
}
.notice-font p a{
    color: #808080;
}
.notice-font p a:hover{
    color: #ac0000;
}
.notice-one:hover .notice-font h1{
    color: #ac0000;
}
.notice-one:hover .notice-font p{
    color: #ac0000;
}
.link-left {
    width: 830px;
    height: 160px;
    margin:20px 0;
}

.link-right{
    width: 350px;
    height: 160px;
    margin:20px 0;
    background-color: #b98e3b;

}
.link{
    width: 50%;
    height: 80px;
    position: relative;
}
.right-line::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e6c781;
    top:0;
    right: 0;
}
.bottom-line::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e6c781;
    bottom:0;
    left: 0;
}
.link img{
    display: block;
    margin: auto;
    margin-top:18px
}

.link h1{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.link:hover{
    background-color: #d3b06f;
}
.content-left{
    width: 830px;
    height: 324px;

}
.content-font{
    overflow: hidden;
}
.tittle-bottom{
    margin-bottom:14px
}
.content-one{
    width: 363px;
    height: 282px;
    border:1px solid #dbdbdb;
    padding:20px
}
.content-font h1 {
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 270px;
    line-height: 36px;
    position: relative;
    padding-left: 10px;
}
.content-font h1 a{
    color: #333;
}
.content-font h1 a:hover {
    color: #ac0000;
}
.content-font h1:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ac0000;
    left: 0;
    top:16px;
}
.content-font p {
    float: right;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    line-height:36px;
}
.content-font:hover h1{
    color: #ac0000;
}
.content-font:hover p{
    color: #ac0000;
}

.content-right{
    width: 350px;
    height:324px; 
}
.friends{
    width: 289px;
    height: 50px;
    background-color: #f7f5f6;
    border:1px solid #dbdbdb;
    margin:20px 0;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
	text-indent: 2em;
    color: #808080;
}
.friends h1{
    color: #808080;
    font-size: 14px;
    line-height: 52px;
    padding-left: 20px;
}
.friends::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url(select.png);
    right: 20px;
    top:21px;
}
.foot-box{
    clear: both;
    width: 100%;
    height: 120px;
    background-color: #c3b8a1;
}
.foot{
    width: 480px;
    overflow: hidden;
    margin:auto;
    padding-top:25px;
	text-align: center;
    line-height: 24px;
}
.foot a{
    float: left;
    font-size: 12px;
    color: #fff;
    padding:0 15px;
}
.foot-line{
    width: 1px;
    height: 9px;
    background-color: #fff;
    opacity: 0.6;
    margin-top:8px
}
.foot-box h1{
    font-size: 12px;
    color: #fff;
    padding:0 10px;
    text-align: center;
    line-height: 24px;
}
.list-side{
    width: 270px;
    overflow: hidden;
    float: left;
}
.list-side .item{
    box-sizing: border-box;
    background: #f7f5f6;
    line-height: 60px;
    margin-bottom: 10px;
    border-right: 10px #fff solid;
    color: #808080;
    text-indent: 20px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.list-side .item span{
    background: #f7f5f6;
	color:#808080;
        }
.list-side .item:hover{
	background: #ac0000;
	color:#ffffff;

}
.list-side .item:hover span{
	background: #ac0000;
	color:#ffffff;

}
.list-body{
    margin-top: 30px;
    min-height: 600px;
}

.list-side .active span{
    background: #ac0000;
	color:#ffffff;
   }

.list-side .active,.item:hover{
    background: #ac0000;
    color: #fff;
}

.list-content{
    width: 900px;
    float: right;
    overflow: hidden;
}
.list-content .loop{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    padding: 15px 0;
    display: block;
}
.list-content .loop h1{
    color: #000;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    font-weight: bold;
}
.list-content .loop h1 a{
    color: #333;
}
.list-content .loop h1 a:hover {
    color: #ac0000;
}
.list-content .loop p{
    color: #4c4c4c;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px; 
}
.list-content .loop span{
    color: #808080;
    font-size: 12px;
}
.list-content .loop:hover h1{
    color: #ac0000;
}
.article-body{
    min-height: 600px;
    margin-top: 30px;
}
.article-body h1{
    width: 100%;
    font-size: 32px;
    font-family: 'Microsoft Yahei';
    color: #212121;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
.article-body .subtitle {
    overflow: hidden;
    font-size: 12px;
    color: #848484;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'pfdintextcondpro','simsun';
    margin-bottom: 15px;
}
.article-body .subtitle span {
    float: left;
}
.article-body .subtitle p {
    float: left;
    margin-right: 18px;
}
.article-body .wrap{ 
    width: 30%;
    margin: 0 auto;
    white-space: nowrap;
}
.article-body .content{
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    color: #404040;
}</pre></body></html>