@import "golden_roc.css";
@import "iconfont.css";

body {
    background: #ffffff;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-eb {
    background: #ebebeb !important;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

.shadow-right {
    -webkit-box-shadow: 3px 3px 5px #ddd;
    -moz-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 2px 3px 5px #ddd;
}
.container.header{
    padding: 46px 0 0;
    position: relative;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 13px;
}

/***************************************************/
/*顶部*/
.top {
    width: 100%;
    border-top: 5px #0d559d solid;
    position: relative;
    display: none;
}

.top_right {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    justify-content: flex-end;
}

.top_right span {
    height: 26px;
    line-height: 20px;
    color: #999;
    text-align: center;
    background: url("../images/u0.png") no-repeat;
    width: 168px;
}
.top_right span a{
    color: #ffffff;
}

.navigation_logo {
    /* display: flex; */
    /* align-items: center; */
    /* height: 60px; */
}

.navigation_logo .logo {
    width: 100%;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}
.navigation_logo .logo a{
    /* height: 100%; */
    /* line-height: 60px; */
}

.navigation_logo .logo img {
    display: inline;
    max-height: 100%;
}

.navigation_logo .btn_menu {
    margin-left: 30px;
    flex-shrink: 0;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 10px;
}
.menu-txt{display: inline-block;vertical-align: top;line-height: 26px;padding-right: 10px;font-size: 18px;color: #666;}
.navigation_logo .btn_menu .icon-menu2 {
    line-height: 1;
    font-size: 28px;
    color: #000;
}

/*导航*/
.navigation_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1001;
}


.navigation_wrap_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.navigation {
    width: 280px;
    height: 100%;
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding-top: 60px;
    overflow: auto;
}

.navigation .logo_close {
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.navigation .logo_close .icon-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 60px;
    right: 0;
    margin-right: -40px;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.navigation .close span {
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.navigation>li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
}

.navigation>li:first-child {
    border-top: 1px #e5e5e5 solid;
}


.navigation>li>a {
    font-size: 15px;
    color: #333;
}


/*焦点图*/
.focus_container {
    width: 100%;
    padding: 0;
}

.focus_wrap {
    position: relative;
    margin-bottom: 10px;
}

.focus {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.a-title{width: 100%;font-size: 14px;color: #fff;line-height: 20px;position: absolute;left: 0;bottom: 0;text-align: center;background-color: rgba(0,0,0,0.5);padding: 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.focus_wrap img {
    width: 100%;
}

.focus-thumbs-wrap {
    width: 72%;
    position: absolute;
    bottom: 40px;
    left: 14%;
}

.focus-thumbs .swiper-slide {
    border: 2px #ffffff solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.focus-thumbs .swiper-slide-thumb-active {
    border-color: #AF50B9;
}

.focus_wrap .swiper-button-prev:after,
.focus_wrap .swiper-button-next:after {
    font-size: 28px;
}

.adv {
    margin-top: 10px;
}

/*新闻头条 搜索*/
.index-news-search {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-news-search .index-news {
    background: #f3f3f3;
    width: 100%;
    margin-top: 10px;
    order: 2;
}

.index-news-search .index-news .title {
    padding: 0 20px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #ccc solid;
}

.index-news-search .index-news .title p {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.index-news-search .index-news .title a {
    font-size: 14px;
    color: #333;
}

.index-news-search .index-news .list {
    padding: 13px 20px;
}

.index-news-search .index-news .list li {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.index-news-search .index-news .list li a {
    font-size: 16px;
    line-height: 36px;
}

.index-news-search .index-search {
    width: 100%;
    display: flex;
    order: 1;
    flex-direction: column;
    justify-content: space-between;
}

.index-news-search .index-search .search-1 {
    border: 1px #e5e5e5 solid;
    flex: 1;
    margin-bottom: 10px;
    padding: 20px;
}

.index-news-search .index-search .search-1 .title {
    font-size: 20px;
    color: #0D559D;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.index-news-search .index-search .search-1 form {
    display: flex;
    margin-top: 20px;
    border: #1F5683 3px solid;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff, #DAD5D9);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.index-news-search .index-search .search-1 form span {
    flex-shrink: 0;
    margin: 0 8px;
    font-size: 24px;
}

.index-news-search .index-search .search-1 form input {
    border: 0;
    height: 100%;
    width: 0;
    background: transparent;
    flex: 1;
}

.index-news-search .index-search .search-1 form button {
    border: 0;
    height: 100%;
    flex-shrink: 0;
    padding: 0 10px;
    background: linear-gradient(to bottom, #4A9FE8, #195787);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.index-news-search .index-search .search-2 {
    flex-shrink: 0;
    padding: 20px;
    border: 1px #e5e5e5 solid;
}

.index-news-search .index-search .search-2 .title {
    font-size: 18px;
    color: #f00;
    text-align: center;
    line-height: 1;
}

.index-news-search .index-search .search-2 form {
    display: flex;
    margin-top: 15px;
    border: #f00 1px solid;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-news-search .index-search .search-2 form input {
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
    width: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.index-news-search .index-search .search-2 form button {
    background: #f00;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    flex-shrink: 0;
    cursor: pointer;
}

/*办公室信息发布*/
.office-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.office-news .item {
    width: 100%;
    margin-top: 15px;
}

.office-news .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.office-news .item .title p {
    position: relative;
    font-weight: bold;
    color: #f00;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    padding-left: 15px;
}

.office-news .item .title p:before {
    position: absolute;
    content: '';
    left: 0;
    width: 3px;
    height: 22px;
    background: #f00;
}

.office-news .item .title a {
    font-size: 14px;
    color: #333;
}

.office-news .item .list {
    margin-top: 15px;
}

.office-news .item .list li {
    position: relative;
    padding-left: 16px;
    display: flex;
}

.office-news .item .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
}

.office-news .item .list li a {
    display: flex;
    flex: 1;
    justify-content: space-between;
    font-size: 16px;
    line-height: 36px;
}

.office-news .item .list li a p {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    flex: 1;
    width: 0;
}

.office-news .item .list li a span {
    width: 90px;
    margin-left: 10px;
    flex-shrink: 0;
    color: #999;
}

/*安全食品*/
.safe-food-video {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.safe-food-video .safe-food,
.safe-food-video .safe-video {
    width: 100%;
    margin-top: 15px;
}

.safe-food-video .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.safe-food-video .title p {
    position: relative;
    font-weight: bold;
    color: #f00;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    padding-left: 15px;
}

.safe-food-video .title p:before {
    position: absolute;
    content: '';
    left: 0;
    width: 3px;
    height: 22px;
    background: #f00;
}

.safe-food-video .title a {
    font-size: 14px;
    color: #333;
}

.safe-food-video .list {
    display: flex;
    flex-wrap: wrap;
}

.safe-food-video .list li {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
    position: relative;
}

.safe-food-video .list li:nth-child(3n+1) {
    margin-left: 0;
}

.safe-food-video .list li .img {
    position: relative;
}

.safe-food-video .list li img {
    width: 100%;
    min-height: 110px;
    object-fit: cover;
}

.safe-food-video .list li p {
    margin-top: 5px;
}

.safe-food-video .list li p a {
    font-size: 14px;
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.safe-food-video .safe-video .list li .icon-player {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.65);
}

/*专家组*/
.expert-group {
    margin-top: 20px;
}

.expert-group .title {
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    background: #DFF1FF;
    background-color: rgba(255,0,0,0.1);
    padding: 0 20px;
}

.expert-group .title p {
    font-weight: bold;
    font-size: 18px;
    color: #f00;
}

.expert-group .title a {
    display: flex;
    align-items: center;
}

.expert-group .title span {
    margin-left: 5px;
    font-size: 24px;
    line-height: 1;
}

.expert-wrap {
    padding: 10px;
    border: 1px #e5e5e5 solid;
    border-top: 0;
}

.expert-list {
}

.expert-list .swiper-slide {
    width: 180px;
    margin-right: 15px;
}

.expert-list .item {
    width: 100%;
}

.expert-list .item img {
    width: 100%;
    height: 213px;
    object-fit: cover;
}

.expert-list .item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.expert-list .item p {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    line-height: 24px;
}

/*检测站*/
.organization {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.organization .left,
.organization .right {
    width: 100%;
    margin-top: 15px;
}

.organization .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.organization .title p {
    position: relative;
    font-weight: bold;
    color: #f00;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    padding-left: 15px;
}

.organization .title p:before {
    position: absolute;
    content: '';
    left: 0;
    width: 3px;
    height: 22px;
    background: #f00;
}

.organization .title a {
    font-size: 14px;
    color: #333;
}

.organization .left .wrap {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.organization .left .wrap .wrap_left {
    width: auto;
    max-width: 48%;
    flex-shrink: 0;
}

.organization .left .wrap .wrap_left img {
    width: 100%;
}

.organization .left .wrap .wrap_right {

    height: 40px;
    flex-shrink: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.organization .left .wrap .wrap_right a {
    display: flex;
    height: 100%;
    flex: 1;
}

.organization .left .wrap .wrap_right a p {
    flex: 1;
    height: 100%;
    background: linear-gradient(to bottom, #40D0F7, #069CB6);
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
    color: #ffffff;
}

.organization .left .wrap .wrap_right a span {
    height: 100%;
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(to bottom, #39D8E9, #0CD6CB);
}


.organization .right .list {
    margin-top: 10px;
}

.organization .right .list li {
    position: relative;
    padding-left: 16px;
    line-height: 36px;
    display: flex;
}

.organization .right .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
}

.organization .right .list li a {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    line-height: 36px;
}

/*名录*/
.directory {
  margin-top: 15px;
  border: 1px #e5e5e5 solid;
  border-right: 0;
  padding: 10px 0;
}

.directory .item {
    border-right: 1px #e5e5e5 solid;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.directory .item a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom, #40D0F7, #069CB6);
    border-radius: 10px;
    line-height: 3;
    padding: 0 1em;
}

/*合作伙伴*/
.partner {
    margin-top: 15px;
}

.partner-title {
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
    display: flex;
}

.partner-title a{
    color: #f00;
}

.partner-title span {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #f00;
    line-height: 22px;
}

.partner-title span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 22px;
    background: #F10808;
}

.partner-list {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.partner-list .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-right: 10px;
}

.partner-list .swiper-wrapper .swiper-slide img {
    width: 100%;
}

/*友情链接*/
.links {
    margin-top: 15px;
}

.links-title {
    background: #F2F2F2;
    display: flex;
}

.links-title p {
    padding: 5px 30px;
    background: #ffffff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.links-list a {
    font-size: 13px;
    margin-right: 10px;
    margin-top: 5px;
}

/*底部*/
.footer {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px #0d559d solid;
}

.footer-navigation {
    height: 40px;
    background: #0d559d;
    line-height: 40px;
    display: none;
}

.footer-nav-wrap {
    display: flex;
    justify-content: center;
}

.footer-nav-wrap a, .footer-nav-wrap span {
    color: #ffffff;
    font-size: 14px;
}

.footer-nav-wrap span {
    margin: 0 10px;
    position: relative;
    top: -1px;
}

.copy {
    position: relative;
}

.copy-text {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.sina-code {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.sina-code .item {
    width: 85px;
    text-align: center;
}

.sina-code .item:nth-child(2) {
    margin-left: 15px;
}

.sina-code .item p {
    margin-top: 5px;
    font-size: 12px;
}


/*mobile footer navigation*/
.footer_bar {
    height: 82px;
}
.fb-title{font-size: 13px;color: #fff;background-color: #0D559D;width: 100%;position: fixed;left: 0;bottom: 52px;line-height: 30px;text-align: center;z-index: 999;}

.footer_bar_wrap {
    width: 100%;
    height: 52px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: flex;
    background: #0D559D;
}

.footer_bar_wrap .item {
    width: 19.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_bar_wrap .item a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
}

.footer_bar_wrap .item.active a {
    color: #FFCC00;
}

.footer_bar_wrap .item:nth-of-type(3) {
    width: 22%;
}

.footer_bar_wrap .item .icon {
    font-size: 20px;
    line-height: 1;
}


/*关于我们*/
.about {
    margin-top: 10px;
}

.about .content {
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
}

.about .content img {
    max-width: 100%;
}

.about .content dl {
    margin-top: 10px;
}

/*面包屑导航*/
.mobile_container {
    background: #F2F2F2;
}

.crumbs_nav {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
}

.crumbs_nav a {
    font-size: 16px;
}

.crumbs_nav span {
    color: #F1C22B;
}

/*新闻中心*/
.news {
    width: 100%;
    margin-top: 10px;
}

/*新闻左侧*/
.news_left {
    width: 100%;
    order: 2;
}

/*新闻列表*/
.news_left .list {
    margin-bottom: 10px;
}

.news_left .list .item {
    display: flex;
    margin-top: 15px;
}

.news_left .list .item .img {
    width: 150px;
    flex-shrink: 0;
    margin-right: 10px;
}

.news_left .list .item .img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.news_left .list .item .info {
    width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_left .list .item .info .title {
    display: flex;
}

.news_left .list .item .info .title a {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: justify;
    -webkit-box-orient: vertical;
}

.news_left .list .item .info .text {
    font-size: 14px;
    color: #333333;
    display: flex;
}

.news_left .list .item .info .text span {
    margin-right: 15px;
}

.news_left .list .item .info .text .click_num {
    display: none;
}

/*分页*/
.page {
    display: flex;
    flex-wrap: wrap;
}

.page a, .page span {
    padding: 3px 10px;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 6px;
    font-size: 14px;
    margin-top: 6px;
}

.page a:hover, .page span {
    border: 1px #f00 solid;
    color: #f00;
}

/*新闻详情*/
.news_info {

}

.news_info .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
    color: #333333;
}

.news_info .desc {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news_info .desc span:nth-of-type(2) {
    margin: 0 10px;
}

.news_info .content {
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #e5e5e5 solid;
}

.news_info .content img {
    max-width: 100%;
}

.prev_next {
    padding-top: 5px;
    border-top: 1px #e5e5e5 solid;
    margin-top: 10px;
    color: #333333;
}

.prev_next li {
    font-size: 14px;
    margin-top: 5px;
    display: flex;
}

.prev_next li span {
    flex-shrink: 0;
}

.prev_next a {
    color: #333333;
    flex: 1;
    width: 0;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}


/*新闻右侧*/
.news_right {
    width: 100%;
    margin-top: 20px;
}

.news_search {

}

.news_search .title {
    position: relative;
    font-weight: bold;
    color: #f00;
    font-size: 18px;
    height: 32px;
    line-height: 22px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.news_search .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 3px;
    height: 22px;
    background: #f00;
}

.news_search form {
    display: flex;
    height: 40px;
    align-items: center;
    margin-top: 10px;
}

.news_search form input {
    width: 0;
    flex: 1;
    border: 1px #e5e5e5 solid;
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
}

.news_search form button {
    width: 106px;
    height: 40px;
    background: #f00;
    color: #ffffff;
    font-size: 16px;
}

.news_nav {
    display: flex;
    flex-wrap: wrap;
}

.news_nav li {
    width: 48%;
    margin-left: 4%;
    margin-top: 10px;
    display: flex;
    height: 36px;
    background: #e9e9e9;
}

.news_nav li:nth-child(2n+1) {
    margin-left: 0;
}

.news_nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    flex: 1;
    line-height: 36px;
    text-align: center;
}

.news_nav li.active {
    background: #0D559D;
}

.news_nav li.active a {
    color: #ffffff;
}

.news_hot_rank {
    margin-top: 20px;
    display: none;
}

.news_hot_rank .title {
    position: relative;
    font-weight: bold;
    color: #0D559D;
    font-size: 18px;
    height: 32px;
    line-height: 22px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.news_hot_rank .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 3px;
    height: 22px;
    background: #0d559d;
}

.news_hot_rank ul {
    margin-top: 10px;
}

.news_hot_rank ul li {
    position: relative;
    padding-left: 16px;
    display: flex;
    line-height: 30px;
}

.news_hot_rank ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
}

.news_hot_rank ul li a {
    font-size: 14px;
    color: #333333;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_recommend {
    margin-top: 20px;
    display: none;
}

.news_recommend .title {
    position: relative;
    font-weight: bold;
    color: #0D559D;
    font-size: 18px;
    height: 32px;
    line-height: 22px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.news_recommend .title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 3px;
    height: 22px;
    background: #0d559d;
}

.news_recommend .list {
    margin-top: 5px;
}

.news_recommend .list .item {
    display: flex;
    margin-top: 18px;
}

.news_recommend .list .item .img {
    width: 80px;
    margin-right: 10px;
    flex-shrink: 0;
}

.news_recommend .list .item .img img {
    width: 80px;
    height: 53px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news_recommend .list .item .info {
    width: 0;
    flex: 1;
}

.news_recommend .list .item .info a {
    font-size: 14px;
    color: #333333;
}

/*安全食品*/
.safefood_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.safefood_list .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 10px;
}

.safefood_list .item:nth-child(2n+1) {
    margin-left: 0;
}

.safefood_list .item img {
    width: 100%;
    border: 1px #f1f1f1 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.safefood_list .item .title {
    margin-top: 5px;
}

.safefood_list .item .title a {
    font-size: 14px;
}

/*食品详情*/
.safe_food_detail {
    margin-top: 15px;
}

.safe_food_detail .safe_food_wrap {
    display: flex;
    flex-direction: column;
}

.safe_food_detail .safe_food_wrap img {
    width: 100%;
    display: none;
    border: 1px #e5e5e5 solid;
    flex-shrink: 0;
    margin-right: 20px;
}

.safe_food_detail .safe_food_wrap .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    width: 100%;
}

.safe_food_detail .safe_food_content {
    margin-top: 20px;
}

.safe_food_detail .safe_food_content .title {
    position: relative;
    font-weight: bold;
    color: #0D559D;
    font-size: 17px;
    height: 32px;
    line-height: 1;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.safe_food_detail .safe_food_content .title:before {
    position: absolute;
    content: '';
    left: 0;
    height: 20px;
    top: 0;
    width: 3px;
    background: #0d559d;
}

.safe_food_detail .safe_food_content .content {
    text-align: justify;
    font-size: 15px;
    margin-top: 10px;
}

/*推广员*/
.tgy_list {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px #e5e5e5 solid;
}

.tgy_list li {
    padding: 20px 0 20px 15px;
    display: flex;
    line-height: 1;
    justify-content: space-between;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
}

.tgy_list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #999;
}

.tgy_list li p {
    width: 0;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}

.tgy_list li span {
    margin-left: 20px;
    flex-shrink: 0;
}

/*video*/
.video_list {
    display: flex;
    flex-wrap: wrap;
}

.video_list .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.video_list .item:nth-child(2n+1) {
    margin-left: 0;
}

.video_list .item .img {
    position: relative;
}

.video_list .item .img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 100px;
}

.video_list .item .img span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
}

.video_list .item .desc {
    flex: 1;
    padding: 10px;
    background: #f5f5f5;
}

.video_list .item .desc .title {
    display: flex;
}

.video_list .item .desc .title a {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.video_list .item .desc .time {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

/*视频详情*/
.video_info {
    margin-top: 15px;
}

.video_info .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
    color: #333333;
}

.video_info .desc {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.video_info .video_wrap {
    text-align: center;
    width: 100%;
    height: 220px;
    margin: 15px auto 0;
}

.video_info .content {
    font-size: 16px;
    text-align: justify;
    margin-top: 15px;
    padding-bottom: 15px;
}

.video_info .content img {
    max-width: 100%;
}

/*专家委员会*/
.expert_wrap {
    margin-top: 20px;
}

.expert_wrap .expert_title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.expert_wrap .expert_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.expert_wrap .expert_list:last-child {
    margin-bottom: 0;
}

.expert_wrap .expert_list .item {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.expert_wrap .expert_list .item:nth-child(4n+1) {
    margin-left: 0;
}

.expert_wrap .expert_list .item .img {
    width: 120px;
    margin-right: 15px;
    flex-shrink: 0;
}

.expert_wrap .expert_list .item .img img {
    width: 100%;
}

.expert_wrap .expert_list .item .desc {
    width: 0;
    flex: 1;
}

.expert_wrap .expert_list .item .desc .title {
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.expert_wrap .expert_list .item .desc .title a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.expert_wrap .expert_list .item .desc .text {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
}

.expert_info {
    margin-top: 20px;
}

.expert_info .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.expert_info .logo {
    margin-top: 20px;
    text-align: center;
}

.expert_info .logo img {
    margin: 0 auto;
}

.expert_info .title2 {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.expert_info .title2 span:nth-of-type(2) {
    margin: 0 10px;
}

.expert_info .content {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: justify;
}

.expert_info .content img {
    margin: 0 auto;
}

/*联络*/
.lianluo_list {
}

.lianluo_list .item {
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 20px;
    display: flex;
}


.lianluo_list .item .img {
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
}

.lianluo_list .item .img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lianluo_list .item .info {
    width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lianluo_list .item .info .title {

}

.lianluo_list .item .info .title a {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    text-align: justify;
}

.lianluo_list .item .info .text {
    font-size: 14px;
    color: #999999;
}


/*战略合作*/
.cooperation_list {

}

.cooperation_list .item {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

.cooperation_list .item .img {
    display: none;
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
}

.cooperation_list .item .img img {
    width: 100%;
}

.cooperation_list .item .info {
    width: 0;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cooperation_list .item .info .title {
    display: flex;
}

.cooperation_list .item .info .title a {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    /* -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; */
    overflow: hidden;
    text-align: justify;
}

.cooperation_list .item .info .text {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-align: justify;
    -webkit-box-orient: vertical;
}


/*在线报名*/
.online_info {
    display: flex;
    flex-direction: column;
}

.online_info .info_pics {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    flex-direction: column;
    order: 2;
}

.online_info .info_pics img {

}

.online_info .online_list {
    order: 1;
}

.online_info .online_list .item {
    margin-top: 20px;
}

.online_info .online_list .item .title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.online_info .online_list .item table {
    margin-top: 10px;
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

.online_info .online_list .item table th,
.online_info .online_list .item table td {
    border: 1px #e5e5e5 solid;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px;
}

.online_info .online_list .item table th {
    background: #27A286;
    font-weight: bold;
    color: #ffffff;

}

.online_info .online_list .item table td a {
    border: 1px #F9CF04 solid;
    padding: 2px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #D3670D;
    background: linear-gradient(to right, #FBF8DD, #FCE981);
}



/*healthy_wrap*/
.healthy_wrap {
    width: 100%;
}

.healthy_wrap .healthy_logo {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.healthy_wrap .healthy_logo img {

}

.healthy_wrap .healthy_content {
    margin-top: 20px;
}

.healthy_wrap .healthy_list {
    display: flex;
    flex-direction: column;
}

.healthy_wrap .healthy_list .item {
    width: 100%;
    margin-top: 15px;
}

.healthy_wrap .healthy_list .item:nth-child(3n+1) {
    margin-left: 0;
}

.healthy_wrap .healthy_list .item img{
    width: 100%;
}
.healthy_wrap .healthy_list .item .title{
    text-align: center;
    margin-top: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}



.h-sub{width: 140px;background-color: #fff;position: absolute;left: 50%;margin-left: -70px;top: 100%;padding: 5px 0;display: none;}
.h-link{font-size: 16px;color: #666;line-height: 1.5;padding: 5px 10px;text-align: center;display: block;}
.h-link:hover{color: #f00;}

.navigation>li{display: block;margin: 0;position: relative;padding: 0;}
.navigation>li>a{text-align: left;line-height: 46px;padding: 0 46px 0 20px;}
.h-sub{width: 100%;margin-left: 0;top: 0;position: relative;left: 0;padding: 0;}
.h-link{text-align: left;line-height: 20px;padding: 10px 0 10px 40px;font-size: 14px;}
.navigation>li.has-nav:after{content: "+";display: inline-block;width: 40px;height: 46px;line-height: 46px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #666;}
.navigation>li.has-nav.show:after{content: "-";}

@media(max-width: 1199px){
    .right_fixed{display: none;}
}


.report {
    width: 900px;
    margin: 30px auto 0;
    max-width: 100%;
}

.report .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.report .form {
    width: 100%;
}

.report .form .item {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    border: 1px #e5e5e5 solid;
}

.report .form .item:last-child {
    border: 0;
}

.report .form .left {
    border-right: 1px #e5e5e5 solid;
    width: 80px;
    line-height: 20px;
    padding: 10px 0 10px 10px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.report .form .right {
    width: 0;
    flex: 1;
    display: flex;
}

.report .form .right input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    line-height: 40px;
    outline: none;
}

.report .form .right select {
    width: 33.33333%;
    height: 53px;
    border: 0;
    border-right: 1px #e5e5e5 solid;
    padding: 0 5px;
}

.report .form .right select:last-child {
    border-right: 0;
}

.report .form textarea {
    width: 100%;
    border: 0;
    border-top: 1px #e5e5e5 solid;
    padding: 10px;
    outline: none;
    font-size: 14px;
    height: 160px;
}

.report .form button {
    height: 40px;
    width: 100%;
    background: #f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
