@charset "utf-8";
body{ }
.subContent{ min-height: 500px;}
.subBanner .gp-img-responsive{ padding-bottom: 28.65%;}
.subBanner .gp-img-responsive img{ width: 100%;}
.subBanner .gp-img-responsive img:hover{ opacity: 1;}

.bread{text-align: right;}
.bread a{  padding: 21px 0px 16px; line-height: 1.5; display: inline-block; margin-right: 16px; position: relative;}
.bread a::after{ content: ''; display: block; width: 1px; height: 14px; background-color: #DBDBDB; position: absolute; right: -10px; top: 26px;}
.bread a:last-child{ margin-right: 0;}
.bread a:last-child::after{ display: none;}

.gp-left{ float: left; width: 220px;}
.gp-right{ float: right; width: calc(100% - 258px); padding: 33px 25px 39px; background-color: #F7F7F7;}
/*侧边栏*/
.gp-subLeft{background: #F3F3F3;}
.gp-subLeft h2{ display: block; padding: 20px 0px; text-align: center; color: #fff; font-weight: bold;line-height: 36px; border-radius: 11px 11px 0 0 ;
    background: linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);
    background: -webkit-linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);}
.gp-subLeft > ul >li{ position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.1); transition: all 0.35s ease-in-out;}
.gp-subLeft > ul >li:hover,.gp-subLeft > ul >li.active{ background: linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);
    background: -webkit-linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);}
