/* main开始 */
.main {
    width: 970px;
    margin: auto;
    padding: 15px;
    background: #FFF;
    padding-top: 8px;
    padding-bottom: 25px;
}

.main-left{
    width: 220px;
    float: left;
    margin-left: 5px;
}

.main-left .main-left-top {
    vertical-align: middle;
    margin: 10px 0;
    margin-bottom: 15px;
}

.main-left .main-left-top img {
    vertical-align: middle;
    margin-bottom: 4px;
}

.main-left .main-left-top>span {
    margin-left: 8px;
    font-family: Microsoft YaHei;
    line-height: 25px;
}

.main-left .main-left-top>span>span {
    margin: 0 10px;
}

.main-left .main-left-middle {
    margin:0 auto;
    width:220px;
    overflow:hidden;
    position:relative;
}

.main-left-middle .prev,
.main-left-middle .next { 
    display: block;
    width: 9px;
    height: 5px;
    float: right; 
    margin-right: 5px; 
    margin-top: 10px;  
    overflow: hidden;
    cursor: pointer; 
    width: 30px; 
    height: 15px; 
    position: absolute; 
    z-index: 99;
}

.main-left-middle  .next { 
    background: url("../images/banner-bottom.png") no-repeat;
    bottom: 0px;
    left: 48%;
}

.main-left-middle  .prev { 
    background: url("../images/banner-top.png") no-repeat; 
    top: 0px;
    left: 48%; 
}

.main-left-middle .bd ul{ 
    overflow: hidden; 
    zoom: 1; 
}

.main-left-middle .bd ul li{ 
    text-align: center; 
    zoom: 1; 
}

.main-left-middle .bd ul li .pic{ 
    text-align: center; 
}

.main-left-middle .bd ul li .pic img{ 
    width: 220px; 
    height: 220px; 
    display: block;  
}

.main-left-middle .bd ul li .pic a:hover img{ 
    border-color: #999;  
}

.main-left-middle .bd ul li .title{ 
    line-height: 24px; 
}

#scrollDiv{
    width: 221px;
    height: 221px;
    overflow: hidden;
    display: block;
}

#scrollDiv ul{
    width: 221px;
}

#scrollDiv li{
    width: 220px;
    height: 220px; 
    float: left;
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#scrollDiv li img{
    width: 220px;
    height: 220px;
    float: left;
}

.mian-left-bottom { 
    width: 220px; 
    margin-top: 15px; 
    padding-right: 26px; 
    margin-left: -1px 
}

.h20 { 
    height: 20px; 
    overflow: hidden; 
    clear: both; 
}

.nice-select { 
    width: 220px; 
    height: 25px; 
    border: 1px solid #ccc; 
    position: relative;   
    cursor: pointer; 
}

.nice-select input { 
    display: block; 
    color:#727171; 
    text-indent:15px; 
    width: 195px; 
    height: 25px; 
    line-height: 25px; 
    border: 0; 
    outline: 0; 
    background: none; 
    cursor: pointer; 
    float:left; 
}

.nice-select ul { 
    width: 100%; 
    display: none; 
    position: absolute; 
    left: -1px; 
    top: -120px; 
    overflow: hidden; 
    background-color: #fff; 
    height: 120px; 
    overflow-y: auto; 
    border: 1px solid #999; 
    border-bottom: 0; 
    z-index: 9999;
}

.nice-select ul li a{ 
    height: 30px; 
    line-height: 30px; 
    overflow: hidden; 
    padding: 0 10px; 
    cursor: pointer; 
    color:#666; 
    font-size:12px;
}
.nice-select ul li.on { 
    background-color: #e0e0e0; 
}

.nice-select span {
    background:  url("../images/link_icon.png")  right center no-repeat #ccc; 
    width: 25px; 
    height: 25px; 
    border: none;  
    float: left;    
}

.list {
    padding-bottom: 6px;
    height: 177px;
    overflow: hidden;
}

.list-box { 
    width:325px; 
    float:left; 
    margin-left: 30px;
}

.list-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.list-con li {
    text-indent: 15px; 

    float: left; 
    width: 100%;
}

.list-con li a { 
    padding-bottom: 6px; 
    float: left; 
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-con li a:hover { 
    color:#f00;
}

.list-con li a:hover span {
    color:#f00;
}

.list-con a ,.list-con span { 
    font-size: 12px; 
    color:#727171;
}

.list-con a {
    float:left;
}

.list-con span {
    float:right; 
    padding-bottom:6px;
}

.title { 
    vertical-align: middle; 
    margin:10px 0;  
    margin-bottom: 15px;
}

.title img { 
    vertical-align: middle; 
    margin-bottom:4px; 
}

.title>span {  
    margin-left: 8px;
    font-family: "Microsoft YaHei"; 
    line-height:25px;
}

.title>span>span { 
    margin: 0 10px;
}

.title .more { 
    float: right; 
    background: url("../images/more-icon.png") center 7px no-repeat; 
    width: 20px; 
    height: 20px;
}

.title .more:hover { 

}

.list-bt { 
    margin-top:-4px;
}