@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    min-width: 1250px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    box-sizing: border-box;
}

.banner {
    /* background: url(../images/whzgxBanner.jpg) no-repeat center top; */
    height: auto;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2b86bf;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

p,
span {
    color: #333;
    line-height: 1.8;
}

img {
    width: 100%;
    height: 100%;
}

#main img {
    object-fit: cover;
}

#main p {
    margin-left: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.blank20 {
    margin-top: 20px;
}

.blank30 {
    margin-top: 30px;
}

.blank50 {
    margin-top: 50px;
}

.fp_title {
    display: none;
}

.fp_subtitle {
    display: inline;
}


/* 头部导航 */

.m_header {
    position: relative;
}

.m_header1 {
    height: 40px;
    line-height: 40px;
    background-color: #fbfbfb;
    border-bottom: 1px #eaeaea solid;
}

.m_topNav {
    width: 1200px;
    margin: 0 auto;
}

.m_topNav ul li {
    float: left;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
}

.m_topNav li a {
    color: #6b6b6b;
}


/* 导航 */

.frNav {
    width: 180px;
    height: auto;
    position: fixed;
    right: 50%;
    margin-right: -790px;
    bottom: 50%;
    margin-bottom: -220px;
    z-index: 999;
    display: none;
}

.frNav ul i {
    display: block;
    width: 100%;
    height: 120px;
    /* background: url(../images/2023lhtp/frnavBg.png) no-repeat -49px 19px; */
    border-bottom: 5px #2b86bf solid;
}

.frNav ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background:rgba(50, 191, 118, 0.9);
    color: #fff;
}
.frNav ul li a:hover{
    color: #fff;
}
.frNav ul li::after {
    display: block;
    content: "";
    width: 80%;
    height: 5px;
    margin: 0 10%;
    background-color: #68561b;
    transform: skewX(70deg);
}


/* 正文内容 */

#main .tout {
    margin-top: 40px;
    margin-bottom: 60px;
    box-shadow: 0 0 10px 0 #999;
    padding: 50px 0 10px;
    color: #2b86bf;
    background-color: #fff;
    text-align: center;
    position: relative;
}

#main .tout h1 {
    font-size: 36px;
    line-height: 1.4;
}

#main .tout h1 a {
    color: #585858;
}

#main .tout p {
    padding: 20px;
    font-weight: normal;
    margin: 10px 0 20px;
    /* text-align: left; */
}


/* 要闻 S */

.boxXw {
    height: 480px;
}

.yaow_list {
    width: 410px;
    height: 480px;
}

.yaow_list .yw {
    padding: 10px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #2c87c0 0%, #32b56e 100%);
}

/* .yaow_list ul {
    background: #fff;
} */

.yaow_list ul li {
    height: 92px;
    border-bottom: 1px #999 dashed;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}
.yaow_list ul li:last-child {
    border-bottom: 0;
}
.yaow_list ul li h3 a{
    color: #fff;
}
.yaow_pic {
    position: relative;
    width: 750px;
    height: 480px;
    overflow: hidden;
    border-top: 10px #2c87c0 solid;
}

.yaow_pic .swiper-slide img {
    display: block;
    width: 750px;
    height: 480px;
    object-fit: cover;
}

.yaow_pic h3 {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: rgba(50, 191, 118, 0.9);
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.yaow_pic h3 a {
    color: #fff;
}

.yaow_pic .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
}

 :root {
    --swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
    background: #fff;
    margin-right: 5px;
}

.swiper-button-prev {
    left: 0px;
    right: auto;
    color: #2b86bf;
    font-weight: bolder;
}

.swiper-button-next {
    right: 0px;
    left: auto;
    color: #2b86bf;
    font-weight: bolder;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #2b86bf;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px;
}


/* 标题栏 */

.topic {
    height: 80px;
    line-height: 80px;
    text-align: center;
    /* background: linear-gradient(left, transparent, #2b86bf, transparent);
    background: -o-linear-gradient(left, transparent, #2b86bf, transparent);
    background: -moz-linear-gradient(left, transparent, #2b86bf, transparent);
    background: -webkit-linear-gradient(left, transparent, #2b86bf, transparent); */
    background: url(../images/lvhcsTopicBg.png) no-repeat;
    /* background: url(../images/2023lhtp/frnavBg.png) no-repeat -49px 19px; */
    margin: 50px auto 30px;
}

.topic h2,
.topic h2 a {
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bolder;
    /* color: #b1efac; */
    color: #2b86bf;
    /* text-shadow: 1px 1px 1px #000; */
    /* -webkit-text-stroke: 0.5px #bd5c1c; */

}

.boxPl .pljd ul {
    width: 570px;
}

.boxPl .pljd li {
    height: 200px;
    border-bottom: 1px #999 dashed;
}

.boxPl .pljd li h3::before {
    content: "";
    position: absolute;
    top: 35px;
    left: -22px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2b86bf;
}

.boxPl .pljd li h3 {
    height: 80px;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}

.boxPl .pljd li h3 a {
    color: #585858;
    font-size: 18px;
    font-weight: bolder;
}

.boxPl .pljd li p{
    height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}



.dbwy .con_bottom ul li {
	color: #2b86bf;
	list-style: disc inside;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #999 dashed;
	overflow: hidden;
}

.dbwy .con_top {
	border-bottom: 1px #999 dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dbwy .con_top .con_top_fl {
	width: 580px;
	height: 350px;
	position: relative;
}

.dbwy .con_top>:first-child {
	margin-right: 40px;
}

.dbwy .con_top .con_top_fl p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	margin-left: 0!important;
}

.dbwy .con_top .con_top_fl p a {
	color: #fff;
}

.dbwy .con_top .con_top_fl img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.dbwy .con_bottom .con_bottom_fl {
	width: 580px;
	text-align: left;
}

.dbwy .con_bottom>:first-child {
	margin-right: 40px;
}


/* 手机样式 */

@media only screen and (max-width:1440px) {
    .frNav {
        display: none!important;
    }
}

.mtjj_con {
    text-align: left;
}

.mtjj_con li {
    margin-top: 50px;
    overflow: hidden;
}

.mtjj_con li+li {
    border-top: 1px dashed #999;
    padding-top: 20px;
    margin-top: 20px;
}

.mtjj_con li .img {
    width: 400px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.mtjj_con li .img img {
    width: 100%;
    height: 266px;
    object-fit: cover;
}

.mtjj_con li h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: bolder;
    color: #d60200;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtjj_con li h3 a {
    color: #d60200;
}

.mtjj_con li p {
    display: block;
    line-height: 32px;
    margin-top: 10px;
    color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.dbwy .con_bottom ul li{
	color: #df2a36;
	list-style: disc inside;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #999 dashed;
	overflow: hidden;
}

.dbwy .con_top {
	border-bottom: 2px #999 dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dbwy .con_top .con_top_fl {
	width: 580px;
	height: 350px;
	position: relative;
}

.dbwy .con_top>:first-child {
	margin-right: 40px;
}

.dbwy .con_top .con_top_fl p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.dbwy .con_top .con_top_fl p a {
	color: #fff;
}

.dbwy .con_bottom .con_bottom_fl {
	width: 580px;
}

.dbwy .con_bottom>:first-child {
	margin-right: 40px;
}