
body{background: #fbfbfb;padding: 0;margin: 0;}
.box>.main{background: #fff;}

/** 导航 */
.menuInfo{
    font-family: "微软雅黑", "黑体";
    font-size: 14px !important;
    color: black !important;
}
.menuInfo td {
    border-right: 1px solid gray;
    width: 124px;
    text-align: center;
}
#showtime{
    color: #999;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑", "黑体";
}
.nav-item>div>a{
    color: black !important;
}


.indexcenter{
    font-family: "微软雅黑", "黑体";
    font-size: 14px !important;
    color: black !important;
}
.indexcenter1,.indexcenter2,.indexcenter3,.indexcenter4{
    float: left;
    border: 1px solid #CCC;
    margin-top: 20px;
    background: white;
}
.indexcenter1{
    width: 340px;
    height: 342px;
}
.indexcenter2{
    width: 554px;
    margin-left: 20px;
    height: 342px;
}
.indexcenter3{
    width: 260px;
    height: 203px;
    margin-left: 20px;
}
.indexcenter4{
    width: 260px;
    margin-left: 20px;
    margin-top: 1px;
    background: #fbfbfb;
}
.subTitleBg {
    border-bottom: 1px solid #CCC;
    height: 32px;
    width: 100%;
}
.subTitle {
    height: 32px;
    margin-left: 25px;
    float: left;
    line-height: 32px;
    color: #2D95E1;
    font-size: 16px;
    font-weight: bold;
}
.subTitle-more{
    float: right;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}
.indexcenter2>ul{
    overflow: hidden;
    margin: 0;
    padding: 10px 20px;
}
.indexcenter2>ul>li{
    padding: 8px 0;
    border-bottom: 1px dotted #999999;
    height: 24px;
    line-height: 24px;
}
.indexcenter2>ul>li>a{
    float: left;
    display: block;
}
.indexcenter2>ul>li>.span1{
    float: left;
    display: block;
    background: url(/images/li02.gif) no-repeat 0 0;
    width: 13px;
    height: 20px;
    margin-top: 10px;
}
.indexcenter2>ul>li>.span2{
    float: right;
    display: block;
}
.more {
    text-align: right;
    padding: 0 20px;
}
.more a.more-link {
    color: #525252;
}
.more-link .moretext {
    display: inline;
}
.more-link .moretext img {
    vertical-align: bottom;
}

.indexcenter3>ul{
    overflow: hidden;
    margin: 0;
    padding: 10px 20px;
}
.indexcenter3>ul>li{
    padding: 8px 0;
    border-bottom: 1px dotted #999999;
    height: 20px;
    line-height: 20px;
}
.indexcenter3>ul>li>a{
    float: left;
    display: block;
}
.indexcenter3>ul>li>.span1{
    float: left;
    display: block;
    background: url(/images/li02.gif) no-repeat 0 0;
    width: 13px;
    height: 20px;
    margin-top: 8px;
}
.indexcenter4{
    border: none;
}
.indexcenter4>.btn{
    margin-top: 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}

.indexcenter4>.btn>a{
    color: #FFF;    
}
.indexcenter4>.btn1{
    background: url('/images/btnBg01.png') no-repeat center;
    background-size: 100% 36px;
}
.indexcenter4>.btn2{
    background: url('/images/btnBg02.png') no-repeat center;
    background-size: 100% 36px;
}