/*
 @Description:
 @author: sxx
 @date 2019/7/18
*/
.main-index {
    background: url(../images/top-bg.jpg) no-repeat;
}
.menu>li>a {
    display: inline-block;
    font-family: "新宋体";
    font-weight: bold;
}
.new-one {
    width: auto;
    padding-left: 12px;
    padding-bottom: 20px;
    line-height: 16px;
    margin-left: 140px;
}
.new-one p{
    height: 40px;
    line-height: 20px;
}
.link-index li:last-child{
    margin: 0;
}
.link-index{
    width: 100%;
    min-width: 970px;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0;
}
.link-index ul{
    text-align: center;
    padding: 0;
    margin-top: 10px;
}
.link-index ul li{
    display: inline-block;
    float: none;
}
.mr-orange-btn{
    display: inline-block;
    padding: 0 15px;
    height:36px;
    line-height: 36px;
    background:rgba(235,82,59,1);
    box-shadow:0px 3px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius:18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff!important;
}
sub {
    bottom: -.25em;
}

sub, sup {
    position: relative;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
}
.neslist {
    padding: 30px 30px;
}
.neslist li.fold-li{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 80px;
    box-sizing: border-box;
}
.neslist li.fold-li span{
    position: absolute;
    right: 0;
    top: 0;
}
.admin-login{
    color: #EB523B;
    margin-left: 10px;
}
.course-folding li span{
    font-weight: bold;
}
/*新闻通知详情推荐导航*/

.mr-sub-nav{
    width: 330px;
    background: #F7F7F7;
    float: left;
}
.mr-sub-nav-h2{
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 26px;
    box-sizing: border-box;
}
.mr-sub-nav-h2:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 6px;
    height: 100%;
    background: #ED6C3F;
}
.mr-newsR{
    width: 860px;
    float: right;
}
.mr-sub-recommend{
    padding:10px 20px;
    padding-top: 0;
    box-sizing: border-box;
    font-size: 14px;

}
.mr-sub-recommend li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 13px 0;
    border-bottom: 1px solid #E8E8E8;
}
.mr-sub-recommend li:last-child{
    border:none;
}

.mr-sub-recommend li a{
    color: #333;
}
.mr-sub-recommend li:hover a{
    color: #ED6C3F;
    text-decoration: underline;
}
.mr-sub-recommend li.select a{
    color: #ED6C3F;
    text-decoration: underline;
}
/*新闻列表新增二级导航*/
.pulic-main .tab-content-index{
    position: relative;
}
.mr-news-list{
    float: left;
    width: 230px;
    background: #F7F7F7;
}
.mr-news-list li a{
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8;
}
.mr-news-list li.nav_active a{
    background: #EB523B;
    color: #fff;
}
.mr-news-conR{
    width: 939px;
    float: left;
    margin-left: 30px;
}
.mr-news-conR .news-list{
    padding-left: 0;
    padding-right: 100px;
}
.mr-news-list .news-n p{
    width: 725px;
}
.news-n .time-newsm {
    display: inline-block;
    color: #606060;
    font-size: 13px;
    margin-top: -9px;
    vertical-align: middle;
}
