﻿* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

a {
    color: #333333;
    /* position:relative; */
}

a:hover {

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}

ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";

}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.bt-none {
    display: none;
}

.bt-block {
    display: block;
}
/* ---------- */
.content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 23px;
}
/* ----- */
.title{
    width: 100%;
    font-weight: Bold;
font-size: 22px;
color: #333333;
line-height: 24px;
}
.list{
    margin-top: 20px;
}
.list ul {
    margin-left: -30px;
}
.list ul li{
    float: left;
    width: 277.5px;
height: 136px;
margin-left: 30px;
}
.lstj{
    margin-top: 30px;
}
.lszt{
    width: 570px;
}
.lszt-title {
    border-bottom: 1px solid #EEEEEE;
}
.lszt-title span {
    border-bottom: 4px solid #1F86F0;
    font-size: 22px;
    color: #333333;
    line-height: 24px;
    display: block;
    float: left;
    padding-bottom: 18px;
    font-weight: Bold;
}
.lszt-title a {
    font-size: 16px;
    color: #999999;
    float: right;
}
.lszt ul {
    margin-top: 3px;
}
.lszt ul li {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    background: url(dian.png) no-repeat left 20px;
    padding-left: 19px;
}
.lszt ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    max-width: 80%;
    display: block;
    float: left;
}
.lszt ul li span {
    color: #999999;
    float: right;
}