* {
    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: 30px;
}
/* ----- */
.xxml{
    width: 420px;
    height: auto;
}
.xxml ul{
    margin-top: -20px;
}
.xxml ul li{
    width: 100%;
    height: 70px;
padding: 0 30px;
line-height: 70px;
background: url(jt.png) no-repeat center right 30px;
background-color: #EEF9FF;
position: relative;
margin-top: 20px;
}
.xxml ul li span{
    position: absolute;
    left: 92px;
    font-size: 18px;
}
/* ------- */
.xxnr{
    width: 750px;
    height: auto;
}
.news-title {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.news-title ul li {
    font-size: 22px;
    color: #333333;
    float: left;
    margin-left: 30px;
    line-height: 22px;
    padding-bottom: 18px;

}

.news-title ul li:first-child {
    margin-left: 0px;

}

.news-title ul li.hover {
    font-weight: bold;
    border-bottom: 4px solid #1F86F0;
}

.more{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}
.more a{
    color: #999999;
}

.news-list ul {
    margin-top: 3px;
}

.news-list ul li {
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    background: url(dian.png) no-repeat left 21px;
    padding-left: 19px;

}

.news-list ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    max-width: 80%;
    display: block;
    float: left;
}
.news-list ul li span {
    color: #999999;
    float: right;
}

.news2{
    margin-top: 26px;
}
/* ------- */
.list{
    margin-top: 20px;
}
.list ul {
    margin-left: -30px;
}
.list ul li{
    float: left;
    width: 230px;
height: 108px;
margin-left: 30px;
position: relative;
line-height: 108px;
}
.list ul li img{
    width: 100%;
height: 100%;
}
.list ul li span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 95px;
    font-size: 22px;
    font-weight: bold;
}
/* ---- */
.news-list{
    min-height: 225px;
}