*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333;
}
body{
    font-size: 16px;
    color: #333;
    background-color: #f5f5f540;
}
li {
    list-style: none;
}
.clear{
    clear: both;
}
.fr{
    float: right;
}
.fl{
    float: left;
}




/*一级概览样式*/

/*主体main*/
.main{
    /*background-color: #f9f9f9;*/
    width: 100%;
    padding-top: 10px;
    height: 100%;
}
.main .center{
    min-height: 500px;
    margin: 0 auto;
    width: 1200px;
    background-color: #f9f9f9;
    padding: 20px;
}
.main .location {
    background: url("../位置.png") no-repeat left center;
    line-height: 60px;
    text-indent: 40px;
}
.main .artList{
    margin-top: 10px;
}
.main .artList .firCha{
    background-color: #CB2F19;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.main .artList .secCha{
    width: 243px;
    background: url("../bgimg.png") no-repeat -764px -403px;
    padding-left: 7px;
}
.main .artList .secCha .bg{
    height: 20px;
    background: url("../bgline.png") repeat-x 0px -46px;
    margin-top: 0;
}
.main .artList .secCha li{
    height: 45px;
    width: 243px;
    text-align: center;
    line-height: 45px;
    border-bottom:1px solid #eedddd;
    border-left:1px solid #eedddd;
    /*border-right: 1px solid #eedddd;*/
    border-radius: 10px;
    margin-top: 1px;
}
.main .artList .secCha li:hover{
    background-color: #eeeeee;
    border-left: 3px solid #CB2F19;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.main .artList .secCha li:hover a{
    color: #AAA;
}


/*文章列表*/
.artList .chaTitle{
    width: 940px;
    height: 47px;
    line-height: 60px;
    text-indent: 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #CB2F19;
}
.artList .articles{
    margin-left: 55px;
    padding: 60px 0 5px 25px;
    border-left: 1px dotted #dedede;
}
.artList .articles li{
    margin-bottom: 45px;
}
.artList .articles li .yuan{
    width: 12px;
    height: 12px;
    background: url("../ul.png") no-repeat center ;
    color: #f9f9f9;
    position: relative;
    top: 4px;
    left: -31.5px;
}
.artList .articles li span{
    float: right;
    margin-right: 15px;
}
.artList .article .content img{
    max-width: 880px;
}
.articles li a:hover{
    color: #aaaaaa;
}

/*正文*/
.artList .article{
    width: 880px;
    margin-left: 55px;
    padding: 40px 0 5px 0;
}
.artList .article .headline{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.artList .article .message{
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: #AAAAAA;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #CCCCCC;
}

/*底部*/
.footer{
    background: #4d4d4d;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 30px 0 36px;
    margin-top: 80px;
    height: 100px;
}
.footer .center{
    width: 600px;
    margin: 0 auto;
}