@font-face {
	font-display: swap;
	font-family: '华文楷体';
	src: url('../fonts/STKAITI.TTF');
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: '微软雅黑';
}
html {
	width: 1200px;
	background-color: #FFFFFF;
	transform-origin: 0 0;
	overflow-x: hidden;
	margin: auto;
}
body {
	width: 100%;
}
.topImg {
	width: 100%;
	display: block;
}
.title {
	width: 720px;
	margin: auto;
	display: block;
	text-decoration: none;
	color: #000000;    
	font-size: 24px;
    font-weight: bold;
	text-align: center;
	margin-top: 85px;
	line-height: 33px;
	word-break: break-all;
}
.video {
	width: 560px;
	margin: auto;
	display: block;
	background-color: #000000;
	margin-top: 40px;
}
.content {
	width: 720px;
	margin: auto;
	display: block;
	text-decoration: none;
	color: rgba(0,0,0,0.85);
	font-family: "华文楷体";
	font-size: 24px;
	text-indent: 2em;
	word-break: break-all;
	margin-top: 65px;
	line-height: 38px;
}
.content .more {
	text-decoration: none;
	color: #EF7A2B;
	font-family: "华文楷体";
	font-size: 24px;
}
.wqhg {
	display: block;
	margin: 90px auto auto auto;
}
.block {
    width: 910px;
    min-height: 100px;
    display: block;
    margin: 56px auto auto auto;
    font-size: 0;
    list-style: none;
}
.block .item {
	position: relative;
	padding-bottom: 130px;
}
.block .item .iTit {
    width: 42px;
    display: block;
    font-size: 23px;
    background-color: #EF7A2B;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    padding: 6px 0px;
    position: absolute;
	top: 26px;
	left: 0px;
}
.block .item .iTge {
	position: absolute;
    top: 0;
    left: 45px;
    width: 77px;
    height: 100%;
	background-image: url(../img/3.png);
	background-position: right 40px;
	background-repeat: no-repeat;
	border-right: 8px double #878787;
}
.block .item .iBox {
	width: 730px;
	float: right;
	position: relative;
}
.block .item .iBox .iVideo {
	width: 255px;
	height: 150px;
	background-color: #000000;
	display: block;
	float: left;
	margin-right: 50px;
}
.block .item .iBox .iTitle {
	font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.block .item .iBox .iTitle .iDot {
	margin-right: 15px;
}
.block .item .iBox .iText {
    height: 106px;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    font-family: "华文楷体";
    margin-top: 20px;
    display: block;
    line-height: 27px;
    overflow: hidden;
	text-indent: 2em;
	word-break: break-all;
}
.block .item .iBox .iText .iMore {
	text-decoration: none;
    font-family: "华文楷体";
    margin-top: 20px;
	color: #EF7A2B;
}
.block .item .iBox::after {
    content: '';
    display: block;
    position: absolute;
    top: 215px;
    left: 0px;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #868686;
}
.block .item:last-child .iBox::after {
	display: none;
}
.viewMore {
	display: block;
	width: 171px;
	height: 39px;
	background-image: url(../img/4.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 80px auto auto auto;
}
.bottomImg {
	display: block;
	margin: 120px auto auto auto;
}
.bottomImg1 {
	display: block;
	margin-top: -255px;
	float: right;
}