/*通用公用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #ad1616; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
/*去除系统默认样式*/
/*统一样式*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {margin: 0px;padding: 0px;outline: none;}
* {margin: 0;padding: 0;}
body {font-family: "微软雅黑";}
/*清除浮动*/
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}
/*清除样式*/
li {list-style-type: none;}
a {	text-decoration: none;color: #333333;}
a:hover{text-decoration: none;}
html{overflow-x: hidden;}
img {border: 0px;}
li{list-style: none;}
body {text-align: left;font-family: '微软雅黑' !important;}
a,
ins{text-decoration: none;}
a {color: #333;}
/*a标签默认样式*/
a {text-decoration: none;color: inherit;transition: none;}
img {border: none;}
/*当前位置*/
.dqwz{line-height: unset;font-size: 14px;background: #fefefe;width: 1200px;margin: 15px auto 0;padding: 15px;}
.dqwz a{color: #333333;}
.dqwz a:hover{color: #1561af;}
/*内容部分*/
.main{width: 1200px;margin: 20px auto;background-color: #ffffff;box-shadow: 0px 0px 12px 0px rgb(198 210 222 / 55%);margin-top: 20px;border: 1px solid #e3e3e3;min-height: 440px;}
.cont{width: 100%;margin-bottom: 30px;}
.cont_top{width: 94%;height:60px;line-height: 60px;font-size: 24px;background: #e8f1f8;padding-left: 20px;text-align: left;margin: 20px auto 0;}
.cont_top a{color: #333333;}
.cont_top a:hover{color: #0c7fe2;}
.cont_list{width: 94%;margin: 0 auto;border-left: 1px solid #d9e9f6;border-top: 1px solid #d9e9f6;box-sizing: border-box;overflow: hidden;}
.cont_list li{width: 25%;float: left;display: block;line-height: 50px;height: 50px;border-right: 1px solid #d9e9f6;border-bottom: 1px solid #d9e9f6;font-size: 17px;color: #000;text-align: left;box-sizing: border-box;padding-left: 20px;}
.cont_list li a{color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 95%;}
.cont_list li a:hover{color: #0c7fe2;}

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.main {
	    width: 94vw;
	    margin: 2vw auto;
	    background-color: #ffffff;
	    box-shadow: 0px 0px 12px 0px rgb(198 210 222 / 55%);
	    margin-top: 3vw;
	    border: 1px solid #e3e3e3;
	    min-height: 55vw;
	}
	.cont {
	    width: 100%;
	    margin-bottom: 5vw;
	}
	.cont_top {
	    width: 94%;
	    height: 10vw;
	    line-height: 10vw;
	    font-size: 5vw;
	    background: #e8f1f8;
	    padding-left: 2vw;
	    text-align: left;
	    margin: 3vw auto 0;
	}
	.cont_list li {
	    width: 50% !important;
	    float: left;
	    display: block;
	    line-height: 8vw;
	    height: 8vw;
	    border-right: 1px solid #d9e9f6;
	    border-bottom: 1px solid #d9e9f6;
	    font-size: 4vw;
	    color: #000;
	    text-align: left;
	    box-sizing: border-box;
	    padding-left: 2vw;
	}
	.lnb{
		display: none;
	}
}