﻿/********* NewsList ************/
.listheight{
    min-height:550px;
}
.newslist{
    height:110px;
    width:1128px;
    margin:0 auto 15px auto;
    border:1px #eeeeee solid;
    padding:0 15px 0 15px;
    overflow:hidden;
}
.newslist dl dt{
    height:50px;
    line-height:50px;
    width:100%;
    border-bottom:1px dashed #eeeeee;
}
.newslist dl dt a{
    font-family:"Microsoft Yahei";
    font-size:22px;
    color:#d40b0b;
}
.newslist dl dt a:visited{
    color:#d40b0b;
}
.newslist dl dt a:hover{
    color:#ff0000;
}
.newslist dl dt span{
    float:right;
    color:#000000;
    font-size:14px;
    font-weight:bold;
}
.newslist dl dd{
    width:100%;
    text-indent:2em;
    color:#999999;
    line-height:27px;
}
.newslist dl dd span{
    float:right;
    font-size:14px;
}
.newslist dl dd span a{
    color:#999999;
    font-size:14px;
}
.newslist dl dd span a:visited{
    color:#999999;
}
.newslist dl dd span a:hover{
    color:#ff0000;
}
/********* MenuImage ************/
.newsmenu{
    width:100%;
    height:160px;
    border-bottom:1px #eeeeee solid;
}
.menu_title{
    margin:0 auto 0 auto;
    width:1160px;
    height:160px;
    line-height:160px;
    font-size:28px;
    font-family:"Microsoft Yahei";
    letter-spacing:5px;
    color:#333333;
    text-indent:1em;
}
.menu_fast{
    width:1160px;
    height:50px;
    line-height:50px;
    margin:0 auto 0 auto;
    background:url(/Images/fastmenu.png) no-repeat 0 15px;
    text-indent:30px;
}
.menu_fast a{
    color:#d40b0b;
    font-size:14px;
    font-family:"Microsoft Yahei";
    font-weight:bold;
    letter-spacing:2px;
}
.menu_fast a:visited{
    color:#d40b0b;
}
.menu_fast a:hover{
    color:#ff0000;
}
/********* 分页 ************/
.pageindex{
    height:60px;
    width:1160px;
    margin:0 auto 0 auto;
}
.pageindex ul{
    float:right;
}
.pageindex ul li{
    float:left;
    height:60px;
    width:80px;
    line-height:40px;
    color:#333333;
    font-size:14px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
}
.pageindex ul li a{
    color:#333333;
    font-size:14px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
}
.pageindex ul li a:visited{
    color:#333333;
}
.pageindex ul li a:hover{
    color:#ff0000;
}

/********* 文章 ************/
.newstitle{
    line-height:70px;
    font-size:30px;
    font-family:"Microsoft Yahei";
    letter-spacing:3px;
    color:#d40b0b;
    overflow:hidden;
    text-align:center;
}
.newsdate{
    height:30px;
    line-height:30px;
    width:1160px;
    margin:0 auto 20px auto;
    text-align:center;
    border-bottom:1px solid #cccccc;
}
.newscont{
    line-height:25px;
    letter-spacing:1px;
    overflow:hidden;
}
.newscont p{
    line-height:25px;
    font-size:16px;
    letter-spacing:1px;
    font-family:'Microsoft YaHei';
}
.newscont p img{
    margin:0 auto;
}
    .newscont p b {
        font-size: 16px;
        font-family: 'Microsoft YaHei';
    }
.relevant {
    width:1160px;
    margin:20px auto 0 auto;
    height:35px;
    line-height:35px;
    background:url(/Images/relevant.png) no-repeat 0 5px;
    text-indent:30px;
    color:#d40b0b;
    font-size:18px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
    font-weight:bold;
    border-bottom:1px #eeeeee solid;
}
.relevant_list{
    overflow:hidden;
    width:1160px;
    margin:20px auto 20px auto;
}
.relevant_list ul li{
    height:30px;
    line-height:30px;
    float:left;
    width:380px;
    overflow:hidden;
}
.relevant_list ul li a{
    color:#333333;
    font-size:14px;
    font-family:"Microsoft Yahei";
    letter-spacing:2px;
}
.relevant_list ul li a:visited{
    color:#333333;
}
.relevant_list ul li a:hover{
    color:#ff0000;
}
.menunews{
    width:1160px;
    overflow:hidden;
    margin:15px auto 15px auto;
}
