.news-container{
    margin-top: 20px;
}
.news-nav{
    margin-top: 100px;
}
.news-icon{
    margin-right: 10px;
    padding-top: 5px;
    vertical-align: bottom;
}
.news-l{
    width: 900px;
}
.news-r-box{
    width: 300px;
    border:1px dashed #ddd;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}
.news-r-title{
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid #1bbcef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.news-span{
    border:1px solid #ddd;
    padding: 5px 8px;
    margin:10px 10px 0 0;
    float: left;
    font-size: 12px;
    cursor: pointer;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}
.news-t{
    margin-top: 40px;
    height: 179px;
    background-color: #18dcf5;
}
.news-t-box{
    width: 360px;
    margin-right: 39px;
    text-align: center;
    padding-top: 20px;
}
.news-t-title{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
}
.news-t-p{
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}
.news-container .li-l{
    height: 70px;
    width: 75px;
    color: #fff;
    margin-top: 8px;
    background-color: #89c997;
    margin-right: 22px;
    font-size: 24px;
    text-align: center;
}
.news-container .li-l .ul-day{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.news-container .li-l .ul-month {
    font-size: 13px;
    display: block;
}
.news-ul{
    padding-bottom: 70px;
}
.news-ul .li-r{
}
.news-container .li-r .li-r-title{
    width: 760px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #5a5a5a;
    margin-top: -8px;
    margin-bottom: 10px;
}
.news-container .li-r .li-r-title:hover{
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    color: #000;
}
.news-container .li-r .news-p{
    color:#ccc;
    font-size: 14px;
    width: 760px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    flex-direction: column;
    -webkit-box-orient: vertical;
}
.news-b-title2{
    margin-bottom: 50px;
}
.news-container .news-ul li{
    border-bottom: 1px dotted #ccc;
    padding: 20px 20px 20px 0;
    margin-right: 20px;
}
.readNow{
    color: #1bbcef;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
}
.recRead .li-l{
    height: 62px;
    width: 64px;
    margin-right: 10px;
    font-size: 24px;
}
.recRead .li-r{
    width: 200px;
}
.recRead li{
    margin-bottom: 15px;
}
.recRead .li-l .ul-day{
    margin-top: 8px;
    font-size: 18px;
}
.recRead .li-l .ul-month {
    font-size: 13px;
    display: block;
}
.news-ul{
    padding-bottom: 70px;
}
.recRead .li-r .li-r-title{
    font-size: 14px;
    margin-top: -3px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 200px;
}
.recRead .li-r p.news-p {
    width: 200px;
    color:#ccc;
    font-size: 12px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    flex-direction: column;
    -webkit-box-orient: vertical;
}
.news-b-title2{
    margin-bottom: 50px;
}
.hotNews a,.aboutNews a{
    width: 280px;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding:8px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}
.hotNews a:last-child,.aboutNews a:last-child{
    border-bottom: none;
}
.hotNews a:hover,.aboutNews a:hover{
    color: #000;
}
.hotNews .news-r-title2{
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.aboutNews .news-r-title2{
    max-width: 336px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-r-box .news-span:hover{
    background-color:#1bbcef;
    color: #fff;
}
/*��������*/
.news-content{
    padding: 20px 60px;
}
.news-con-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.news-con-title2{
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 10px;
}
.news-con-title2 span{
    margin-right: 10px;
}
.news-detail{
    margin: 30px 0 0 0;
    min-height: 600px;
}
.aboutNews a{
    width: 370px;
    float: left;
    margin-right: 50px;
}
.news-l-bottom{
    border-top: 1px dashed #ddd;
    padding: 20px 0 0 0;
    margin-left: 60px;
}
.news-b-container{
    border: 1px solid #1bbcef;
    margin: 60px 50px 60px 60px;
}
.b-container-title{
    height: 38px;
    background-color: #1bbcef;
    padding-top: 6px;
}
.b-title-color{
    background-color: #fff;
    margin-left: 10px;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
}
.news-b-box{
    margin: 20px 10px;
    color: #333;
    font-weight: bold;
}
.news-b-content{
    font-weight: normal;
    margin-top: 10px;
}
.news-r-time{
    color: #999;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.newsCon .help-r{
    width: 890px;
    margin-right: 10px;
}
.newsCon .news-r .news-r-box{
    background-color: #fff;
}