.title_menu2, .title_menu2 a:link, .title_menu2 a:visited {
    color: #646464;
}
.title_menu2 {
    background: #f7f7f7;
    border-bottom: #e5e5e5 solid 1px;
    font-size: 14px;
}
.wrap_1180 {
    width: 1180px;
    margin: 0px auto;
}
.title_menu2 li {
    float: left;
    width: 106px;
    text-align: left;
    padding: 8px 0;
}
/*文章*/
.index_container {
    background: #f2f2f2;
    padding: 20px 0;
}
.s20 {
    margin-bottom: 20px;
}
.wrap_space {
}
.wrap {
    width: 1180px;
    margin: 0px auto;
}
.Layout_800 {
    display: inline;
    width: 800px;
    padding: 0px;
    float: left;
}
.mright {
    margin-right: 20px;
}
.item {
    background: #ffffff;
    border: #e6e6e6 solid 1px;
    padding: 10px;
}
.newslist_box {
    background: #ffffff;
    border: #dddddd;
}
.newslist_box_title {
    padding: 10px 10px;
    margin-bottom: 15px;
    background: url(../images/news_box_title.gif) left bottom no-repeat;
}
.newsList2 {
    font-size: 12px;
}
.newsList2 h3, .newsList2 h3 a:link, .newsList2 h3 a:visited {
    color: #111111;
}
.newsList2 h3 {
    font-size: 15px;
    height: 21px;
    vertical-align: top;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0 0 10px 0;
}
.newsList2 .msg {
    padding-bottom: 10px;
    color: #999;
    font-family: Arial;
}
.newsList2 li {
    padding-left: 25px;
    padding-top: 5px;
    /*background: url(../images/li.gif) no-repeat 10px 15px;*/
    margin-bottom: 10px;
    border-bottom: #cccccc dotted 1px;
}
 li {
    list-style: none;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

/*分页*/
.pager {
    text-align: center;
}
.pagingbar a, .pagingbar span {
    padding: 3px 8px 3px 8px;
    font-size: 14px;
    margin-right: 3px;
    border: solid 1px #bcbcbc;
    line-height: 30px;
    font-size: 12px;
    background: #ffffff;
}
.pagingbar .current-page {
    background: #0099ff;
    border: solid 1px #547DBE;
    font-weight: bold;
    color: #ffffff;
}
.pagingbar a {
    text-decoration: none;
    color: #333333;
}

/*文章详情*/
.news_detail {
    padding: 15px;
}
.news_detail h1 {
    color: rgb(0, 0, 0);
    font-family: 微软雅黑, 黑体;
    font-size: 22px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
}
.news_detail .msg {
    border-bottom: solid 1px #ccc;
    color: #999;
    padding: 10px 0;
    text-align: center;
    position: relative;
    *zoom: 1;
}
.news_detail .desc {
    background: #f7f7f7;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px;
}
.news_detail .content {
    font-size: 14px;
    line-height: 26px;
    color: #111;
}