@font-face {
    font-family: 'iconfont';
    src: url('/dscddh/css/../../2024/fonts/iconfont.eot');
    src: url('/dscddh/css//dscddh/css/../../2024/fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('/dscddh/css/../../2024/fonts/iconfont.woff') format('woff'),
        url('/dscddh/css/../../2024/fonts/iconfont.ttf') format('truetype');
}

@font-face {
    font-family: 'rubikbold';
    src: url('/dscddh/css/../../2024/fonts/rubik/Rubik-Bold.ttf');
}

@font-face {
    font-family: 'rubikmedium';
    src: url('/dscddh/css/../../2024/fonts/rubik/Rubik-Medium.ttf');
}

@font-face {
    font-family: 'rubikregular';
    src: url('/dscddh/css/../../2024/fonts/rubik/Rubik-Regular.ttf');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #28C445;
}

.text-default {
    color: #666;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #000;
    font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
    font-size: 16px;
    background: #fff;
}

a {
    color: #000;
}

a:hover {
    color: #B30404;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-content-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-items-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #B30404;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid transparent;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-info {
    background: #aaa;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



/* #scrolltop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	flex-direction: column;
	cursor: pointer;
}

#scrolltop .icon {
	width: 44px;
	height: 44px;
	background: #064EA2;
	color: #fff;
}

#scrolltop .icon .layui-icon {
	font-size: 40px;
} */




.img-responsive {
    width: 100%;
    display: block;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.mheader,
.mnav {
    display: none;
}


/* ÊÖ»úµ¼º½ */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 64px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    top: 0;
}


.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {}

.mc_ph_hd .mc_ph_en {
    margin-top: 20px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 40px !important;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after {
    top: -8px;
    width: 30px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    top: 8px;
    width: 15px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    width: 30px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #B30404;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    width: 30px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #B30404;
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*phµ¼º½&ÏÂÀ­*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: 100vh;
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: 'Î¢ÈíÑÅºÚ';
    height: 100vh !important;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
    display: none;
}

.xialaph .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search {
    margin-right: 40px;
    margin-top: 15px;
}

.mc_ph_search .layui-icon {
    font-size: 24px;
}


.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.tp_link {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.tp_link a {
    font-size: 14px;
    color: #fff;
}

.tp_link span {
    padding: 0 5px;
}

.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.myclass2.layui-layer-page {
    width: 700px !important;
}

.himg .pic {
    overflow: hidden;
}

.himg img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


#colbox {
    background: #fff;
}

#colbox .layui-tab-card {
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
}

#colbox .layui-tab {
    margin: 0;
}

#colbox .layui-tab-title {
    position: relative;
    border-bottom-width: 0px;
    background: none;
    height: auto;
}

#colbox .layui-tab-title li {
    padding: 0;
}

#colbox .layui-tab-title li span {
    display: inline-block;
    padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
    display: none;
}

#colbox .layui-tab-title li a {
    display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
    display: none;
}

.conent_box {
    background: #f7f7f7;
}

.conent_box .layui-row {
    overflow: inherit;
}



.layui-tab-bar {
    height: 48px;
    line-height: 48px;
}


.page_detail {
    padding: 0;
}


.detail-box {
    padding: 0px;
}

.col-title {
    font-size: 28px;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
}

.col-att {
    font-size: 14px;
    color: #9E9E9E;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    margin: 15px 0 0;
    padding-bottom: 15px;
}

.col-att a {
    color: #9E9E9E;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
    font-size: 16px;
}

.dtl_detail.p1 {
    font-size: 18px;
}

.dtl_detail.p2 {
    font-size: 16px;
}

.dtl_detail.p3 {
    font-size: 14px;
}

.dtl_detail img,
.dtl_detail video {
    max-width: 100%;
}

.dtl_detail p {
    margin-bottom: 20px;
}

.pager {}

.pager li {
    width: 100%;
    margin-bottom: 30px;
}

.pager li a {
    color: #999;
    display: block;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    font-size: 18px;
}


.pager li a:hover {
    color: #B30404;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 0;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 33px;
    height: 33px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #B30404;
    color: #fff;
    border: solid 1px #B30404;
}

.textlist {}

.textlist li {
    border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
    position: relative;
    overflow: hidden;
}

.textlist li .shijian {
    display: block;
    float: right;
    color: #5a5a5a;
    opacity: 0.5;
}

.textlist li .title {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
}

.textlist li .desc {
    line-height: 35px;
    color: #999999;
}

.textlist li .nianyue {
    color: #999999;
    font-size: 12px;
}

.textlist li .nianyue .more {
    float: right;
    font-size: 14px;
}

.textlist li .nianyue .iconfont {
    font-size: 18px;
    margin-left: 10px;
    color: #123f79;
}

.textlist li a:hover .nianyue {
    color: #123f79;
}



.righttitle {
    height: 35px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.righttitle .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #123f79;
    display: inline-block;
    height: 34px;
}

.righttitle .position {
    float: right;
    font-size: 14px;
    color: #333333;
}

.piclist {}

.piclist li a {
    display: block;
    background: #fff;
    position: relative;
}



