﻿body{
    background: #fff;
}
.main-box-wrap{
	background:url(../img/smzq_banner.jpg) no-repeat;
	background-size:100% auto;
}
.main-wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto 20px;
}
.top-wrap{
    width: 100%;
    position: relative;
	height:220px;
}
.top-wrap .top-bg{
    display: block;
    width: 100%;
}
.top-wrap .logo-img-wrap{
    display: block;
    width: 100%;
    position: absolute;
    top: 111px;
}
.top-wrap .logo-img{
    display: block;
    width: 352px;
    margin: 0 auto;
}
.section-box{
    margin-top: 20px;
	background:#fff;
}
.section-box .section-tit{
    background-repeat: no-repeat;
    background-position: left center;
    height: 50px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.section-box .section-tit span{
    color: #1269d3;
    border-bottom: #ff1c00 1px solid;
    padding: 0 16px 10px;
    line-height: 52px;
    height: 52px;
}
.section-box .section-main{
    border: 1px solid #9ecbef;
    padding: 18px 20px;
}
.section-box .section-main .list-item{
    line-height: 42px;
    padding-left: 16px;
    position: relative;
}
.section-box .section-main .list-item .item-tit{
    display: block;
    width: 60%;
	font-size:16px;
}
.section-box .section-main .list-item .item-tit.xzjc{
    width: 100%;
}
.section-box .section-main .list-item:after {
    content: "";
    background: #cccccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}
.section-box .section-main .list-item .time {
    font-size: 15px;
    color: #999;
}
.section-box .section-main .list-item .time-wrap{
    margin-top: 10px;
    height: 60px;
    display: none;
}
.section-box .section-main .list-item.cur .time-wrap{
    display: block;
}
.section-box .section-main .list-item .time-wrap .time-item{
    display: block;
    float: left;
    margin-right: 18px;
    line-height: 34px;
    padding-left: 0;
    text-align: center;
    border-radius: 3px;
}
.section-box .section-main .list-item .time-wrap .time-item .tit{
    height: 36px;
    width: 120px;
    text-align: center;
    display: block;
    /* padding: 0 10px; */
    border: 1px solid #d5d5d5;
    color: #8d8d8d;
}
.section-box .section-main .list-item .time-wrap .time-item .tit.end{
    color: #1269d3;
    border: 1px solid #b5e7ff;
}