﻿body {
}
.title1 {
    width: 323px;
    height: 75px;
    border: 1px solid #ececec;
    text-align: center;
    background-image: url('../images/blueground3.jpg');
}
.title1 font{
    font-size:23px;
    height:75px;
    line-height:75px;
    color:#fff;
}
.list1{
    overflow:hidden;
}
.list1 ul li {
    width: 323px;
    border: 1px solid #ececec;
    float: left;
    background-color: #fff;
    overflow: hidden;  
}
.list1 a{
    display: block;
    background-image: url('../images/whiteground.jpg');
    background-size:100% 100%;  
    overflow: hidden;
    color:#828282;
}
.list1 a:hover{
    display: block;
    background-image: url('../images/blueground.jpg');
    background-size:100% 100%;  
    overflow: hidden;
    color:#fff!important;
}
.list1 span{
    font-size:18px;
    height:40px;
    line-height:40px;
    margin-left:35px;
}


.title2 {
    width: 323px;
    height: 75px;
    border: 1px solid #ececec;
    text-align: center;
    margin-top: 20px;
    background-image: url('../images/blueground3.jpg');
}
.title2 font{
    font-size:23px;
    height:75px;
    line-height:75px;
    color:#fff;
}
.list2{
    overflow:hidden;
}
.list2 ul li{
    width:158px;
    height:111px;
    border:1px solid #ececec;
    float:left;
    overflow:hidden;
    margin-top:8px;
    margin-left:5px;
}
.list2 ul li:nth-child(2n+1){
    margin-left:0px;
}
.list2top{
    width:158px;
    height:83px;
}
.list2top img{
    width:158px;
    height:83px;
}
.list2bottom{
    width:158px;
    height:28px;
    text-align:center;
}
.list2bottom a{
    font-size:16px;
    color:#535353;
    height:28px;
    line-height:28px;
    overflow:hidden;
}