/** * @author Sixe Team * @email info@eee-eee.com * @url http://www.eee-eee.com * @copyright Copyright (C) 2010 - 2019 Sixe Information Technology Limited. All rights reserved. * @license GNU General Public License version 2 or later;see LICENSE.txt * @date 2019/12/31 11:06*//** Dots Style **/
/** * 主颜芭*/

.sdt-color {
    color: rgb(14, 98, 67);
}


/** * 主颜芭*/

.sdt-gray {
    color: #f9f9f9;
}


/** * 主颜芭*/

.sdt-font {
    font-size: 28rpx;
}


/** * 左对齐*/

.sdt-row-left {
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}


/** * 右侧开始排列*/

.sdt-row-flex-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}


/** * 水平居中 http://www.runoob.com/try/playit.php?f=playcss_justify-content&preval=space-around*/

.sdt-row-center {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}


/** * 内容上下左右居中*/

.sdt-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/** * 水平平分*/

.sdt-row-space-around {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}


/** * 两端对齐*/

.sdt-row-space-between {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}


/** * 页面空*/

.sdt-row-null {
    line-height: 60rpx;
    font-size: 28rpx;
    color: rgb(80, 80, 80);
}

.sp_line {
    clear: both;
    width: 100%;
    height: 20rpx;
    background-color: rgb(240, 240, 240);
}

.mod-sac-body > .mod-sac-order > li{position: relative;}
.mod-sac-body > .mod-sac-order > li:before{display: block;position: absolute;left: 0;top: 0;}
/* dots0*/.mod-sac-body > .mod-sac-dots0 > li{padding-left: 20px;}
.mod-sac-body > .mod-sac-dots0 > li:before{top: 16px;width: 15px;height: 15px;line-height: 15px;background: url('../liststyle/images/liststyle_dot0.png') no-repeat center;content: '';}
/* dots1*/.mod-sac-body > .mod-sac-dots1 > li{padding-left: 20px;}
.mod-sac-body > .mod-sac-dots1 > li:before{top: 16px;width: 15px;height: 15px;line-height: 15px;background: url('../liststyle/images/liststyle_dot1.png') no-repeat center;content: '';}
/* dots2*/.mod-sac-body > .mod-sac-dots2{counter-reset: sectioncounter;}
.mod-sac-body > .mod-sac-dots2 > li{padding-left: 25px;}
.mod-sac-body > .mod-sac-dots2 > li:before{top: 10px;width: 18px;height: 18px;line-height: 16px;content: counter(sectioncounter);counter-increment: sectioncounter;text-align: center;background-color: rgb(204, 204, 204);color: rgb(255, 255, 255);}
.mod-sac-body > .mod-sac-dots2 > li:nth-child(1):before,
.mod-sac-body > .mod-sac-dots2 > li:nth-child(2):before,
.mod-sac-body > .mod-sac-dots2 > li:nth-child(3):before{background-color: rgb(255, 0, 0);}
/* dots3*/.mod-sac-body > .mod-sac-dots3{counter-reset: sectioncounter;}
.mod-sac-body > .mod-sac-dots3 > li{padding-left: 25px;}
.mod-sac-body > .mod-sac-dots3 > li:before{top: 10px;width: 18px;height: 18px;line-height: 16px;content: counter(sectioncounter);counter-increment: sectioncounter;text-align: center;color: rgb(132, 132, 132);font-family: Verdana, sans-serif;font-style: italic;font-weight: bold;}
.mod-sac-body > .mod-sac-dots3 > li:nth-child(1):before,
.mod-sac-body > .mod-sac-dots3 > li:nth-child(2):before,
.mod-sac-body > .mod-sac-dots3 > li:nth-child(3):before{color: rgb(192, 41, 50);}



