.loyout {
    display: flex;
    justify-content: space-between;
}
.loyout-left {
    width: 300px;
}
.loyout-right {
    width: 860px;
}
/* 左侧一级导航 */
.rootChannel {
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
    background: #0B65B7;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftnav {
    background: #FFF;
    padding: 0 20px;
    border: 1px solid #E5E5E5;
}
.leftnav>li>a {
    box-sizing: content-box;
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #D7D7D7;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftnav>li>a span {
    float: left;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftnav>li>a::before {
    float: left;
    width: 2px;
    height: 18px;
    content: "";
    border: 1px solid #999;
    margin-top: 31px;
    margin-right: 10px;
}
.leftnav>li>a::after {
    float: right;
    width: 9px;
    height: 19px;
    content: "";
    background: url(../imgs/icon-xiala.png) no-repeat center;
    margin-top: 31px;
    display: none;
}
.leftnav>li.cur>a::before,
.leftnav>li>a:hover::before {
    background: #0B65B7;
    border-color: #0B65B7;
}
.leftnav>li.cur>a::after {
    display: block;
}
/* 左侧二级导航 */
.left-secondnav {
    padding: 10px 0;
    border-bottom: 1px solid #D7D7D7;
    display: none;
}
.leftnav>li.cur .left-secondnav {
    display: block;
}
.left-secondnav>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-secondnav>li>a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #999999;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
}
.left-secondnav>li>a.cur,
.left-secondnav>li>a:hover {
    color: #0B65B7;
}
.left-secondnav>li>a.cur::before,
.left-secondnav>li>a:hover::before {
    background: #0B65B7;
}
.leftnav>li:last-child>a {
    border-bottom: 0;
}
.leftnav>li:last-child .left-secondnav {
    border-bottom: 0;
    border-top: 1px solid #D7D7D7;
}
/* 文章列表 */
.article-list li {
    box-sizing: content-box;
    display: flex;
    /* height: 216px; */
    padding: 30px 0;
    border-bottom: 1px dashed #E5E5E5;
}
.aImg {
    display: block;
    width: 288px;
    height: 216px;
    margin-right: 20px;
    overflow: hidden;
}
.aImg img {
    /* width: 100%;
    height: 100%; */
    width: 288px;
    height: 216px;
    vertical-align: middle;
    transition: all .2s; 
}
.aImg:hover img {
    transform: scale(1.1);
}
.aInfo {
    flex: 1;
}
.aTitle {
    display: flex;
    /* margin-top: 20px; */
}
.aTitle h3 {
    flex: 1;
    height: 62px;
    line-height: 31px;
    font-size: 22px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aTitle h3 a {
    color: #333333;
}
.aTitle h3:hover {
    color: #1E4594;
}
.aTitle h3 a:hover {
    color: #1E4594;
}
.aTitle .aTime {
    width: 62px;
    height: 62px;
    margin-right: 20px;
    border: 1px solid #0B66B7;
    text-align: center;
}
.aTitle .aTime .day {
    height: 35px;
    line-height: 35px;
    background: #FFF;
    font-size: 22px;
    color: #0B65B7;
}
.aTitle .aTime .year {
    height: 25px;
    line-height: 25px;
    background: #0B66B7;
    font-size: 12px;
    color: #FFF;
}
.aSummary {
    margin-top: 30px;
    font-size: 16px;
    color: #999;
    max-height: 84px;
    line-height: 28px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list {
    padding-top: 0;
        height: auto;
}
.news-list li {
    padding-bottom: 18px;
    border-bottom: 1px dashed #E5E5E5;
}
/* 分页 */
.pager {
    margin-top: 16px;
    padding: 24px 0;
    user-select: none;
    text-align: center;
}
.pager-nav {
    display: inline-block;
}
.pager a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 5px;
    text-align: center;
    margin: 0 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #999;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}
.pager a.cur,
.pager a:not(.dis):hover {
    border-color: #0B65B7;
    color: #0B65B7;
}
.pager>a:first-child {
    margin-left: 0;
}
.pager>a:last-child {
    margin-right: 0;
}
.pager .pager-prev,
.pager .pager-next {
    padding: 0 12px;
}
.pager .dis {
    cursor: default;
    background: #E5E5E5;
}
/* .jump-inp {
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    width: 60px;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
    margin: 0 2px;
    border: 1px solid #F4F4F5;
    border-radius: 4px;
}
.pager .jump-btn {
    padding: 0 10px;
    color: #FFF;
    background: #0A58A3;
} */
/* 正文页样式 */
#titile {
    padding: 30px 80px;
    font-size: 38px;
    color: #333333;
    text-align: center;
    white-space: pre-line;
}
#titile p{
    font-size: 38px;
    color: #333333;
    text-align: center;
    white-space: pre-line;
}
#content {
    padding-top: 30px;
    font-size: 18px;
    line-height: 2;
}
#content table {
        border: 0.5px solid #000;
        border-spacing: 0px;
