body{
    background: #f6f6f6 !important;
}
.pub-top-nav,pub-info{
    width: 1080px;
    background: #f6f6f6;
    overflow-y: auto;
}
.pub-top-nav a:hover {
    color: #5472e9;
    text-decoration: none;
}
.pub-top-nav .breadcrumb{
    width: 70%;
    float: left;
    background: none;
    padding-left: 0;
}
.pub-top-back{
    float: right;
    width: 30%;
}
.pub-top-back a{
    float: right;
    margin-right: 20px;
    background: #0B74F5;
    color: #fff;
    padding: 6px 30px;
    border-radius: 4px;
    margin-top: 7px;
}
.pub-top-back a:hover{
    color: #fff;
}
.pub-info{
    margin-top: 0px;
}
.newsnotice{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    background: #fff;
    overflow: hidden;
}
.new-licheck a{
    color: #fff !important;
    background: #3c96e1 !important;
}
.newsnotice .newsnotice-left .new-licheck{
    border: 0;
}
.newsnotice-left ul li div {
    width: 50px;
    height: 40px;
    margin: 10px auto;
}
.newsnotice-right{
    margin-top: 20px;
    padding: 0px 20px 20px 40px;
    min-height: 450px;
}
.newsnotice-right .fg-title {
    width: 120px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3c96e1;
    line-height: 60px;
    background: url('../../img/pub/b-bg.png') no-repeat bottom;
}
.newsnotice-right .mov-switch {
    width: 110px;
    height: 34px;
    display: flex;
    line-height: 34px;
    margin-left: 160px;
    margin-top: -30px;
}
.newsnotice-right .fg-ul {margin: 20px 0px;}
.newsnotice-right .fg-ul ul li:hover {background: #f6f6f6;}
.fg-ul ul li:hover .li-info{
    color:#3c96e1;
    background:url('../../img/pub/list2.png') no-repeat left center;
}
.fg-ul ul li:hover .li-time{color:#3c96e1;}
.newsnotice-right .fg-ul ul li {
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
}

.newsnotice-right .fg-ul ul li a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #333;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.newsnotice-right .li-info {
    width: 620px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: url('../../img/pub/list1.png') no-repeat left center;
}
.newsnotice-right .li-time {
    width: 100px;
    float: right;
    color: #999;
}

.newsTab {
    margin: 30px 0 15px;
}
.newsTab .layui-tab-title {
    border: 0;
    display: inline-block;
    height: auto;
}

.newsTab .layui-tab-title li {
    box-shadow: 0px 0px 18px 0px rgba(43, 66, 125, 0.11);
    color: #333;
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 25px 0 0;
    border-radius: 4px;
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.newsTab .layui-tab-title .layui-this {
    color: #FFFFFF;
    background: #155EDE;
}
.newsTab .layui-tab-title .layui-this:after {
    border: 0;
}

