@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/index.jpg") no-repeat top center;*/
/*	min-height: 2000px;*/
}
/*二、主体部分*/

/*标题栏*/
.index_title {
    padding-bottom: 40px;
	position: relative;
/*    border-bottom: 2px solid #c22829;*/
}
.index_title .bt {
    height: 50px;
    font-size: 41px;
    font-weight: bold;
/*    color: #c22829;*/
	color: var(--red);
    line-height: 50px;
    padding-left: 50px;
}
.sec04 .index_title{
	padding-bottom: 70px;
}
.index_title .bt_04_sub{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 168px;
	height: 25px;
	font-size: 25px;
	color: var(--red);
	font-weight: bold;
}

.bt_01 {
    background: url("../img/icon/bt01.png") left center no-repeat;
}
.bt_02 {
    background: url("../img/icon/bt02.png") left center no-repeat;
}

.bt_03 {
    background: url("../img/icon/bt03.png") left center no-repeat;
}

.bt_04 {
    background: url("../img/icon/bt04.png") left center no-repeat;
}

.bt_05 {
	padding-left: 0px;
	padding-right: 50px;
    background: url("../img/icon/bt05.png") right center no-repeat;
}
.bt_06 {
    background: url("../img/icon/bt06.png") left center no-repeat;
padding-left:70px !important;
}
.more_btn {
    display: block;
    text-align: center;
	width: 74px;
	height: 32px;
	border-radius: 15px;
	border: solid 2px #c22829;
	position: absolute;
}

.more_btn a {
    display: block;
    line-height: 30px;
}

.more_btn .more_text,
.more_btn a {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #c22829;
}
.more_btn:hover{
	border: solid 2px var(--red);
}
.more_btn a:hover .more_text {
	color: var(--red);
}

.sec01 .more_btn{
	right: 0;
	bottom: 10px;
}
.sec02 .more_btn{
	right: 13px;
	bottom: 20px;
}
.half{
	position: relative;
}
.sec04 .half{
	padding-bottom: 80px;
}
.sec04 .half .more_btn {
	right: 0;
	bottom: 10px;
}

.mainWrap .sec01 {
	/*	height:950px;*/
	height: auto;
	padding:55px 0 52px;
}
.mainWrap .sec02 {
/*	height: 790px;*/
/*	background: white;*/
	padding:51px 0 85px;
	background: url("../img/bgImg/bg_huimou.png") center top no-repeat;
	background-size: 1920px 100%;
}
.mainWrap .sec03{
/*	background: #fff;*/
	padding: 52px 0 64px;
}
.mainWrap .sec04 .container{
    padding: 44px 0 64px;
	border-top: solid 2px var(--red);
}
.mainWrap .sec05 {
/*	height: 790px;*/
/*	background: white;*/
	padding:72px 0 88px;
	background: url("../img/bgImg/bg_tushuo.png") center top no-repeat;
	background-size: 1920px 100%;
}

/*首页布局*/
.sec01 .index_title {
    margin-bottom: 38px;
}
.sec02 .index_title,
.sec03 .index_title {
/*    margin-bottom: 68px;*/
}
.sec01 .index_more {
    margin-top: 32px;
}

.sec02 .index_more {
    margin-top: 45px;
}

.sec03 .index_more {
    margin-top: 58px;
}
.sec01 .fl {width: 660px;}
.sec01 .fr {width: 498px;}
.sec02 .fl {width: 818px;}
.sec02 .fr {width: 364px;background:white;height:297px;position: relative;}
/**图片新闻**/
.tucon {
    width: 660px;
    height:400px;
}
.tucon .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 180px;
    height: 47px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.tucon .news_bt {
    line-height: 47px;
    font-size: 18px;
    color: #fff;
}
/*news*/
.news_01 .box {
/*    border-bottom: 1px solid #e0e0e0;*/
    padding-bottom: 12px;
}
.news_01 .dotted-line {
	width: 100%;
  height: 6px; /* 圆点直径（必须和background-size第二个值相同） */
  background-image: radial-gradient(
    circle at center,  /* 确保圆心居中 */
    var(--red) 2px,          /* 圆点半径（2px = 直径4px，但实际受height约束） */
    transparent 3px   /* 过渡边缘（可选调整） */
  );
  background-size: 10px 6px; /* 水平间距10px，垂直高度6px（必须等于height） */
  background-repeat: repeat-x;
  margin: 7px 0;
}
.news_01 .newbt {
    line-height: 26px;
    font-size: 20px;
/*    font-weight: bold;*/
	height: 26px; overflow:hidden;
	width: 400px;
}

.news_01 .newwz {
    margin-top: 14px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.news_01 .newwz a.link {
    color: #c22829;
}

.news_01 .newdate {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.news_01 li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 4px;
}

.news_01 li a {
    display: block;
    font-size: 16px;
/*    font-weight: bold;*/
    position: relative;
    height: 46px;
	overflow:hidden;
    padding-left: 35px;
    padding-right: 90px;
/*	color: #040000;*/
	background: url("../img/icon/list1.png") no-repeat 10px center;
	background-size:10px;
}

.news_01 li a .btlink {
    line-height: 46px;
}

.news_01 li a .date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    font-size: 14px;
    color: #999;
}
.news_02 li {
    width: 262px;
    background: #fff;
}