.piclist li .title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background: #f3f3f3;
    z-index: 2;
}

.piclist li a:hover .title {
    background: #1A61B8;
    color: #fff;
}




.piclist2 li a {
    display: block;
    position: relative;
}

.piclist2 li .text {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}

.piclist2 li .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}

.piclist2 li .time {
    font-size: 14px;
    color: #aaaaaa;
}

.piclist2 li a:hover {
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
    border-bottom: 1px solid #123f79;
}

.piclist2 li a:hover .title {
    font-weight: bold;
}

.tuwenlist {}

.tuwenlist li {
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tuwenlist li .pic {
    flex: none;
    width: 340px;
}

.tuwenlist li .text {
    width: calc((100% - 355px));
    background-size: cover;
}

.tuwenlist li .title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.tuwenlist li .desc {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.5;
}

.tuwenlist li .date {
    opacity: 0.5;
    font-size: 14px;
}

.tuwenlist li .more {
    color: #B30404;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #B30404;
    padding: 10px 40px;
}

.tuwenlist li a:hover .title {
    font-weight: bold;
}

.tuwenlist li a:hover .more {
    color: #fff;
    background: #B30404;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
    color: #1B1B1B;
    opacity: .5;
}


.search_list li a {
    display: block;
    background: #fff;
    padding: 30px 40px;
}

.search_list li .title {
    font-size: 24px;
    line-height: 45px;
    height: 45px;
}

.search_list li .title .text-danger,
.search_list li .desc .text-danger {
    color: #3988EA;
}

.search_list li .desc {
    line-height: 30px;
    color: #9E9E9E;
    height: 60px;
}

.search_list li .date {
    color: #9E9E9E;
}

.search_list li .iconfont {
    font-size: 16px;
    color: #9E9E9E;
}

.search_list li .column_name {
    height: 30px;
    border-radius: 5px;
    background: #F3F3F3;
    line-height: 30px;
    padding: 0 25px;
    color: #9B9B9B;
}

/*
ÄÚÈÝËÑË÷Ò³
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.sch-form .sch-type {
    position: absolute;
    left: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    color: #828282;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    padding: 0 10px;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.sch_result_list li.no_data .text {
    border-radius: 10px;
    background: #F0EFEE;
    padding: 40px;
}

.sch_result_list li.no_data .text .text1 {
    font-size: 26px;
    font-weight: bold;
    color: #828282;
}

.sch_result_list li.no_data .text .text2 {
    font-size: 18px;
    color: #828282;
}

.loadmore {
    text-align: center;
}

.pchide {
    display: none;
}

.nav_box {
    background: #FF2020;
    height: 70px;
    line-height: 70px;
}

.nav_box li a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #FFF6C9;
    position: relative;
}

.nav_box li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #FFF6C9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.nav_box li a:hover::after,
.nav_box li.on a::after {
    width: 100%;
}

.index_bg {
    background: url(/dscddh/css/../images/index_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.column {
    position: relative;
    height: 45px;
    background: linear-gradient(270deg, #FEEDED 0%, #F0000A 32%, #F0000A 63%, #FEECEC 100%);
}

.column .title {
    display: block;
    height: 59px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, #B60007 0%, rgba(197, 0, 7, 0) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    line-height: 59px;
    padding: 0 28px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.column .title::before {
    content: '';
    width: 8px;
    height: 14px;
    background: url(/dscddh/css/../images/arrow_left.png) no-repeat center;
    position: absolute;
    left: -8px;
    top: 0;
}

.column .title::after {
    content: '';
    width: 8px;
    height: 14px;
    background: url(/dscddh/css/../images/arrow_right.png) no-repeat center;
    position: absolute;
    right: -8px;
    top: 0;
}

.column .more {
    width: 86px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.column .more .more_text {
    font-size: 14px;
    color: #D62200;
}

.column .more .icon {
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/dscddh/css/../images/more.png) no-repeat center;
    background-size: cover;
}

.llgyw_slide {
    width: 735px;
    float: left;
}


.llgyw_slide .swiper-pagination {
    width: auto;
    right: 0;
    bottom: 5px;
    left: auto;
    display: none;
}

.llgyw_slide .swiper-pagination-bullet {
    background: rgba(255, 32, 32, 0.38);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.llgyw_slide .swiper-pagination-bullet-active {
    background: #FF2020;
}

.llgyw_slide .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0.3rem 0;
    height: 24px;
    line-height: 25px;
    position: relative;
}

.llgyw_slide .line {
    opacity: 0.2;
    position: relative;
}

.llgyw_slide .line::after {
    content: '';
    width: calc(100% - 15px);
    height: 1px;
    border-top: 1px dashed #E62903;
    position: absolute;
    left: 15px;
    top: -15px;
}

.llgyw_slide .line .dot {
    height: 5px;
    width: 5px;
    background: #E62903;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-17px);
    border-radius: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.llgyw_slide .line::before {
    content: '';
    height: 1px;
    width: 0;
    background: #E62903;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-15px);
    border-radius: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.llgyw_slide a:hover .line::before {
    width: calc(100% - 15px);
    height: 1px;
}

.llgyw_slide .desc {
    line-height: 30px;
    color: #999999;
    margin-bottom: 0.2rem;
    height: 60px;
}

.llgyw_slide .time {
    font-size: 14px;
    color: #999999;
}

.llgyw_slide .time .iconfont {
    font-size: 20px;
    color: #E62A03;
    margin-right: 5px;
}

.llgyw_slide .swiper-button-next,
.llgyw_slide .swiper-button-prev {
    width: 45px;
    height: 50px;
    background: rgba(1, 68, 139, 0.5);
    left: 0;
    top: 185px;
    margin-top: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.llgyw_slide .swiper-button-next {
    left: auto;
    right: 0;
}

.llgyw_slide .layui-icon {
    font-size: 22px;
}

.llgyw_slide .swiper-button-next:hover,
.llgyw_slide .swiper-button-prev:hover {
    background: rgba(230, 41, 3, 0.5);
}

.llgyw_slide2 {
    width: calc((100% - 795px) / 1);
    float: right;
    overflow: hidden;
}

.llgyw_slide2 li {
    box-sizing: border-box;
    margin-bottom: 32px;
}

.llgyw_slide2 li a {
    display: block;
    border-bottom: 1px dashed #D8D8D8;
    position: relative;
    padding-bottom: 32px;
}

.llgyw_slide2 li:last-child {
    margin-bottom: 0;
}

.llgyw_slide2 li:last-child a {
    border-bottom: none;
}

.llgyw_slide2 li a::after {
    content: '';
    width: 0;
    height: 1px;
    background: #E32A05;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.llgyw_slide2 li a:hover::after {
    width: 100%;
}

.llgyw_slide2 li .title {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}

.llgyw_slide2 li .time {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.llgyw_slide2 li .time .iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #E32A05;
}

.dlfjdwn_box li .text {
    background: #fff;
    border: 1px solid #E8E8E8;
    padding: 20px 25px 25px;
}

.dlfjdwn_box li .title {
    line-height: 30px;
    height: 60px;
    font-size: 18px;
}

.dlfjdwn_box li .date {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
}

.fzxl_box li a {
    display: block;
}

.fzxl_box li .pic {
    width: 202px;
    float: left;
    margin-right: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.fzxl_box li .title {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

.fzxl_box li .desc {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    color: #3D3D3D;
}

.fzxl_box li .more {
    font-size: 14px;
    color: rgba(212, 16, 24, 0.62);
}

.dyfc_box li a {
    display: block;
    position: relative;
    border: 1px solid #D4D4D4;
    padding: 20px;
}

.dyfc_box li .pic {
    width: 130px;
    float: left;
    position: relative;
    margin-right: 20px;
}

.dyfc_box li .title {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(179, 4, 4, 0.9);
    width: 100%;
    height:30px;
    line-height:30px;
    color: #fff;
    z-index: 2;
    font-size: 14px;
}

.dyfc_box li .text .desc {
    height: 100%;
    overflow-y: auto;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-right: 10px;
}
.dyfc_box li .text .desc.no-scrollbar{
    padding-right: 0;
}
.dyfc_box li .text .desc::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.dyfc_box li .text .desc::-webkit-scrollbar-thumb {
    background: #880101;
}

.dyfc_box li .text .desc::-webkit-scrollbar-track {
    background: rgba(136, 1, 1, 0.13);
}

.ddbzs_list li a{
    background: url(/dscddh/css/../images/ddbzs_bg.jpg) no-repeat right bottom;
}

.footer {
    background: #BC1C00;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .sydw {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.copyright img {
    vertical-align: middle;
}

.copyright span {
    vertical-align: middle;
}

.content_bg {
    background: #f4f4f4;
    overflow: hidden;
}

.content_main {
    background: #fff;
    padding: 20px;
}

.column_nei {
    height: 60px;
    line-height: 60px;
    border-top: 3px solid #c00016;
    position: relative;
    background: #f4f4f4;
    padding: 0 20px;
}

.column_nei .title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #c00016;
}

.column_nei .position {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
}

.column_nei .position a {
    color: #999;
}

.infolist_nei li {
    border-bottom: 1px dashed #ccc;
    height: 65px;
    line-height: 65px;
}

.infolist_nei li .date {
    float: right;
    color: #999;
}

.infolist_nei li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.infolist_nei li a::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #c00016;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.infolist_nei li .title {
    height: 65px;
    padding-right: 20px;
}

.detail .title {
    font-size: 24px;
    font-weight: bold;
    color: #c00016;
    text-align: center;
}

.detail {
    padding: 50px 15px;
}

.detail .timer {
    font-size: 14px;
    color: #aeaeae;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.detail .timer span {
    margin: 0 5px;
}

.detail .content {
    padding: 25px 0;
}

.detail .content p {
    font-size: 16px;
    line-height: 35px;
    color: #2c2c2c;
}



.detail .detail-page {
    line-height: 95px;
    height: 95px;
}

.detail .detail-page a {
    color: #666;
    font-size: 16px;
}

.detail .detail-page a:hover {
    color: #c91717;
}

.dyfc_list_nei li {
    margin-bottom: 30px;
}