body,html,.wrap{
	width: 100%;
	background: #f5f5f7;
	margin-bottom: 60px;
}
.main_wrap{
	width: 1200px;
	margin: 0 auto;
}
.list_wrap {
	width: 100%;
}
.list_ul {
	width: 100%;
    display: flex;
    justify-content: flex-start;
}
.list_li{
	width: 288px;
	position: relative;
	overflow: hidden;
	margin-right: 16px;
}
.list_li:last-child{
	margin-right: 0;
}
.ask_img{
	height: 162px;
	width: 288px;
	border-radius: 10px;
}
.ask_a{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.ask_icon{
	z-index: 2;
    width: 50px;
    height: 50px;
    background: url(../img/ask_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 100px;
    left: 13px;
}
.ask_tit {
    height: 40px;
    line-height: 40px;
	color: #393939;	
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.ask_bottom {
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ask_left {
    padding-left: 25px;
    background: url(../img/ask_icon0.png) left center no-repeat;
    background-size: 20px 17px;
}
.ask_right, .ask_left {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    color: #898989;
}
.list_tit_wrap{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.list_left{
	font-family: SourceHanSansCN-Medium;
	font-size: 22px;
	font-weight: bold;
	padding-left: 16px;
	color: #000000;
}
.list_left::after {
    content: '';
    display: block;
	height: 22px;
    border-left: 4px solid #ff0000;
    position: absolute;
    left: 0;
    top: 19px;
}
.list_a{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #7a7a7b;
}
.top_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 424px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.top_left{
	width: 771px;
	height: 100%;
	position: relative;
	display: none;	
}
.top_img{
	width: 100%;
	height: 100%;
}
.left_txt1{
	font-family: SourceHanSansCN-Regular;
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	left: 27px;
	bottom: 85px;
}
.left_txt2{
	font-family: SourceHanSansCN-Bold;
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	left: 27px;
	bottom: 35px;
}
.top_right{
	width: calc(1200px - 771px);
	height: 100%;
	position: relative;
	background: #4c4c4c;
	box-sizing: border-box;
	padding-left: 35px;
	/*padding-top: 35px;*/
	padding-right: 35px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	
	
}
/*.right_tit{
	font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	color: #ffffff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 360px;
    height: 50px;
    line-height: 50px;
}*/
.right_tit1{
	font-family: SourceHanSansCN-Regular;
	font-size: 28px;
	color: #ffffff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 360px;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    transition: all 0.2s;
}
.right_tit2{
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	color: #ffffff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   	width: 360px;
    height: 60px;
    line-height: 60px;
    position: relative;
}
/*.right_tit1::before {
    content: '';
    display: block;
    height: 29px;
    border-left: 4px solid #ff0000;
    position: absolute;
    left: 0;
    top: 15px;
}*/
.line1{
	display: block;
    height: 29px;
    border-left: 4px solid #ff0000;
    position: absolute;
    left: 0;
    top: 15px;
    transition: all 0.2s;
}
.line2{
	/*display: none;*/
	border-left: 0;
}
.right_a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