.news_02 .pic {
    height: 148px;
    position: relative;
    overflow: hidden;
}

.pic_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.pic_img:hover img {
    transform: scale(1.1, 1.1);
}

.news_02 .info {
    padding: 20px 20px 32px 20px;
}

.news_02 .info .btlink {
    font-size: 18px;
    color: #040000;
    line-height: 28px;
    height: 56px;
}

.news_02 .info .date {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    height: 21px;
    line-height: 21px;
    background: var(--red);
    border-radius: 10px;
    padding: 0 6px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.news_02 .info a:hover .btlink {
    color: #c22829;
}

.news_03 {
    background: #fff;
    padding: 22px 20px;
}

.news_03 li a {
    display: block;
    font-size: 17px;
    color: #040000;
    position: relative;
    height: 42px;
    padding-left: 22px;
    background: url("../img/icon/list2.png") left center no-repeat;
    background-size: 13px 13px;
    padding-right: 50px;
}

.news_03 .btlink {
    line-height: 42px;
}

.news_03 li .date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    font-size: 12px;
    color: #999;
}

.news_03 li a:hover .btlink {
    color: #c22829;
}

.news_04 {
    border: 2px solid var(--red);
    border-radius: 26px;
	overflow: hidden;
}

.news_04 .pic {
    width: 225px;
    height: 134px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.news_04 .info {
    width: calc(100% - 260px);
    padding-right: 20px;
}

.news_04 .info .btlink {
    font-size: 19px;
/*    font-weight: bold;*/
    text-indent:3em;
    line-height: 36px;
    height: 80px;
    position: relative;
}

i.arrow {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 27px;
    background: url("../img/icon/icon6.png") right center no-repeat;
}

i.arrow:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    content: '';
    width: 26px;
    height: 4px;
    background: var(--red);
}


.news_05 {
    padding-top: 0.1px;
}

.news_05 li {
    margin-top: 40px;
    border: 2px solid var(--red);
    border-radius: 19px;
}

.news_05 li .btlink {
    display: block;
    font-size: 20px;
/*    font-weight: bold;*/
    line-height: 58px;
    position: relative;
    padding-left: 90px;
    padding-right: 20px;
}

.news_05 i.arrow {
    left: 23px;
    top: 17px;
}

/*
.news_05 li .btlink:before {
    position: absolute;
    content: '';
    left: 82px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background: #e0e0e0;
}
*/

.news_05 li .btlink:hover i.arrow {
    width: 45px;
    transition: all 0.2s linear;
}

.news_05 li .btlink:hover i.arrow:before {
    width: 30px;
    transition: all 0.2s linear;
}
.news_06{
	border-top: dashed 3px #e71f19;
}
.news_06 li {
/*    border-bottom: 1px solid #c22829;*/
    padding-top: 8px;
}

.news_06 li a {
    height: 66px;
    position: relative;
    padding-right: 90px;
    padding-left: 25px;
	background: url("../img/icon/list1.png") no-repeat left center;
    display: block;
    color: #040000;
}
.news_06 li a:hover a {
    height: 66px;
    position: relative;
    padding-right: 90px;
    padding-left: 25px;
    display: block;
    color: #040000;
}


.news_06 li a .news_wz {
    line-height: 66px;
    font-size: 19px;
}

.news_06 li a:hover {
    color: #fff;
	background: #c22829 url("../img/icon/list1-hover.png") 10px center no-repeat;
	background-size: 15px 18px;
    border-radius: 4px;
}

.news_06 li a:hover .news_date {
    color: #fff;
}


.news_06 li a:hover .news_wz  {
 padding-left: 10px;
    transition: all 0.2s linear;
}

.news_06 li a .news_date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 66px;
    font-size: 14px;
    color: #7e7e7e;
}


.news_07 li {
    border-top: solid 2px var(--red);
    padding-top: 8px;
}

.news_07 li a {
    height: 65px;
    position: relative;
    padding-right: 80px;
    padding-left: 55px;
    display: block;
    color: #040000;
	background: url("../img/icon/list1.png") no-repeat 20px center;
}

.news_07 li a .news_wz {
    position: relative;
    z-index: 2;
    line-height: 65px;
    font-size: 20px;
}

.news_07 li a:hover {
    color: #fff;
	background: #c22829 url("../img/icon/list1-hover.png") 30px center no-repeat;
	background-size: 15px 18px;
    border-radius: 4px;
}
.news_07 li a:hover .news_date {
    color: #fff;
}

.news_07 li a:hover .news_wz  {
 padding-left: 10px;
    transition: all 0.2s linear;
}
.news_07 li a .news_date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 66px;
    font-size: 14px;
    color: #7e7e7e;
}