li {display: list-item;text-align: -webkit-match-parent;}
em, i, u {font-style: normal;}
html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td, img, textarea {
	border: 0px;
	margin: 0px;
	outline: 0px;
	padding: 0px;
} 
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
abbr, acronym { border: 0; font-variant: normal; }
ol, ul { list-style: none outside none; }
table { border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left; }
:link, :visited, ins { text-decoration: none;color: #2440b3 }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
*,*:before, *:after,:after, :before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input::-webkit-input-placeholder {
	color: #8e8e8e;
	font-size: 14px;
}
a{
	text-decoration: none;
}
body{
	color: #000;
    font-size: 14px;
    background-color: #f2f2f2;    -webkit-font-smoothing: antialiased;
    font-family: PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Verdana,Roboto,Noto,Helvetica Neue,sans-serif;
}
.header{
	position: relative;
    background: #fff;
    height: 45px;
    width: 100%;
    /*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.04);*/
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.05);
    z-index: 2;
}
.header>div{
	width: 1180px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slogan{
    line-height: 44px;
}
.slogan span {
    color: rgba(0,0,0,0.45);
    margin-left: 8px;
}
.slogan span label {
    color: rgba(0,0,0,0.45);
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    display: inline-block;
    margin: 0 2px;
    background: #fff;
}
ul.login_out{
	height: 100%;
	align-items: center;
	display: flex;
}
ul.login_out li {
    position: relative;
    margin: 0px 10px 0 0;
    display: inline;
}
ul.login_out li a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: rgba(0,0,0,0.65);
}
ul.login_out li a:hover {
    color: #17A1FF;
    background: #fff;
}
.logo{
	height: 44px;
	display: flex;
	align-items: center;
}
.logo>img{
	height: 30px;
	margin-right: 150px;
}
/*.header{
	height: 60px;
}*/
.logo>div{
	height: 40px;
	display: flex;
}
.logo>div input {
    width: 400px;
    height: 40px;
    position: relative;
    box-sizing: border-box;
    border-radius: 0;
    padding-right: 40px;
    padding-left: 22px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.85);
    color: rgba(0,0,0,0.65);
    outline: none;
    border: 0;
    line-height: 40px;
    /*border: 1px solid rgba(23, 161, 255, 0.65);*/
    /*border: 1px solid #17A1FF;*/
    border: 1px solid rgba(0,0,0,.06);
    background: #f5f6f7;
}
.logo>div>button{
    width: 86px;
    box-sizing: border-box;
    position: relative;
    border: 0;
    text-align: center;
    color: #fff;
    background-color: #17A1FF;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.banner{
	height: 250px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}
