html, body, div, span, 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,  i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section, article, aside, header, footer, nav, dialog, figure { display:block; }

/*---------end reset-----------*/
body{
    font-family: "宋体";
    font-size: 12px;
    background: white;
    color: #333;
    margin: 0;
    padding: 0;
}
a{
    color:#666;
    text-decoration: none;
}
a:hover{text-decoration: underline;}
/*全局*/
.center{
    margin: 0px auto;
    overflow: hidden;
}
.width{
    width:1000px;
}
.fl{
    float:left;
    width:540px;
    padding:0px 25px;
}
.fr{
    float: right;
    width:362px;
}
.hui{
    background-color: #f8e9d6;
}
.ad{
    margin-top:10px;
    margin-bottom: 10px;
}
.bk10{
    height:10px;
}
.clear{
    clear: both;
}
.line{height:1px;border-bottom:1px dashed #ccc;margin: 6px 0px 10px 0px;}
.brow{color:#491F08;}
.underline{text-decoration: underline;}


.top{
    height:30px;
    line-height: 30px;
}
div.logo{background: url(../images/logo.jpg) no-repeat;}
.bigtitle{
    background-color: #f8e9d6;
    height: 400px;
}
.bigtitle h1{
    font-size: 60px;
    padding:20px 0px 10px 110px;
    margin-bottom: 20px;
    border-bottom: 3px solid #9c0207;
    background: url(../images/zt.png)0% 50% no-repeat;
}
.bigtitle div.fl{
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}
.bigimage{
    background-color: #9c0207;
}
.bigimage img{
    margin:1px 1px 0px 1px;
}
.bigimage p{
    line-height: 50px;
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.main .firstnew h2{
    font-size: 20px;
    font-weight: 400;
    font-family: '微软雅黑','黑体';
    padding:5px 0px 5px 0px;
    text-align: center;
}
.main .firstnew h2 a{
    color:#491f08;
}
.main .firstnew p{
    line-height: 22px;
    text-indent: 2em;
    padding:5px 0px;
}
.main .firstnew a.more{
    color:#491f08;
}
.main .firstnew ul.list,.main .secondimg{overflow: hidden;}
.main .firstnew ul.list li{
    float:left;
    margin:4px 4px;
    white-space:nowrap;
}
.main .firstnew ul.list li>a{color:#491F08;}
.main .secondimg div{
    width:135px;
    float:left;
    margin: 0px 20px;
}
.main .secondimg div span{
    display: block;
    text-align: center;
    line-height: 20px;
    background-color: #9c0207;
    color:#fff;
}
.main .secondimg div a:hover{text-decoration: none;}
.main .contxt{}
.main .contxt .title{
    background: url(../images/l_tip.gif)0% 50% no-repeat;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DBC4A7;
    color: #7C2900;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.main .contxt p{
    text-indent: 2em;
    font-size: 14px;
    padding:5px 0px;
    line-height: 26px;
}
.main .contxt img{border:1px solid #e5e4e4;margin: 0px 0px 10px 0px;}
.main .artlist{}
.main .artlist .title{
    background-color: #eddfcd;
    font-size: 20px;
    height:40px;
    line-height: 40px;
    text-indent: 17px;
    font-weight: 600;
}
.main .artlist ul{
}
.main .artlist ul li{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 14px;
}
.main .artlist ul li img{
	float:left;
}
.main .artlist ul li div{
    float:right;
    width: 190px;
}
.main .artlist ul li div>a{
    font-weight: 600;
    color: #000;
}
.main .artlist ul li div p{font-size: 12px;line-height: 20px;}


.hui .title{
    background-color: #eddfcd;
    font-size: 20px;
    height:40px;
    line-height: 40px;
    text-indent: 17px;
    font-weight: 600;
}
.hui .cont{
    line-height: 22px;
    padding:8px 25px;
}
.hui .cont h3{font-size: 14px;}
.hui .cont p{text-indent: 2em;}


.hui .list ul{
    list-style: disc;
    padding-left: 25px;
}

.footer p{
    text-align: center;
    color:#333;
    line-height: 20px;
}