ul,

li {

	list-style: none;

}



.journalism_left_p{text-align:left;line-height:180%;}
.journalism_left_p a{float:left;}

.journalism_nav_title {

	width: 100%;

	display: flex;

	justify-content: center;

	background: #f5f6fb;

	padding-bottom:30px;


}

.journalism_nav_title .journalism_nav_box ul {

	height: 64px;

	margin-top: 40px;

	border-bottom: 2px solid #f5f5f5;

	display: flex;

	font-size: 18px;

}

.journalism_nav_title .journalism_nav_box ul li {
	width:20%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	letter-spacing: 2px;
}

.journalism_nav_title .journalism_nav_box ul .journalism_nav_active {
	letter-spacing: 2px;
	color: #18a88b;
	font-weight: bold;
	font-stretch: normal;
	border-bottom: 2px solid #18a888;

}



.journalism_detail {
	width: 100%;
	color:#333;
	font-size: 14px;
	padding-bottom: 80px;
	background: #f5f6fb;
}


.journalism_detail  .journalism_left_top {
	width:100%;
	height:80px;
	display: flex;
	align-items: center;
}

.journalism_detail  .journalism_left_top p {
	float:left;
}
.journalism_detail  .journalism_left_top  a{
	float:left;
	display:contents;
}
.journalism_detail_box {
	height: 100%;
	width:100%;
	text-align: left;
} 
.journalism_banner {
	margin:20px auto;
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}
.journalism_banner span{
color:#666}
.journalism_banner span a{display:inline;padding: 3px 10px;
margin-left:5px;
font-size:13px;
    background-color: #f5f5f5;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color .2s ease-in-out;
color:#666}
.journalism_banner span a:hover{background-color:#eceeee}


.journalism_banner h2 {
	margin-bottom:25px;
	font-size:22px;
}
.journalism_left_img  img{
	width: 100%;
	margin-bottom:20px;
}
.journalism_left_p p {
	margin:15px auto; 
	letter-spacing: 2px;
	line-height:30px;
	text-indent:18px;
}

.journalism_left_p p a{
    display: contents;
}
.journalism_left_p p a span {
	font-size: 16px!important;
    text-decoration: underline;
    display: contents;
    
    
}
.journalism_left_footer{
	display: flex;
    justify-content: center;
    align-items: center;
}
.journalism_left_footer ul li{
	width:100%;
	height:50px;
	float: left;
	margin:15px;
	border:1px solid #e5e5e5;
	display: flex;
    justify-content: center;
    align-items: center;
}


 .journalism_right {
	width:100%;
	height: 100%;
	text-align: center;
}

.journalism_right .top {
	width:100%;
	height:155px;
	font-size:15px;
	line-height:24px;
	color: #18a88b;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color:#fff;
	box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 1);
}
 .journalism_right .top span {
	width: 180px;
	height: 27px;
	background-color: #18a88b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 30px;
}
 .journalism_right .top span a{

	color: #ffffff;
	
}
.journalism_right .botton {
	background-color:#fff;
	width:100%;
	display: flex;
	justify-content: center;
	text-align: left;
	box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 1);
}
.journalism_right .botton .botton_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:10px;
	font-size:14px;
}
.journalism_right .botton .botton_box .p {
	width: 100%;
	height: 61px;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #f5f5f5;
}
.journalism_right .botton .botton_box ul li {
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px dashed #f5f5f5;
	font-size:14px;
	color: #333333;
}
.journalism_right .botton .botton_box ul li h3{
font-size:14px;
margin:0px;
}
.journalism_right .botton .botton_box ul li span {
	font-size: 10px;
	color: #808080;
}
.journalism_right .botton .botton_box a {
	text-decoration:none;
	color: #333;
	height: 45px;
	display: flex;
	align-items: center;
}