<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/*CSS Document */
html{
    font-size:10px;
}
body{ font-family:"Microsoft YaHei";}
body,h1,h2,h3,h4,h5,h6,p,span,ul,li,img {margin:0; padding:0; font-weight:normal;}
li{ list-style:none;}
a{ text-decoration:none; color:#000;}
img{ display:block; width:100%;}

.clearfix:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}
.clearfix{zoom:1;}

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

@media screen and (min-width:321px) and (max-width:375px){html{font-size:12px}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:14px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:14px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:16px}}
@media screen and (min-width:720px){html{font-size:16px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}
@media screen and (min-width:800px)and (max-width:1199px){html{font-size:25px}}
@media screen and (min-width:1200px){html{font-size:30px}}

.main_content{
    background: url(../news/images/background.gif)no-repeat center top;
    background-size: cover;
    padding-bottom: 1%;
}
.header_top {
    width: 100%;
    background: #000000;
    margin: 0 auto;
    padding: 10px 0;
}
.bbs_main{
    width: 80%;
    background: #000;
    margin:5% auto; padding:5%
}

/*留言板*/
.form_box{width:100%;}
.form_box form{width:80%;margin: auto 5%;}
.form_box form li{overflow:hidden;margin-bottom:10px;}
.form_box form li span{float:left;width:60px;text-align:center;color:#fff;line-height:26px;}
.form_box form li input{height:26px;}
.form_box form li input, .form_box form li textarea{float:right;width:calc(100% - 60px);box-sizing:border-box;border:1px solid #fff;background:none;font-size:16px;line-height:26px; resize:none;outline:none;color:#fff;}
.form_box form li textarea{height:100px;}
.sub{text-align:center;}
.form_box form li.sub input{height:30px;background:#fff;border:1px solid #d3994f;color:#d3994f;color:black;}


/*联系我们*/
.main_content .contact { width: 80%; padding: 5%; background: #000; margin:5% auto 5% auto; color:#fff; text-align: center;}
.contact h4 { font-size:20px; color:#e7225e; font-weight:bold;}
.contact h5 { font-size: 12px; color:#e7225e;}
.contact p { font-size: 12px; line-height: 24px;}
</pre></body></html>