.gp-subLeft > ul >li:hover .gp-toggles,.gp-subLeft > ul >li.active .gp-toggles{ color: #fff;}
.gp-subLeft > ul >li:last-child{ border-bottom: none;}
.gp-subLeft > ul >li > a{ padding:17px 0 16px;  line-height: 23px; text-align: center; display: block;margin-right: 20px; transition: all 0.2s ease-in-out; color: #333;}
.gp-subLeft > ul >li:hover > a,.gp-subLeft > ul >li.active > a{ padding-right: 20px;margin-right: 0;color:#fff}
.gp-subLeft .gp-toggles{width: 56px;height: 56px;line-height: 56px;position: absolute;right: 0;top: 0;text-align: center;cursor: pointer;color:#666}
.gp-second-nav{font-size: 1.8rem;display: none; background-color: #fff; opacity: 0.8;}
.gp-second-nav:hover{ background-color: #fff;}
.gp-second-nav dd a{display: block;padding:10px 15px 10px 40px;color:#666;border-bottom: 1px dotted #fff;transition: all 0.35s ease-in-out;}
.gp-second-nav dd a:hover,.second_nav dd a.active,.gp-second-nav dd a.active{background: #FFE8E8; color: #000; opacity: 1;}
/*侧边栏移动端 */
.gp-m-subNav{display:none;}
.gp-m-inner-header{width:100%;height:40px;background-color:#2294e0;cursor:pointer;line-height: 40px; }
.gp-m-inner-header > span{height: 40px;padding-left: 15px;font-size: 16px;color:#fff;}
.icon-jia:before,.icon-jian:before{ color: #fff;}
.gp-m-subNav .gp-m-inner-header-icon-click{}
.gp-m-subNav .gp-m-inner-header-icon{float: right;width: 40px;height: 40px;text-align: center;}
.gp-m-subNav  .gp-m-inner-header-icon-click i{display: block;}
.gp-subNavm{ width:100%; overflow: hidden;display: none;}
.gp-subNavm h2{width:100%;height:48px;line-height:48px;background-color:#003c7f;}
.gp-subNavm h2 a{padding-left:13px;font-size:20px;font-family:Tahoma;display:block;color:#fff;}
.gp-subNavm ul{}
.gp-subNavm li{position: relative;}
.gp-subNavm li > a{ font-size: 14px;padding-left:13px;height:40px;line-height:40px;border-bottom:1px solid #e6e6e6;display:block;}
.gp-subNavm li.sub_has span{ margin-left: 10px;}
.gp-subNavm li.on a{ color:#003c7f; display:block; width:100%;}
.gp-m-toggle{width: 40px;height: 40px;position: absolute;right: 0;top: 0;line-height: 40px;text-align: center;}
.gp-subNavm dl{ display: none; background-color:#fff; padding:5px 0px;}
.gp-subNavm dl dd{ padding-left: 30px; line-height:18px; padding:8px 0px 8px 30px;border-bottom: 1px dotted #e6e6e6;}
.gp-subNavm li dl dd a{ font-size: 12px; font-weight:normal; display:inline;  border:none; padding:0px;}
.gp-subNavm li dl dd a:hover{ color:#a70510}

/* 分页 */
.pages{
    width: 630px;
    margin: 0 auto;
    /* height: 50px; */
    margin-top: 38px;
    /* overflow: hidden; */
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}
.pages .prev,.pages .next{
    position: relative;
}
.pages .prev::after,.pages .next::after{
    content: '';
    background: url(../2025djjqgalpkimages/page_prev.png) no-repeat center;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.pages .next::after{
    background: url(../2025djjqgalpkimages/page_next.png) no-repeat center;
}
.pages a.prev:hover::after{
    background: url(../2025djjqgalpkimages/page_prev_white.png) #2294e0 no-repeat center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.pages a.next:hover:after{
    background: url(../2025djjqgalpkimages/page_next_white.png) #2294e0 no-repeat center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.pages > a,.pages > .select_box,select{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-left: 16px;
}
.pages > a:nth-of-type(2):hover,
.pages > a:nth-of-type(3):hover,
.pages > a:nth-of-type(4):hover,
.pages > a:nth-of-type(5):hover,
.pages > a:nth-of-type(6):hover{
    color: #fff;
    background-color: #2294e0;
}
.pages .prev,.pages a.next:hover{
    position: relative;background: none;
}
.pages select{
    width: 121px;
    border-radius: 24px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    background-color: #F3F3F3;
    background: url(../2025djjqgalpkimages/select_down.png) no-repeat;
    background-position: 85px;
    background-size: 17px 9.22px;
}

.pages a.on_pages{
    color: #fff;
    background-color: #2294e0;
}
/* 自定义下拉框 */
.pages > .select_box {
	position:relative;
    display: inline-block;
	margin:0 auto;
    text-align: left;
	width: 120px;
    border-radius: 24px;
    margin-left: 16.5px;
}
.mobile_page{
    display: none;
}
.select_box::after{
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    background: url(../2025djjqgalpkimages/page_down.png) no-repeat center;
    transition: all 0.25s ease;
}
.select_box.on::after{
    transform: translateY(-50%) rotate(180deg);
}
.select_box:hover {
	cursor:pointer;
}
.select_box span {
	display:inline-block;
    margin-left: 22px;
}
.select_box.on .option{
    display: block;
}
.option {
	display:none;
	position:absolute;
	bottom:48px;
	width:120px;
	border:1px solid #dedede;
	border-top:none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
}
.option li a{ color: #fff;}
.option li {
	padding:5px 10px;
    line-height: 30px;
}
.option li:hover {
	background:#ddd;
}
.option li:hover a{
    color: #2294e0;
}

.curChannel{ color: #2294e0; font-weight: bold; padding-bottom: 16px; border-bottom: 1px solid #d8d8d8; margin-bottom: 19px;}
.curChannel a{ display: block; font-weight: bold; padding-left: 11px; line-height: 30px; color: #2294e0; position: relative;}
.curChannel a::before{ content: ''; display: block; width: 5px; height: 24px; background-color: #2294e0; position: absolute; top: 50%; left: 0px; transform: translateY(-50%);}

.gp-title{ line-height: 30px; text-align: center; font-weight: bold;}
.gp-info{ color: #999; text-align: center; margin-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #E8E8E8;}
.gp-info span{ margin-right: 30px; display: inline-block;}
.gp-info span:last-child{ margin-right: 0px;}
.gp-content{ padding-top: 20px;}
.gp-content p{ line-height: 1.5; margin-bottom: 30px;}
.gp-content p:last-child{ margin-bottom: 0px;}

.gp-list .title{ padding-left: 16px; line-height: 20px; position: relative;}
.gp-list .title::before{ content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #333;
    position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.gp-list li{ transition: all 0.35s ease; border-bottom: 1px solid #E8E8E8;
    /* background-image: linear-gradient(to right,#E5E5E5 0% ,#E5E5E5 50%,transparent 100%);
    background-image: -webkit-linear-gradient(to right,#E5E5E5 0% ,#E5E5E5 50%,transparent 100%);
    background-image: -o-linear-gradient(to right,#E5E5E5 0% ,#E5E5E5 50%,transparent 100%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    background-position: bottom; */
}
.gp-list .date{ float: right;}
.gp-list li:last-child{ background-image: none;}
.gp-list li a{ display: block; padding: 24px 0;}
.gp-list li:hover{ text-indent: 0.4em;}
.gp-list li:hover .title::before{ background-color: #2294e0;}

.Annex li::marker{ content: '';}
.Annex li{ margin-bottom: 16px;}
.Annex li:last-child{ margin-bottom: 0px;}
.Annex li a{ color: #a38432;}

.noLeft .gp-right{ width: 100%;}


@media screen and (max-width:997px) {
  .gp-subLeft,.gp-page{display: none;}
  .gp-m-subNav{display: block;}
  .gp-m-page{ display: block;}
}

.block-list108{
    margin: 0 -12px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: left;
}
.block-list108 li {
    width: 25%;
    margin-bottom: 24px;
}
.block-list108 li a {
    margin: 0 12px;
    display: block;
    box-shadow: 0.174px 4.997px 10px 0px rgba(0, 0, 0, 0.15);
}
.block-list108 li  a .info {
    text-align: center;
    box-sizing: border-box;
    padding: 25px 20px;
    background: #fff;
}
.block-list108 li a .info h3 {
    color: #222;
    /* margin-bottom: 15px; */
    line-height: 1.3;
    /* height: 1.3em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.block-list108 li a  .info p {
    color: #999999;
    display: none;
}