border-collapse: separate;
}
#content table tr td{
        border: 0.5px solid #000;
        border-collapse: separate;
        border-spacing: 0px;
}
#content p {
    margin-bottom: 18px;
}
#content img {
    max-width: 100%;
}
#content a {
    color: #1D4594;
}
#content .attachment {}
.expert-2 p{
    line-height: 1.6;
    margin-bottom: 18px;
    
}
.content-date {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    /* text-align: center; */
    font-size: 18px;
    color: #999;
    display: flex;
    justify-content: space-between;
}
.fontsiz {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #0B65B7;
    overflow: hidden;
    /* display: none; */
    vertical-align: middle;
    margin-top: -2px;
}
.fontsiz a {
    float: left;
    color: #0B65B7;
    width: 34px;
    height: 34px;
    text-align: center;
}
.fontsiz a.cur {
    background: #0B65B7;
    color: #FFF;
}
/* 领导介绍 */
.leader-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.leader-item {
    display: flex;
    width: 420px;
    height: 220px;
    background: url(../imgs/ldjjbg.jpg) no-repeat center;
    margin-bottom: 20px;
}
.photo {
    margin-top: 20px;
    margin-left: 20px;
    width: 129px;
    height: 180px;
    overflow: hidden;
}
.leader-info {
    flex: 1;
    padding: 0 20px;
    background: url(../imgs/info-bg.jpg) no-repeat center;
}
.leader-info h6 {
    height: 36px;
    font-size: 28px;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 25px;
}
.leader-info h6::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 36px;
    background: #0B65B7;
    margin-right: 20px;
    margin-top: -3px;
    vertical-align: middle;
}
.leader-info p {
    height: 24px;
    font-size: 18px;
    color: #666;
    margin: 12px 0;
}
/* 专家介绍 */
.expert-list {
    margin-top: 30px;
}
.expert-list li {
    display: flex;
    padding: 30px 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.expert-photo {
    display: block;
    width: 181px;
    height: 250px;
    margin-right: 50px;
    position: relative;
}
.expert-name {
    position: absolute;
    top: -6px;
    right: -150px;
    /* padding: 0 20px; */
    /* height: 50px; */
    /* line-height: 50px; */
    /* background: #0B65B7; */
    font-size: 22px;
    font-weight: 700;
    /* color: #FFFFFF; */
    z-index: 2;
    width: 100px;
}
.expert-info {
    width: 587px;
    padding-top: 20px;
}
.expert-info h6 {
    width: 100%;
    line-height: 22px;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.expert-info p {
    max-height: 144px;
    margin-top: 20px;
    line-height: 2;
    font-size: 18px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.expert-info div {
    margin-top: 30px;
    text-align: right;
}
.expert-info div a {
    font-size: 16px;
    color: #013D89;
}
/* 食品安全国家标准跟踪评价及意见反馈平台 */
.fkpt {
    padding: 200px 0;
}
.fkpt-box {
    display: flex;
    justify-content: space-between;
}
.fkpt-box .fkpt-item {
    display: block;
    margin-right: 87px;
}
.fkpt-box .fkpt-item img {
    width: 313px;
    height: 192px;
    vertical-align: middle;
}
.fkpt-box .fkpt-item:last-child {
    margin-right: 0;
}
