@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: MicrosoftYaHei !important;
	
}
html {
    line-height: initial;
	font-family: MicrosoftYaHei !important;
}

a {
    color: #333333 !important;
    text-decoration: none
}
a:hover {
	/* color: #209AAB !important; */
	text-decoration: none !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul,li {
    list-style: none;
}

button {
    background: transparent;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

input,button,textarea,select,optgroup,option {
    -webkit-appearance: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
/* 标题 */
.tltle {
	width: 27%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	/* color: #209AAB;
	border-top: 1px solid #209AAB; */
	padding-left: 5px;
	/*margin: 10px 0px 0px 5px;*/
}

/* 更多 */
.more {
	width: 90%;
	margin: 18px auto auto auto;
	text-align: right;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
}
.main {
	width: 1100px;
	margin: -2px auto auto auto;
	/* border: 1px solid red; */
	
}
/* .under {
	margin-left: 15px;
} */
.maintltle {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	border-top: 1px solid #EEEEEE;
	    justify-content: space-between;
}
.maintltles {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	border-bottom: 1px solid #EEEEEE;
}
.maintltless {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	border-top: 1px solid #EEEEEE;
	justify-content: space-between;
}
.underline {
	display:block;
	height:40px;
	line-height:40px;
	font-size: 16px;
	color: #333333;
	/* border-top: 1px solid #209AAB ; */
	font-weight: 600;
}
.underlinesb {
	display:block;
	height:40px;
	line-height:40px;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	/* border-top: 1px solid #209AAB; */
}
.underline-vice {
	color: #666666;
	font-size: 12px;
}
.statement {
	font-size: 12px;
	color: #ee3834;
	margin-top: 10px;
}
.maintltleths {
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-top: 1px solid #EEEEEE;
}
.aiconfonts {
	width:86px;
	height:32px;
	background:rgba(238,56,52,1);
	color:#ffffff;
	text-align:center;
	line-height:32px;
	opacity:1;
	border-radius:4px;
	margin-left:20px;
	cursor: pointer;
}