.banner>img{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.sousuo{
    width: 560px;
    position: relative;
}
.sousuo>img{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin:auto 0;
}
.sousuo>input{
	-webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #f0f0f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555666;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    border-radius: 20px;
    padding-right: 30px;
}
.banner>ul{
    width: 560px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.banner>ul>li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color:rgb(34 34 38 / 34%);;
    border-radius: 2px;
    padding: 0 13px;
    max-width: 150px;
    margin-left: 12px;
    margin-bottom: 2px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
.x_se{
	width: 1180px;
	margin: 0 auto;
	padding: 12px 12px;
	display: flex;
}
.x_se>.left{
	width: 280px;
}
.x_se>.left>div{
    margin-bottom: 10px;
    background-color: #fff;
}
.x_se>.left>div:last-child{
	margin-bottom: 0;
}
.x_se>.left>.xingming{
	width: 100%;
    padding: 10px 8px;
    display: flex;
}
.x_se>.left>.xingming>p{
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
}
.x_se>.left>.xingming>p>img{
	width: 100%;
	height: 100%;
}
.x_se>.left>.xingming>div{
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    width: calc(100% - 66px);
}
.x_se>.left>.xingming>div>p{
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    color: #222226;
    white-space: nowrap;
}
.x_se>.left>.xingming>div>span{
	margin-top: 4px;
	display: inline-block;
    font-size: 14px;
    color: #999aaa;
}
.x_se>.left>.xingming>div>span>b{
    color: #0076ff;
}
.widget_tit{
    position: relative;
    margin: 0;
    padding: 11px 15px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.tag_list{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.tag_list li {
    float: left;
    display: block;
    margin-right: 8px;
    margin-bottom:10px;
    display: inline-block;
    padding: 4px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #666;
    font-size: 12px;
    transition: all .3s ease 0s;
}
.tag_list li:hover {
    background: #fff;
    color: #00c3b6;
    border: 1px solid #00c3b6;
}
.fenlei{
	background: #fff;
	width: 100%;
}
.fenlei>li{
    padding: 11px 20px 10px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.fenlei>li>p{
	height: 18px;
	margin-bottom: 0;
}
.fenlei>li>span{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	border-radius: 50%;
	background: red;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}
.fenlei>li.on>p{
	font-weight: bold;
}
.erweima{
	padding: 12px;
}
.erweima>img{
	width: 100%;
}
.x_se>.right{
	width: calc(100% - 280px - 10px);
	background: #fff;
	margin-left: 10px;
}
.right_top{
	width: 100%;
	display: flex;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    justify-content: flex-start;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #f0f0f2;
}
.right_top>li{
    font-size: 16px;
    margin-right: 36px;
    color: #555666;
    height: 100%;
    line-height: 48px;
    position: relative;
}
.right_top>li.on{
    color: #222226;
    font-weight: 600;
}
.right_top>li.on:after{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width:100%;
    height: 2px;
    content: "";
    background-color: #000;
}
.list_div{
	width: 100%;
    padding-top: 10px;
}
.list_div>div{
    padding: 16px 24px;
	width: 100%;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.list_div>div>h3{
	line-height: 22px;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    font-size: 18px;
    vertical-align: top;
    color: #222226;
    max-width: 650px;
}
.list_div>div>p{
    color: #555666;
    word-break: break-all;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list_div>div>div{
	margin-top: 8px;
    display: flex;
    height: 20px;
    justify-content: space-between;
    align-items: center;
    color: #555666;
    line-height: 22px;
}
.list_div>div>div>p{
	display: flex;
	align-items: center;
}
.list_div>div>div>p>img{
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.list_div>div>div>span{
    color: #555666!important;
    font-size: 14px;
    width: auto;
    font-weight: 400;
}
.weizhi{
	width: 1180px;
	margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #a6a6a6;
}
.weizhi>img{
	height: 16px;
}
.weizhi>span{
    font-family: 新宋体;
    margin: 0px 10px;
}
.weizhi>a{
    color: #a6a6a6;
}
.xiang1{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 30px;
}
.xiang1>.left{
	width: calc(100% - 300px - 20px);
    background: #fff;
    margin-right: 20px;
    padding-bottom: 40px;
}
.xiang1>.left .title {
    position: relative;
    color: rgba(0,0,0,0.85);
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xiang1>.left .title h1 {
    font-size: 20px;
    padding: 20px 0;
    line-height: 26px;
    white-space: nowrap;
    font-weight: bold;
}
.xiang1>.left .title em{
    display: inline-block;
    width: 100px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    background: #fafafa;
    color: #a1a1a1;
    text-align: center;
    font-size: 13px;
    line-height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xiang1>.left .title em>img{
    height: 15px;
    margin-right: 4px;
}
.xiang1>.left>.coner{
    width: 100%;
    position: relative;
    padding: 25px;
    color: rgba(0,0,0,.85);
    font-size: 16px;
    line-height: 2;
    height: auto;
    overflow: hidden;
}
.xiang1>.left>.coner img {
	width: 94%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.xiang1>.left>.coner p{
	margin-bottom: 20px;
	text-indent: 2em;
}
.tags{
    border-top: 1px solid #f5f5f5;
    width: calc(100% - 50px);
    margin: 30px 25px 0;
}
.tags>h3{
    height: 36px;
    font-size: 16px;
    margin: 25px 0 0 0;
}
.tags>ul{
	display: flex;
	flex-wrap: wrap;
}
.tags>ul>li{
    display: block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 9px;
    padding: 0 10px;
    height: 30px;
    border-radius: 4px;
    background: #f3f4f9;
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.xiang1>.right{
	width: 300px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.xiang1>.right>div{
	margin-bottom: 10px;
	background: #fff;
}
.xiang1>.right>div:last-child{
	margin-bottom: 0;
}
.xiazai{
	padding: 24px 24px 10px 24px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
    margin-bottom: 20px;
}
.xiazai>button{
	display: flex;
    position: relative;
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    line-height: 44px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    background-color: #3DB060;
    /*margin-bottom: 10px;*/
    align-items: center;
    justify-content: center;
}
.xiazai>button>img{
	height: 18px;
	margin-right: 4px;
}
.xiazai>.data {
    color: #838383;
    text-align: center;
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}
.xiazai>.data span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    line-height: 50px;
}
.xiazai>.data span img{
	height: 17px;
    margin-right: 4px;
}
.jieshao{
	padding: 15px 34px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
    margin-bottom: 20px;
}
.jieshao ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    color: #838383;
    font-size: 13px;
    line-height: 33px;
}
.jieshao ul li span{
    display: inline-block;
    /*margin-right: 10px;*/
    color: #000;
    text-align: left;
}
.jieshao ul li span:last-child{
    color: #838383;
    text-align: right;
}
.qita{    
    padding:10px 20px 10px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.01);
    height: auto;
    overflow: hidden;
}
.qita>h2{
    width: 100%;
    height: 30px;
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px;
}
.qita>div{
    border-bottom: 1px solid #ededed;
    display: flex;
    padding: 10px 0;
}
.qita>div:last-child{
	border: 0;
}
.qita>div>p{
	width:80px;
	height: 70px;
	overflow:hidden;
	margin-right: 10px;
}
.qita>div>p>img{
	width: 100%;
	height: 100%;
}
.qita>div>div{
	width: calc(100% - 90px);
}
.qita>div>div>h2{
	font-size: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 8px;
}
.qita>div>div>p{
    color: #999;
	font-size: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shengyu{
	width: 100%;
	padding: 0 25px;
}
.shengyu>p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
	height: 44px;
	background: #f8f8f8; 
    color: #838383;
    margin-bottom: 20px;
}
.shengyu>p>span{
	color: #04c9fd;
	display: flex;
	align-items: center;
}
.shengyu>p>span>img{    
	height: 17px;
    width: 24px;
}
.shengyu>div{
	background: url(../img/c4.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shengyu>div>h2{
	font-size: 18px;
	font-weight: bold;
    color: #FFC107;;
}
.shengyu>div>button{
	margin-left: 12px;
	border-radius: 20px;
	width: 100px;
	height: 32px;
	border: 0;
	text-align: center;
	background: #FFC107;
}