@charset "utf-8";
body,ul,ol,h1,h2,h3,h4,h5,h6,li,p{
margin:0;
padding:0;
}
body {
margin:0;
width:100%;
height:100%;
font-size:16px;
font-family:"Microsoft YaHei",PingFangSC-Semibold,Arial,sans-serif,Helvetica,STHeiti;
-webkit-box-sizing:border-box;
overflow-x:hidden;
}
img{border:0px; vertical-align:middle;}
.clearfix::after{
	content:'';
	clear:both;
	display:block;
}
a{text-decoration:none}
li{list-style:none}
/*通用清除样式*/
.lyj-content-box{
	margin: 20px auto 0;
	width: 1000px;
}
.lyj-title{
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 25px;
}
.lyj-title-tool{
	margin-bottom: 16px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
	color: #666;
    border-bottom: 4px solid #1c64a0;
}
.title-tool-left{
    display: flex;
    align-items: center;
}
.title-tool-left span{
	margin-right: 12px;
}
.title-tool-right {
    display: flex;
    align-items: center;
}
.lyj-tx-box{
	float: left;
	margin-right: 20px;
	width: 200px;
}
.lyj-tx-box img{
	width: 100%;
}
.lyj-tx-box p{
	margin-top: 8px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.lyj-ldjs-box{
	float: left;
	width: 780px;
}
.lyj-ldjs-title{
	padding-left: 10px;
	border-bottom:1px solid #CCCCCC; 
	height:40px;
	line-height: 40px;
	color:#355e92; 
	font-size:18px;
	font-weight: bold;
}
.lyj-ldjs-content{
	text-align: left; 
	text-indent: 2em;
	padding: 10px;
    line-height: 30px;
}
.wechat-qcode {
    /* display: none; */
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: 0px;
    right: -40px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.wechat-qcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.qcode{
    width: 105px !important;
    margin: 10px auto;
}
.qcode img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    margin: 0 !important;
}