@charset "utf-8";


.button {
   background-color: #CCC; /* Green */
    border: 1px solid #666;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left;
width:130px;
}
.button:hover {
    background-color: #fff;
}
.headline-new-right{
	width: 620px;
	float: right;
	padding-top: 18px;
	padding-left: 20px;
	box-sizing: border-box;
}
.headling-new-slogo{
	color: #4284DA;
	font-size: 17px;
	letter-spacing: 1px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
.headling-new-slogo p{
	display: inline-block;
	margin-right: 40px;
}
.headling-new-slogo p a{
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	color: #707070;
}
.headling-new-slogo p a:hover{
	color: #4284DA;
}
.headling-new-slogo p.active a{
	color: #4284DA;
	border-bottom: 2px solid #4284DA;
}
.headline-new-right .list_round li{
	margin-bottom: 18px;
}
.headline-new-right .list_round li a{
	position: relative;
	padding-left: 20px;
	display: inline-block;
	font-size: 16px;
}
.headline-new-right .list_round li a::after{
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #A6C5EE;
	border-radius: 6px;
	top: 8px;
	left: 0;
	content: "";
}

.headline-news{
	border: 1px solid #4284DA;
	box-shadow: 0 5px 20px rgba(66,132,218,0.15);
}
.headline-news-left{
	width: 68px;
	background-color: #4284DA;
	padding: 10px 0px;
	box-sizing: border-box;
	float: left;
	height: 276px;
}
.headline-news-left .date{
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-family: arial;
	text-align: center;
	display: block;
	line-height: 1;
	padding:8px 0px;
	width: 52px;
	margin: 0 auto;
	box-sizing: border-box;
}
.headline-news-left .date b{
	font-size: 18px;
	font-weight: normal;
}
.headline-news-left .date span{
	display: block;
	font-size: 12px;
	margin-top: 6px;
}
.headline-name{
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	margin-top: 20px;
}
.headline-name{
	display: flex;
	justify-content: center;
}
.headline-name >div p{
	color: #fff;
	width: 20px;
	font-size: 14px;
	line-height: 1.2; 
	float: left;
}
