.news-banner {
    height: 300px;
}
.title-wrap {
    width: 1000px;
    margin: 0 auto;
    margin-top: 43px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.title-box {
    font-size: 0;
    width: 1200px;
}
.rich-boxs{
    padding: 0px 0 61px 0;
}
.rich-box img{
    /* max-width: 100%; */
    /* max-width: 1000px !important; */
}

.title-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    font-size: 0;
    flex: 0 0 auto;
}
.rich-box:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



    /*.rich-box span:after { !*伪元素是行内元素 正常浏览器清除浮动方法*!*/
/*    content: "";*/
/*    display: block;*/
/*    height: 0;*/
/*    clear: both;*/
/*    visibility: hidden;*/
/*}*/
.new-type {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight:bold;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    border-radius: 3px 0 0 3px;
    color: #fff;
}
.arrow {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 14.5px solid transparent;
    border-top: 14.5px solid transparent;
}
.arrow .circle{
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    right: 8px;
    top: -4px;
}
.title-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    font-size:30px;
    color: #222222;
    line-height:42px;
}
.new-date {
    padding-bottom: 41px;
    margin-top: 39px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
}
.news-more-info span:first-child {
    margin-right: 30px;
}
.rich-box {
    padding: 40px 0 61px 0;
    border-bottom: 1px solid #E5E5E5;
}
.other-new {
    margin-top: 40px;
}
.other-new-title {
    font-size: 20px;
    line-height: 20px;
    color: #222222;
}
.other-list {
    display: block;
    padding-bottom: 60px;
}
.item {
    position: relative;
    padding-left: 12px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.item:hover {
    color: #147DCE;
}
.item:hover .other-title-text {
    text-decoration: underline;
}
.item:after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 7px;
    left: 0;
    background-color: #000;
}
.item:hover:after {
    background-color: #147DCE;
}
.other-title-text {
    max-width: 900px;
}
.keywords-box {
    margin-top: 40px;
    font-size: 14px;
}
.keywords-box .label {
    float: left;
    width: 50px;
    line-height: 20px;
    color: #333333;
}
.keywords {
    margin-left: 40px;
    line-height: 20px;
    color: #147DCE;
}
.group-title-wrap{
    width: 1200px;
    height: 228px;
    position: relative;
    margin: auto;
    margin-top: 40px;
}
.group-title-wrap img{
    width: 100%;
    height: 100%;
}
.group-title-wrap div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -180px;
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 228px;
    text-align: center;
    text-shadow: 0px 2px 4px #578cd7;
    letter-spacing: 6px;
}