
.dynamic_div{width:1200px;margin:0 auto 0;position:relative;height:auto;overflow:hidden;background:#fff;padding:0 30px;}
.dynamic_loc{font-size:13px;color:#555555;line-height:55px;border-bottom:1px #d6d6d6 solid;}
.dynamic_loc:before{content:"";width:15px;height:13px;background:url("../images/home.jpg") no-repeat;display:inline-block;margin-right:5px;position: relative;top: 1px;}
.dynamic_left{width:817px;float:left;height:auto;overflow:hidden;}
.dynamic_left ul li{margin-top:30px;padding-bottom:30px;border-bottom:1px #f0f0f0 solid;height:auto;overflow:hidden;}
.dyna_img,.dyna_img img{width:196px;height:129px;float:left;}
.dyna_text{width:594px;float:right;}
.dyna_text .text_p{font-size:18px;color:#333333;}
.dyna_text .text_p2{font-size:14px;color:#828282;line-height:26px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:55px;}
.dyna_text .text_p3{font-size:14px;color:#bbbbbb;margin-top:24px;position: relative;}
.dynamic_right{width:291px;float:right;height:auto;margin-top:30px;overflow:hidden;}
.text_p3 a{
    width: 100px;
    height: 27px;
    position: absolute;
    right: 0;
    top: -4px;
    border: 1px solid #f90;
    border-radius: 5%;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 2px;
    color: #f90;
    text-align: center;
    display: inline-block;}
.dynmaic_first{height:auto;overflow:hidden;}
.dynmaic_first p,.dynmaic_second p{font-size:18px;color:#333333;}
.dynmaic_first p:before,.dynmaic_second p:before{content:"";width:4px;height:17px;background:#ee484d;display:inline-block;vertical-align:middle;margin-right:10px;}
.dynmaic_first ul li{margin-top:7px;}
.dynmaic_first ul li a{padding:8px 15px;border-radius:5px;font-size:15px;color:#fff;background:#eb6465;display:block;float:left;margin-right:7px;margin-top:10px;}
.dynmaic_first ul li a:nth-child(6n+1){background:#eb6465;}
.dynmaic_first ul li a:nth-child(6n+2){background:#66ade4;}
.dynmaic_first ul li a:nth-child(6n+3){background:#ffb342;}
.dynmaic_first ul li a:nth-child(6n+4){background:#5dc8b3;}
.dynmaic_first ul li a:nth-child(6n+5){background:#d97bba;}
.dynmaic_first ul li a:nth-child(6n+6){background:#7ed47c;}
.dynmaic_ban{margin-top:30px;}
.dynmaic_ban,.dynmaic_ban img{width:293px;height:98px;}
.dynmaic_second{margin-top:30px;}
.dynmaic_ul li{width:75px;height:auto;overflow:hidden;float:left;margin-top:20px;margin-right:28px;}
.dynmaic_ul li:nth-child(3n){margin-right:0;}
.dynmaic_ul li:nth-child(1),.dynmaic_ul li:nth-child(4){margin-left:12px;}
.dynmaic_ul li a{width:50px;height:50px;text-align:center;font-size:15px;background:#ed5152;display:block;margin:0 auto 10px;border-radius:5px;}
.dynmaic_ul li a img{width:50px;height:50px;}
.dynmaic_ul li a:last-child{width:auto;height:auto;background:none;}
.dynmaic_ul li:hover a{background:#faa332;}
.dynmaic_ul li:hover a:last-child{background:none;color:#faa332;}


.newsWrap {
    margin: 0 auto;
    width: 291px;
    height: 330px;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.newsWrap .innerTitle {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}
.newsWrap .innerTitle img {
    width: 21px;
    height: 22px;
    margin-right: 7px;
}
.newsWrap .innerTitle span {
    font-weight: 400;
    font-size: 22px;
    color: #222222;
    line-height: 68px;
}
.newsWrap .newsCont {
    box-sizing: border-box;
    padding-top: 5px;
}
.newsWrap .newsCont .newsContItem {
    display: flex;
    align-items: center;
    width: 100%;
    height: 31px;
}
.newsWrap .newsCont .newsContItem i {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #FF2804;
}
.newsWrap .newsCont .newsContItem p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 26px;
}
.newsWrap .newsCont .newsContItem:hover p {
    color: #FF2804;
}
