/*新闻动态*/
.dtspan {
    margin: 30px auto;
    width: 100%;
}


.container1 {
    margin: 0 auto;
    width: 100%;
}

.dtbox {
    width: 100%;
    /* height: 414px; */
    /* border: 1px solid #ccc; */
    background: #f5f6f6;
}

.news_up {
    width: 100%;
}

/* @media(max-width : 640px) {
    .dtbox {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(min-width : 480px) {
    .dtbox {
        width: 650px;
        margin-bottom: 10px;
    }
}

@media(min-width : 320px) {
    .dtbox {
        width: 650px;
        margin-bottom: 10px;
    }
} */

.dtbox h4 {
    overflow: hidden;
    font-size: 18px;
    background: #f4f4f4;
    margin: 0;
    /* background: url("../images/gj/dttith.png") no-repeat center; */
}

.dtbox h4 a {
    float: left;
    width: 50%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #333;
    background: url(dttitbr.png) repeat-x center 47px;
    transition: all 0s;
    border-bottom: 1px solid #ccc
}

.dtbox h4 .cur {
    background: #fff;
}

/* .dtbox h4 a em {
    font-family: 宋体;
    text-transform: uppercase;
    margin-left: 5px;
    color: #969696;
} */

.dtbox h4 a:hover,
.dtbox h4 a.cur {
    /* background: url("../images/gj/dttith.png") repeat-x center bottom;  */
    border-bottom: 3px solid #0d6fb8;
    /* color: #af1e24; */
    text-decoration: none;
}

.dtbox .news_up {
    margin: 5px 2%;
    /* height: 150px; */
    overflow: hidden;
}

.dtbox .news_up .fl {
    float: left;
    width: 40%;
}

.dtbox .news_up .fl a img {
    width: 100%;
}

.dtbox .fr {
    /* margin-left: 300px; */
    margin: 2%;
    width: 53%;
    float: left;
}

.dtbox .fr h5 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    overflow: hidden;
    /*文本显示一行，超过显示省略号*/
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dtbox .fr h5 a {
    color: #333;
}

.dtbox .fr p {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.dtbox ul {
    margin: 0 20px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

.dtbox li {
    position: relative;
    /* height: 28px; */
    line-height: 28px;
    width: 100%;
}

.dtbox li a {
    display: inline-block;
    padding-left: 3%;
 
    width: 82%;
    color: #333;
    /*省略号*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dtbox ul li {
    background-image: url(li_dian5.png);
    background-position: -1% 45%;
    background-repeat: no-repeat;
}

.dtbox ul li:hover {
    background-image: url(li_dian6.png);
    color: #af1e24;
}

.dtbox li span {
    width: 20%;
    position: absolute;
    right: 0;
    color: #999;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #666;
}

.dtbox li a:hover {
    text-decoration: none;
    color: #af1e24;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

.fl {
    float: left
}

h5 {
    padding: 0;
    margin: 0;
    text-align: left
}