.public-title{
	display: flex;align-items: flex-end;
	margin: 60px 0 30px;
}
.public-title img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.public-title h2{
	font-size: 32px;
	color: #000000;
	line-height: 30px;
}
.public-title p{
	margin-left: 10px;
	height: 20px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.con {
  max-width: 1280px;
  margin: 0 auto;
}
.con2  ul{
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.con2  ul li{
	width: 294px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.03);
	padding: 30px 20px;
	margin-bottom: 8px;
}
.con2  ul li .title{
	display: flex;
}
.con2  ul li:hover{
	box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 60%);
	border: 1px solid #F64C35;
}
.con2  ul li .title img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.con2  ul li .title p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con2  ul li .cen{
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	display: flex;align-items: center;justify-content: space-between;
	flex-wrap: wrap;
}
.con2  ul li .cen div{
	width: 50%;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #EEEEEE;
}
.con2  ul li .cen div h5{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 14px;
}
.con2  ul li .cen div p{
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	margin-top: 5px;
}
.con2  ul li .cen div:nth-child(2n-1){
	border-right: 1px solid #EEEEEE;
}
.con2  ul li .cen div:nth-child(n+3){
	border-bottom: 0;
}

.con2  ul li .boot{
	margin-top: 20px;
	display: flex;align-items: center;justify-content: space-between;
	
}
.con2  ul li .boot span{
	font-size: 20px;
	font-weight: bold;
	color: #F70E0E;
	line-height: 30px;
}
.con2  ul li .boot .btn{
	width: 100px;
	height: 30px;
	background: linear-gradient(90deg, #FF7D55 0%, #F64C35 100%);
	border-radius: 50px 50px 50px 50px;
	display: flex;align-items: center;justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.con5-box{
	display: flex;align-items: center;
}
.con5-box .left{
	width: 600px;
	height: 390px;
}
.con5-box .text{
	padding: 40px;
	background: #FFFFFF;
	height: height: 390px;;
}
.con5-box .text .top{
	width: 35px;
	height: 30px;
}
.con5-box .text h2{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.con5-box .text p{
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}
.con5-box .text .boot{
	display: flex;align-items: center;justify-content: space-between;
	margin-top: 80px;
	height: 50px;
}
.con5-box .text .boot div{
	width: calc(100%/7);
	height: 100%;
}
.con5-box .text .boot div h5{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	margin-left: 2px;
}
.con5-box .text .boot div h5 span{
	font-size: 12px;
	color: #EB3A30;
	line-height: 30px;
}
.con5-box .text .boot div p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.con5-box .text .boot i{
	height: 30px;
	width: 1px;
	background: #EEEEEE;
	display: block;
}
.con7-box{
	margin-top: 30px;
	display: flex;justify-content: space-between;align-items: center;
	flex-wrap: wrap;
}

.con7 .item {
	padding: 30px 20px;
	margin-bottom: 20px;
	width: 390px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.05);
	border-radius: 2px 2px 2px 2px;
}
.con7 .item .title{
	display: flex;align-items: center;
}
.con7 .item .title img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.con7 .item .title h6{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.con7 .item .smalltext{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 20px;
}
.btn{
	cursor: pointer;
}
.btn:hover{
	opacity: 0.9;
}
.title2 {
    padding-top: 80px;
    width: 100%;
}

.title2 h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.title2 p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    text-align: center;
    margin-top: 15px;
}

.news {
    width: 1280px;
    margin: 0 auto;
}

.news-cont {
    width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-cont .news-left {
    width: 500px;
    height: 538px;
    background: #FFFFFF;
    border-radius: 4px;
}

.news-left a {
    display: block;
    width: 100%;
    height: 206px;
    padding: 30px 14px 0;
    box-sizing: border-box;
}

.news-left a h3 {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.news-left a:hover h3{
    color: #E80000;
}
.news-left a p {
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    margin: 20px 0;
    display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 3;    
overflow: hidden;
}
.xijie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xijie .time {
    display: flex;
    align-items: center;
}

.xijie .time span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.xijie .time span img {
    margin-right: 5px;
}

.xijie .xiangqing {
    width: 70px;
    height: 27px;
    background: #031119;
    border-radius: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFEFE;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}

.news-right {
    width: 762px;
    height: 538px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 17px;
    box-sizing: border-box;
}

.right-list {
    width: 100%;
}

.right-list a {
    display: block;
    width: 100%;
    height: 150px;
    padding-top: 31px;
    box-sizing: border-box;
}
.right-list a:hover .right-head h3{
    color: #e80000;
}
.right-list a+a {
    border-top: 1px solid #eee;
}

.right-list a .right-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-list a .right-head h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.right-list a .right-head .time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    display: flex;
    align-items: center;
}

.right-list a .right-head .time img {
    margin-right: 5px;
}

.right-list a p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    margin-top: 20px;  
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-right .mores {
    display: block;
    width: 70px;
    height: 27px;
    background: rgba(3, 17, 25, 0.06);
    border-radius: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #031119;
    line-height: 27px;
    text-align: center;
    float: right;
    margin-top: 36px;
}
