@charset "UTF-8";

* {
    font-family: "微软雅黑";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    color: #333333;
}

a:hover {
    color: #255fb8;
}

.top_in {
    width: 1200px;
    margin: 0 auto;
}
/* 当前位置 */
.dqwz {
    width: 1200px;
    margin: 15px auto;
    background: #fefefe;
    padding: 15px 15px 15px 0;
}
/* cont1 */
.cont1,
.cont2,
.cont3 {
    margin-top: 25px;
    padding: 20px;
    background: #f9f9f9;
}

.cont1l {
    width: 50%;
}

.cont1l video {
    width: 580px;
    height: 336px;
}

.cont1r {
    width: 48%;
}

.tit {
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.gktxt {
    font-size: 16px;
    line-height: 37px;
    color: #555555;
    margin: 13px 0;
    text-indent: 2em;
    text-align: justify;
}

.gkxq {
    color: #f00;
    margin-left: 10px;
}

.gkfl li {
    float: left;
    text-align: center;
    line-height: 47px;
    height: 47px;
    width: 18%;
    background: #fff;
    margin-left: 2.5%;
    border: 1px solid #eaeaea;
}

.gkfl li:first-child {
    margin-left: 0;
}

.gkfl li a {
    display: block;
}

.cont2l,
.cont2r {
    width: 550px;
}

.xxlist {
    margin-top: 15px;
}

.xxlist li {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: url(dian.png) no-repeat left center;
}

.xxlist li a {
    display: block;
    width: 75%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xxlist li span {
    float: right;
    color: #999;
}

.jdlist li {
    width: 23%;
    float: left;
    position: relative;
    margin: 1%;
}

.jdlist li img {
    width: 100%;
    height: 180px;
    padding: 3%;
    background: #fff;
    border: 1px #CCC solid;
    box-sizing: border-box;
}

.jdlist li span {
    position: absolute;
    bottom: 7px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 94%;
    margin-left: 3%;
    background: rgba(38, 38, 38, 0.5);
    color: #fff;
    font-size: 16px;
}
.jdlist li span:hover{
    background: rgba(38,38,38,0.7);
}