/*
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
*****************************************************************************************************//** Object-fit-images plugin styling **/.mod-sac-ofi{width: 100%;height: 100%;}
.mod-sac-ofi-none{object-fit: none;font-family: 'object-fit: none;';}
.mod-sac-ofi-cover{object-fit: cover;font-family: 'object-fit: cover;';}
.mod-sac-ofi-contain{object-fit: contain;font-family: 'object-fit: contain;';}
.mod-sac-ofi-scale-down{object-fit: scale-down;font-family: 'object-fit: scale-down;';}
.mod-sac-ofi-fill{object-fit: fill;font-family: 'object-fit: fill;';}
/*
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
*****************************************************************************************************//** Header **/.mod-sac-header{position: relative;height: 40px;}
.mod-sac-header > .mod-sac-heading,
.mod-sac-header > .mod-sac-more{position: absolute;top: 50%;transform: translateY(-50%);padding: 0;margin: 0;text-align: center;line-height: 1;}
.mod-sac-header > .mod-sac-subheading{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 0;margin: 0;text-align: center;line-height: 1;}
.mod-sac-header > .mod-sac-heading > a,
.mod-sac-header > .mod-sac-more > a{display: block;width: 100%;height: 100%;}
.mod-sac-header > .mod-sac-heading,
.mod-sac-header > .mod-sac-heading > a{color: rgb(34, 34, 34);}
.mod-sac-header > .mod-sac-more,
.mod-sac-header > .mod-sac-more > a{color: #027355;}
.mod-sac-header > .mod-sac-heading{left: 0;}
.mod-sac-header > .mod-sac-more{right: 0;}
/** Common **/.mod-sac-body ul,
.mod-sac-body ol,
.mod-sac-body li{list-style-type: none;padding: 0;margin: 0;}
.mod-sac-body figure{display: block;width: 100%;padding: 0;margin: 0;}
.mod-sac-body figure figcaption{display: none;}
.mod-sac-body .mod-sac-row{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-body .mod-sac-left{float: left;}
.mod-sac-body .mod-sac-right{float: right;}
/** Base List **/.mod-sac-body .mod-sac-list .mod-sac-item-title,
.mod-sac-body .mod-sac-list .mod-sac-item-title-wrap,
.mod-sac-body .mod-sac-imglist .mod-sac-item-title,
.mod-sac-body .mod-sac-imglist .mod-sac-item-title-wrap,
.mod-sac-body .mod-sac-specialist .mod-sac-item-introtext,
.mod-sac-body .mod-sac-owlist .mod-sac-item-title,
.mod-sac-body .mod-sac-owlist .mod-sac-item-title-wrap{font-size: 14px;line-height: 1.6;}
.mod-sac-body .mod-sac-list .mod-sac-item-introtext,
.mod-sac-body .mod-sac-imglist .mod-sac-item-introtext,
.mod-sac-body .mod-sac-owlist .mod-sac-item-introtext{font-size: 14px;line-height: 1.6;}
.mod-sac-body .mod-sac-specialist .mod-sac-item-title,
.mod-sac-body .mod-sac-specialist .mod-sac-item-title-wrap{font-size: 18px;line-height: 1.6;}
.mod-sac-body .mod-sac-item-introtext{text-indent: 2em;}
/*
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
*****************************************************************************************************//** In Style1 **/.mod-sac-style1 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style1 .mod-sac-specialist > li{margin-bottom: 10px;overflow: hidden;zoom: 1;}
.mod-sac-style1 .mod-sac-specialist figure{float: left;width: 50%;margin-right: 20px;}
.mod-sac-style1 .mod-sac-specialist .mod-sac-item-title-wrap{display: block;padding-bottom: 10px;}
.mod-sac-style1 .mod-sac-specialist .mod-sac-item-info{padding-bottom: 10px;}
.mod-sac-style1 .mod-sac-list{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style1 .mod-sac-list > li{padding-top: 2px;padding-bottom: 2px;}
.mod-sac-list > li{padding-top: 2px;padding-bottom: 2px;}
.mod-sac-style1 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
/** In Style2 **/.mod-sac-style2 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style2 .mod-sac-imgspecialist{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style2 .mod-sac-imglist{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style2 .mod-sac-imglist > li{float: left;padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style2 .mod-sac-imgspecialist .mod-sac-item-title-wrap,
.mod-sac-style2 .mod-sac-imglist .mod-sac-item-title-wrap{padding-top: 5px;padding-bottom: 10px;}
@media (max-width: 575px){.mod-sac-style2 .mod-sac-imglist li{width: 100%;}}
@media (min-width: 576px){.mod-sac-style2 .mod-sac-imglist li{width: 50%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}}
@media (min-width: 768px){.mod-sac-style2 .mod-sac-imglist li{width: 33.333%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli2{width: 50%;}}
@media (min-width: 992px){.mod-sac-style2 .mod-sac-imglist li{width: 25%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli2{width: 50%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli3{width: 33.333%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli4{width: 25%;}}
@media (min-width: 1200px){.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli2{width: 50%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli3{width: 33.333%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli4{width: 25%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli5{width: 20%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli6{width: 16.666%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli7{width: 14.285%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli8{width: 12.5%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli9{width: 11.111%;}
.mod-sac-style2 .mod-sac-imglist .mod-sac-imgli10{width: 10%;}}
/** In Style3 **/.mod-sac-style3 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style3 .mod-sac-list{margin-top: 10px;}
.mod-sac-style3 .myowl-mytxt .myowl-mytitle{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.mod-sac-style3 .myowl-myimg img{width:100% !important;height:auto !important;max-width:100% !important;}
.mod-sac-style3 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style3 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
/*.mod-sac-style3 .myowl-myimg .mod-sac-item-image  img{width:100% !important;height:auto !important;max-width:100% !important;}*/
/** In Style23 **/.mod-sac-style23 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style23 .mod-sac-list{margin-top: 10px;}
.mod-sac-style23 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style23 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
/** In Style4 **/.mod-sac-style4 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style4 .myowl-mytxt a{display: block;padding: 10px;}
/** In Style5 **/.mod-sac-style5 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style5 .mod-sac-body .mod-sac-left{width: 60%;}
.mod-sac-style5 .mod-sac-body .mod-sac-right{width: 40%;}
.mod-sac-style5 .mod-sac-list .mod-sac-item-title-wrap{padding-bottom: 5px;}
.mod-sac-style5 .mod-sac-owlist .mod-sac-item-title,
.mod-sac-style5 .mod-sac-owlist .mod-sac-item-title-wrap,
.mod-sac-style5 .mod-sac-list .mod-sac-item-title,
.mod-sac-style5 .mod-sac-list .mod-sac-item-title-wrap{font-size: 18px;line-height: 1.6;}
.mod-sac-style5 .mod-sac-list .mod-sac-item-introtext{font-size: 16px;line-height: 1.6;}
@media (max-width: 991px){.mod-sac-style5 .mod-sac-body .mod-sac-right,.mod-sac-style5 .mod-sac-body .mod-sac-left{width: 100%;}}

/** In Style6 **/.mod-sac-style6{position: relative;background-color: rgb(245, 245, 245);height: 190px;clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style6 .mod-sac-body{background:transparent !important;}
.mod-sac-style6 .mod-sac-header{position: absolute;width: 50px;height: 190px;background-color: #027355;}
.mod-sac-style6 .mod-sac-header > .mod-sac-heading{top: 50%;transform: translateY(-50%);left: 5px;}
.mod-sac-style6 .mod-sac-header > .mod-sac-heading a{width: 40px;font-size: 22px;line-height: 1.2;color: #ffffff;}
.mod-sac-style6 .mod-sac-body{margin-left: 100px;margin-right: 50px;margin-top: 20px;}
.mod-sac-style6 .mod-sac-owlist{margin-top: 10px;margin-bottom: 10px;}
.mod-sac-style6 .mod-sac-owlist .mod-sac-item-title-wrap{padding-top: 5px;padding-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
.mod-sac-style6 .mod-sac-owlist .mod-sac-item-title,
.mod-sac-style6 .mod-sac-owlist .mod-sac-item-title-wrap{font-size: 18px;line-height: 1.6;}
.mod-sac-style6 .mod-sac-owlist .mod-sac-item-introtext{font-size: 16px;line-height: 1.6;}
.mod-sac-style6 .owl-carousel .owl-nav button.owl-next,
.mod-sac-style6 .owl-carousel .owl-nav button.owl-prev{border-radius: unset;background: unset;color: rgba(0, 0, 0, 0.3);}
.mod-sac-style6 .owl-carousel .owl-nav button.owl-prev{left: -50px;}
.mod-sac-style6 .owl-carousel .owl-nav button.owl-next{right: -50px;}
.mod-sac-style6 .owl-carousel:hover .owl-nav button.owl-next,
.mod-sac-style6 .owl-carousel:hover .owl-nav button.owl-prev{background: unset;}
.mod-sac-style6 .owl-carousel .owl-nav button.owl-next span,
.mod-sac-style6 .owl-carousel .owl-nav button.owl-prev span{border: solid rgba(0, 0, 0, 0.8);border-width: 0 1px 1px 0;}
/** In Style26 **/.mod-sac-style26{position: relative;background-color: rgb(255,255,255);clear: both;overflow: hidden;}
.mod-sac-style26 .mod-sac-owlist{margin-bottom: 10px;}
.mod-sac-style26 .mod-sac-owlist .mod-sac-item-title-wrap{padding-top: 5px;padding-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
.mod-sac-style26 .mod-sac-owlist .mod-sac-item-title,
.mod-sac-style26 .mod-sac-owlist .mod-sac-item-title-wrap{font-size: 18px;line-height: 1.6;}
/*
.mod-sac-style26 .mod-sac-owlist .mod-sac-item-introtext{font-size: 16px;line-height: 1.6;}
.mod-sac-style26 .owl-carousel .owl-nav button.owl-next,
.mod-sac-style26 .owl-carousel .owl-nav button.owl-prev{border-radius: unset;background: unset;color: rgba(0, 0, 0, 0.3);}
.mod-sac-style26 .owl-carousel .owl-nav button.owl-prev{left: -50px;}
.mod-sac-style26 .owl-carousel .owl-nav button.owl-next{right: -50px;}
.mod-sac-style26 .owl-carousel:hover .owl-nav button.owl-next,
.mod-sac-style26 .owl-carousel:hover .owl-nav button.owl-prev{background: unset;}
.mod-sac-style26 .owl-carousel .owl-nav button.owl-next span,
.mod-sac-style26 .owl-carousel .owl-nav button.owl-prev span{border: solid rgba(0, 0, 0, 0.8);border-width: 0 1px 1px 0;}*//** In Style7 **/.mod-sac-style7 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style7 .mod-sac-specialist .mod-sac-item-title-wrap{padding-top: 20px;padding-bottom: 0;}
.mod-sac-style7 .mod-sac-specialist .mod-sac-item-title-wrap{text-align: center;}
.mod-sac-style7 .mod-sac-specialist .mod-sac-item-title{font-size: 32px;line-height: 1.6;font-weight: bold;color: rgb(2, 115, 85);}
.mod-sac-style7 .mod-sac-list{clear: both;display: flex;flex-flow: row wrap;justify-content: space-between;overflow: hidden;zoom: 1;}
.mod-sac-style7 .mod-sac-list > li{width: calc(50% - 10px);padding-top: 5px;padding-bottom: 20px;}
.mod-sac-style7 .mod-sac-body{background:transparent !important;}
/*
.mod-sac-style7 .mod-sac-list .mod-sac-item-title-wrap{text-align: center;}*/.mod-sac-style7 .mod-sac-list > li:nth-child(odd) .mod-sac-item-title-wrap{text-align: right;}
.mod-sac-style7 .mod-sac-list > li:nth-child(even) .mod-sac-item-title-wrap{text-align: left;}
.mod-sac-style7 .mod-sac-list .mod-sac-item-title{font-size: 18px;line-height: 1.6;}
/** In Style8 **/.mod-sac-style8{position: relative;}
.mod-sac-style8 .mod-sac-header{position: absolute;width: 90px;height: 30px;}
.mod-sac-style8 .mod-sac-header > .mod-sac-heading{font-size: 16px;}
.mod-sac-style8 .mod-sac-body{padding-left: 90px;height: 30px;}
.mod-sac-style8 .mod-sac-owlist .mod-sac-item-title,
.mod-sac-style8 .mod-sac-owlist .mod-sac-item-title-wrap{margin-right: 15px;font-size: 18px;line-height: 1.6;}
.mod-sac-style8 .mod-sac-owlist .mod-sac-item-introtext{font-size: 16px;line-height: 1.6;}
/** In Style9 **/.mod-sac-style9 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style9 .mod-sac-list .mod-sac-item-info{overflow: hidden;zoom: 1;}
.mod-sac-style9 .mod-sac-list .mod-sac-item-date{float: right;}
.mod-sac-style9 .mod-sac-list .mod-sac-item-category{margin-left: -7px;}
.mod-sac-style9 .mod-sac-list .mod-sac-item-category a{font-weight: bold;color: rgb(2, 115, 85);}
/** In Style10 **/.mod-sac-style10 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style10 .mod-sac-specialist > li{margin-bottom: 10px;overflow: hidden;zoom: 1;}
.mod-sac-style10 .mod-sac-specialist figure{margin-bottom: 10px;}
.mod-sac-style10 .mod-sac-specialist .mod-sac-item-title-wrap{display: block;padding-bottom: 10px;}
.mod-sac-style10 .mod-sac-specialist .mod-sac-item-info{padding-bottom: 10px;}
.mod-sac-style10 .mod-sac-list{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style10 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style10 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
/** In Style21 **/.mod-sac-style21 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style21 .mod-sac-specialist > li{margin-bottom: 10px;overflow: hidden;zoom: 1;}
.mod-sac-style21 .mod-sac-specialist figure{margin-bottom: 10px;}
.mod-sac-style21 .mod-sac-specialist .mod-sac-item-title-wrap{display: block;padding-bottom: 10px;}
.mod-sac-style21 .mod-sac-specialist .mod-sac-item-info{padding-bottom: 10px;}
.mod-sac-style21 .mod-sac-list{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style21 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style21 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
/** In Style11 **/.mod-sac-style11 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style11 .mod-sac-specialist > li{margin-bottom: 20px;overflow: hidden;zoom: 1;}
.mod-sac-style11 .mod-sac-specialist figure{float: left;width: 50%;margin-right: 20px;}
.mod-sac-style11 .mod-sac-specialist .mod-sac-item-title-wrap{display: block;padding-bottom: 10px;}
.mod-sac-style11 .mod-sac-specialist .mod-sac-item-info{padding-bottom: 10px;}
.mod-sac-style11 .mod-sac-list{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style11 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style11 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
/** In Style12 **/.mod-sac-style12 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style12 .mod-sac-list > li .mod-sac-item-image-wrap{padding-bottom: 5px;}
.mod-sac-style12 .mod-sac-list > li .mod-sac-item-title-wrap{padding-bottom: 10px;border-bottom: 1px solid #efefef;}
.mod-sac-style12 .mod-sac-list > li:not(:nth-child(1)) .mod-sac-item-image-wrap{display: none;}
.mod-sac-style12 .mod-sac-body > .mod-sac-order > li{padding-left: 0;}
.mod-sac-style12 .mod-sac-body > .mod-sac-order > li:before{top: unset;bottom: 17px;}
.mod-sac-style12 .mod-sac-body > .mod-sac-order > li .mod-sac-item-title-wrap{padding-left: 25px;}
/** In Style13 **/.mod-sac-style13 .mod-sac-body{height: 530px;overflow-x: hidden;overflow-y: auto;background-color: #f7f7f7;padding: 5px;}
.mod-sac-style13 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style13 .mod-sac-list > li .mod-sac-item-image-wrap,
.mod-sac-style13 .mod-sac-list > li .mod-sac-item-info,
.mod-sac-style13 .mod-sac-list > li .mod-sac-item-title-wrap{display: inline;}
.mod-sac-style13 .mod-sac-list > li .mod-sac-item-info .mod-sac-item-date{color:rgb(186,186,186);}
.mod-sac-item-date{color:#777;}
.mod-sac-item-hits{color:rgb(12,98,67);}
.mod-sac-style13 .mod-sac-list > li .mod-sac-item-info .mod-sac-item-date:before{content: '[';}
.mod-sac-style13 .mod-sac-list > li .mod-sac-item-info .mod-sac-item-date:after{content: ']';}
/** In Style14 **/.mod-sac-style14 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style14 .mod-sac-imgspecialist{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style14 .mod-sac-imglist{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style14 .mod-sac-imglist > li{float: left;padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style14 .mod-sac-imgspecialist > li,
.mod-sac-style14 .mod-sac-imglist > li .mod-sac-libox{position: relative;}
.mod-sac-style14 .mod-sac-imgspecialist .mod-sac-item-title-wrap,
.mod-sac-style14 .mod-sac-imglist .mod-sac-item-title-wrap{width: 100%;position: absolute;left: 0;bottom: 0;padding-top: 5px;padding-bottom: 10px;background-color: rgba(0, 0, 0, 0.5);color: rgb(255, 255, 255);}
.mod-sac-style14 .mod-sac-imgspecialist .mod-sac-item-title-wrap a,
.mod-sac-style14 .mod-sac-imglist .mod-sac-item-title-wrap a{padding-left: 5px;color: rgb(255, 255, 255);}
/** In Style19 **/.mod-sac-style19 .mod-sac-header{margin-bottom: 10px;}
.mod-sac-style19 .mod-sac-specialist > li{margin-bottom: 20px;overflow: hidden;zoom: 1;}
.mod-sac-style19 .mod-sac-specialist figure{float:left;width:100%;margin-right: 20px;}
.mod-sac-style19 .mod-sac-specialist .mod-sac-item-title-wrap{display: block;width:100%;padding-bottom: 10px;}
.mod-sac-style19 .mod-sac-specialist .mod-sac-item-info{width:100%;padding-bottom: 10px;}
.mod-sac-style19 .mod-sac-item-introtext{text-indent: 0;}
.mod-sac-style19 .mod-sac-list{clear: both;overflow: hidden;zoom: 1;}
.mod-sac-style19 .mod-sac-list > li{padding-top: 5px;padding-bottom: 5px;}
.mod-sac-style19 .mod-sac-list .mod-sac-item-title-wrap{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;zoom: 1;}
@media (max-width: 575px){.mod-sac-style14 .mod-sac-imglist li{width: 100%;}}
@media (min-width: 576px){.mod-sac-style14 .mod-sac-imglist li{width: 50%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}}
@media (min-width: 768px){.mod-sac-style14 .mod-sac-imglist li{width: 33.333%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli2{width: 50%;}}
@media (min-width: 992px){.mod-sac-style14 .mod-sac-imglist li{width: 25%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli2{width: 50%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli3{width: 33.333%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli4{width: 25%;}}
@media (min-width: 1200px){.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli1{width: 100%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli2{width: 50%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli3{width: 33.333%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli4{width: 25%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli5{width: 20%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli6{width: 16.666%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli7{width: 14.285%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli8{width: 12.5%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli9{width: 11.111%;}
.mod-sac-style14 .mod-sac-imglist .mod-sac-imgli10{width: 10%;}}
/*
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
****************************************************************************************************
*****************************************************************************************************/




/*
 * 2021年6月18号
 * 爱永-模块修改
 */

/*习近平重要讲话*/
.mod-sac-style0 .mod-sac-list li a{ display:inline-flex; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.mod-sac-style0 .mod-sac-list li a span{ display:block; font-weight:normal !important;}
.mod-sac-style0 .mod-sac-list li:nth-child(1) a span{font-size: 18px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600 !important;color: #333333; margin-bottom:10px;line-height: 25px;}


/*专题-庆祝中国共产觉成立100周年*/
.mod-sac-style17 .mod-sac-specialist{ padding-bottom:0 !important;}
.mod-sac-style17 .mod-sac-specialist .mod-sac-item-title-wrap a{ font-weight: 600 !important;}
.mod-sac-style17 .mod-sac-list{ margin-top:0 !important;}
.mod-sac-style17 .mod-sac-list .mod-sac-item-title-wrap a{ font-weight:normal !important;}
.mod-sac-style17 figure{width:100% !important;}
.mod-sac-style17 figure .mod-sac-item-image img{width:100% !important;max-width: 100% !important;}

/*习近平思想文库*/
.mod-sac-style16 .mod-sac-body{ margin-top:25px;}
.mod-sac-style16 .mod-sac-body ol.mod-sac-specialist{}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between{ height:150px; display:block;}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between > div:nth-child(1){ width:100px; height:100%; float:left; padding-right:0 !important;}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between > div:nth-child(2){ width:calc(100% - 100px); height:100%; float:right; padding: 20px 0 20px 20px;}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between a{ display:block}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between a img{ width:100% !important; height:150px !important;}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between .mod-sac-item-title-wrap{}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between .mod-sac-item-title-wrap a{font-size:16px; color:#333; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between .mod-sac-item-introtext{ font-size:14px; color:#666666; text-indent:0; margin-top:0 !important;}
.mod-sac-style16 .mod-sac-body li.sdt-row-space-between .mod-sac-item-introtext a span{width: 110px !important;height: 30px; font-size:14px; color:#027355 !important; display: block; padding:0 !important;}

/*专题-百年未有之大变局下的中美关系*/
.mod-sac-item-date{ color:#999; font-size:14px;}
//.mod-sac-style18 .mod-sac-body .mod-sac-list li:nth-child(3), .mod-sac-style18 .mod-sac-list li:nth-child(4){ display:none;}
.mod-sac-style18 .mod-sac-body .mod-sac-list li:nth-child(3), .mod-sac-style18 .mod-sac-list li:nth-child(4){ text-overflow:ellipsis;}

/*不忘初心图*/
.sppb-section-content-center{ margin-top:30px;}

/*工作动态*/
.mod-sac-style1 .mod-sac-list > li{ padding-bottom:5px !important;}

/*铁纪要义*/
.mod-sac-style1 .mod-sac-list li .mod-sac-item-title span{ font-weight:normal !important;}
.mod-sac-style1 .mod-sac-specialist > li .mod-sac-item-title {font-size: 18px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600 !important;color: #333333;line-height: 25px;}
/*.mod-sac-style1 .mod-sac-list li:nth-child(1) .mod-sac-item-title span{font-size: 18px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600 !important;color: #333333;line-height: 25px;}*/

/*最新公告
.sppb-addon-module{ padding-top:10px;}
*/
.sppb-addon-module .gonggaotab{height: auto;}
.sppb-addon-module .gonggaotab .gonggaotab-nav{}
.sppb-addon-module .gonggaotab .gonggaotab-nav li{ display:inline-block; float:none; width:auto; position:relative; height: 28px; line-height: 28px;}
.sppb-addon-module .gonggaotab .gonggaotab-nav li:nth-child(1){ padding-right:10px; margin-right:5px;}
.sppb-addon-module .gonggaotab .gonggaotab-nav li:nth-child(1):after{ content:"|"; position:absolute; right:0; top:0;color: #999999;}
.sppb-addon-module .gonggaotab .gonggaotab-nav li a{font-size: 20px;font-family: PingFangSC-Regular, PingFang SC; display:block;font-weight: 400;color: #999999;line-height: 28px;}
.sppb-addon-module .gonggaotab .gonggaotab-nav li.active{}
.sppb-addon-module .gonggaotab .gonggaotab-nav li.active a{font-weight: 600;color: #027355;}

.sppb-addon-module .gonggaotab .gonggaotab-con li:nth-child(1){display: list-item;}
.sppb-addon-module .gonggaotab .gonggaotab-con li .mod-sac-style13 .mod-sac-body{ height:auto !important;}
.sppb-addon-module .gonggaotab .gonggaotab-con li .mod-sac-style13 .mod-sac-body li{ line-height:22px !important;}
.sppb-addon-module .gonggaotab .gonggaotab-con li .mod-sac-style13 .mod-sac-body li a{ line-height:22px !important; }
.sppb-addon-module .gonggaotab .gonggaotab-con li .gonggao-login{ height:auto !important;}
.sppb-addon-module .gonggaotab .gonggaotab-con li .gonggao-login .gonggao-logtxt{ padding-top:50px;}


/*政策法规*/
.mod-sac-style15 .mod-sac-list .sdt-row-space-between{ margin-bottom:15px;}


/*绿网综合服务*/
.sppb-column .sppb-column-addons > .sppb-section{ padding:0 !important;}

/*调查问卷*/
.sppb-addon-module .sppb-addon-content h3.sppb-addon-title{font-size: 20px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600;color: #333333;line-height: 28px; position:relative; padding-left:16px;}
/* .sppb-addon-module .sppb-addon-content h3:before{ content:""; display:block; width: 6px;height: 20px; position:absolute; left:0; top:5px;background: #027355;} */
.sppb-addon-module .sppb-addon-content ul.category-module{}
.sppb-addon-module .sppb-addon-content ul.category-module li{}
.sppb-addon-module .sppb-addon-content ul.category-module li a{font-size: 16px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600; display:block; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #333333; background:url(iwjicon.png) no-repeat left center; padding-left:28px;line-height: 24px;}

/*联参要闻*/
.mod-sac-style19 .mod-sac-body .sdt-row-left{ display:block;}
.mod-sac-style19 .mod-sac-body .sdt-row-left ol.mod-sac-specialist{ width:49%;}
.mod-sac-style19 .mod-sac-body .sdt-row-left ol.mod-sac-list{ width:49% !important; clear:inherit; float:right;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-item-title-wrap .mod-sac-item-title{ display:block; padding-right:0 !important;overflow: hidden; text-overflow: ellipsis;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-specialist > li .mod-sac-item-title-wrap{ padding-bottom:0 !important;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-specialist > li .mod-sac-item-title-wrap .mod-sac-item-title{ font-size:20px !important; white-space: nowrap; }
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-specialist > li .mod-sac-item-introtext{ color:#666; padding-right:0 !important;}

.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-specialist ul li{ width:49%; float:left; margin-right:2%;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-specialist ul li:nth-child(2){ margin-right:0;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-specialist ul li a.mod-sac-item-title {overflow:hidden; font-size:16px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-height:22px; -webkit-box-orient:vertical;}

.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-list li a.mod-sac-item-title span{ font-weight:normal !important;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-list li:nth-child(6){ margin-top:15px;}
.mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-list li:nth-child(1) a.mod-sac-item-title span, .mod-sac-style19 .mod-sac-body .sdt-row-left .mod-sac-list li:nth-child(6) a.mod-sac-item-title span{ font-size:20px; line-height:28px; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600 !important;}


/*大国前线*/
.mod-sac-style23 .mod-sac-body .sdt-row-left{ display:block; margin-top:20px;}
.mod-sac-style23 .mod-sac-body .mod-sac-specialist li .mod-sac-item-title-wrap{ padding-top:0 !important;}
.mod-sac-style23 .mod-sac-body .mod-sac-specialist li .mod-sac-item-image-wrap div{ height:50px; line-height:50px; bottom:76px !important;}
.mod-sac-style23 .mod-sac-body .mod-sac-specialist li .mod-sac-item-image-wrap div a{ display:block; line-height:50px;}

/*观天下*/
.mod-sac-style3 .mod-sac-body{ margin-top:20px;}

/*外媒参考*/
.mod-sac-style20 .mod-sac-body, .mod-sac-style24 .mod-sac-body{ margin-top:20px;}
.mod-sac-style20 .mod-sac-body .mod-sac-specialist li .mod-sac-item-title-wrap a{ display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: 600;}
.mod-sac-style20 .mod-sac-body .mod-sac-specialist li .mod-sac-item-introtext, .mod-sac-style24 .mod-sac-body .mod-sac-specialist li .mod-sac-item-introtext{ color:#666;}
.mod-sac-style20 .mod-sac-body .mod-sac-list li{ padding-top:2px !important;}
.mod-sac-style20 .mod-sac-body .mod-sac-list li .mod-sac-item-title-wrap a{ line-height:36px;}

/*大国之风*/
.mod-sac-style24 .mod-sac-body .mod-sac-specialist .mod-sac-item-title-wrap a{ font-weight:bold;}

/*聚前沿*/
.mod-sac-style21 .mod-sac-body{ margin-top:20px;}
.mod-sac-style21 .mod-sac-header h4.mod-sac-heading{ padding-bottom: -1px;}
.mod-sac-style21 .mod-sac-body li .mod-sac-item-title-wrap a{ display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*学习园地*/
.mod-sac-style26 + .gonggaotab{ margin-top:20px;}
.mod-sac-style26 + .gonggaotab .gonggaotab-con{}
.mod-sac-style26 + .gonggaotab .gonggaotab-con li:nth-child(1){ display: list-item;}
.mod-sac-style27 .mod-sac-item-title-wrap{ padding:0 10px 0 10px !important; max-height:inherit !important; height:40px !important; display:block;}
.mod-sac-style27 .mod-sac-item-title-wrap a{ display:block;}
.mod-sac-style27 .mod-sac-item-title-wrap a b{ display:block; }


/*期刊专栏*/
.mod-sac-style_qikan .mod-sac-body{ margin-top:20px;}

/*观影墙*/
.mod-sac-style26 ul.sdt-row-flex-end li a span{ font-size:16px; color:#999;}
.mod-sac-style26 ul.sdt-row-flex-end li a:hover span{ color:#027355;}

/*在线电视*/
.mod-sac-style12 .jw-title .mod-sac-header h4{ padding-bottom: 4px !important; top:58% !important;}
.mod-sac-style12 .green-title-custom-line table td a{  font-size:16px; color:#333;}
.mod-sac-style12 .green-title-custom-line table td a ~ br{ color:#666666; font-size:14px;}
.mod-sac-style12 .sdt-row-space-between{ padding-left:0 !important;}
.mod-sac-style12 .sdt-row-space-between a:nth-child(1){margin-right: 15px;}
.mod-sac-style12 .mod-sac-item-hits{float: right; margin-top: -5px; color: #aaa;}

/*绿网论坛*/
.mod-sac-style25 .mod-sac-body{ margin-top:20px;}
.mod-sac-style25 .mod-sac-body ol.mod-sac-list li .mod-sac-item-title-wrap{ background:url(luntanicon.png) no-repeat left center; padding-left:28px;}
.mod-sac-style25 .mod-sac-body ol.mod-sac-list li .mod-sac-item-title-wrap a{ display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/*首页幻灯片28*/
#ctrl_myowl_msac_28 li {
	padding: 0px 10px;
	margin-bottom: 3px;
	height: 100px;
	border-left: 4px solid #fff;
}

/*
padding: 0px 10px;
margin-bottom:3px;
height: 130px;
*/
#ctrl_myowl_msac_28 li img {	
	border: 4px solid #fff;
}

.mod-sac-style28 .owl-green-theme.owl-carousel .owl-nav button.owl-next,.mod-sac-style28 .owl-green-theme.owl-carousel .owl-nav button.owl-prev
{
	top:95.5%;
}

#ctrl_myowl_msac_28 .mod-sac-item-title {
	font-weight: 600;
}

#ctrl_myowl_msac_28 li.current,
#ctrl_myowl_msac_28 li:hover {
	/*border-left: 4px solid rgb(159,14,34);*/
}

#ctrl_myowl_msac_28 li.current,
#ctrl_myowl_msac_28 img:hover {
	border: 4px solid rgb(159,14,34);
}

.mod-sac-style28 .mod-sac-body .mod-sac-right {
	width: 380px;
}

.mod-sac-style28 .mod-sac-body .mod-sac-left {
	width: calc(100% - 390px);
}


@media (max-width: 991px) {
	.mod-sac-style28 .mod-sac-body .mod-sac-right,
	.mod-sac-style28 .mod-sac-body .mod-sac-left {
		width: 100%;
	}

	#ctrl_myowl_msac_28 li {
		height: auto;
	}
}

#ctrl_myowl_msac_28 p.mod-sac-item-introtext {
	margin-bottom: 5px;
}

#mod-sixe-28 .owl-dots {
	display: none;
}

.mod-sac-style28 .owl-dots {
	display: none;
}


/*首页幻灯片5*/
#ctrl_myowl_msac_5 li {
	padding: 0px 10px;
	margin-bottom: 3px;
	height: 130px;
	border-left: 4px solid #f6f6f6;
}

#ctrl_myowl_msac_5 .mod-sac-item-title {
	font-weight: 600;
}

#ctrl_myowl_msac_5 li.current,
#ctrl_myowl_msac_5 li:hover {
	border-left: 4px solid #065540;
}

.mod-sac-style5 .mod-sac-body .mod-sac-right {
	width: 380px;
}

.mod-sac-style5 .mod-sac-body .mod-sac-left {
	width: calc(100% - 390px);
}

@media (max-width: 991px) {
	.mod-sac-style5 .mod-sac-body .mod-sac-right,
	.mod-sac-style5 .mod-sac-body .mod-sac-left {
		width: 100%;
	}

	#ctrl_myowl_msac_5 li {
		height: auto;
	}
}

#ctrl_myowl_msac_5 li.current,
#ctrl_myowl_msac_5 li:hover {
	/**border-left: 4px solid rgb(159,14,34);*/
	border-left: 4px solid #065540;
}


/*模块样式添加*/
.mod-sac-style26 .owl-item .mod-sac-item-image-wrap  .mod-sac-item-image img{
    /*height:auto !important;*/
    width:100% !important;
    max-width:100% !important;
}

.mod-sac-style26 .owl-green-theme .owl-dots .owl-dot{
    outline:none;
}

.mod-sac-style6 .mod-sac-header .mod-sac-heading {
    white-space: inherit !important;
}

.mod-sac-style6 .mod-sac-header .mod-sac-heading{
    padding-left:0;
    border:none;
}

.owl-dots{
    display:none;
}


/*#ctrl_myowl_msac_203 li a.mod-sac-item-title {
    font-weight: 500;
    font-size: 17px;
}*/
#ctrl_myowl_msac_5 p.mod-sac-item-introtext {
	margin-bottom: 5px;
}

#mod-sixe-5 .owl-dots {
	display: none;
}
/**首页模块摘要颜色**/
.mod-sac-item-introtext{
	color:#949494;
}

/*去除白色底色*/
.nobg .mod-sac-body{
	background:transparent !important;
}

.mod-sac-item-title-wrap{
    /*width: calc(100% - 100px);*/
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sppb-addon-title{
    border-bottom:2px solid #0866AE;padding:0 6px 12px;
}
















