/* 这个css文件，只写网页样式重置的样式   也可以命名为 base.css */

/* 星号找所有的标签，性能偏差   为了提高性能，可以把所有自带margin和padding的标签写出来，重置为0*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
	margin: 0;
	padding: 0;
}
img{
	vertical-align: bottom;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font: 12px/1.5 "微软雅黑";
}


.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	
}
input,button,textarea{
	outline: none;
}
.block{
	display: block;
}
.no{
	display: none;
}
p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td, div, pre, body, code, form, input, legend, button, figure, fieldset, textarea, blockquote{
	margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}
.btn, 
.edge, 
.inl
ine, img{
	vertical-align: middle;
}

.wrap{
    width: 100%;
    height: 100%;
    overflow: auto;
    min-width: 1200px;
}
.header{
    position: relative;
    height: auto;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 350px;
    box-sizing: border-box;
}
.welcome{
    margin: 0 auto;
    width: 1070px;
    height: 330px;
    font-size: 18px;
    line-height: 34px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    color: #0505ab;
    box-shadow: 3px 2px 15px 3px #2874c2;
    box-sizing: border-box;
}
.welcome p{
    text-indent: 2em;
}
.report, 
.time {
    text-align: right;
}
.nav_title{
    height: 50px;
    width: 1000px;
    margin: 0 auto;
}
.nav_title img {
    display: block;
    margin: 0 auto;
}
/* 内容 */
.content {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background: #efefef;
    border: 1px solid #e0e0e0;
    padding: 20px 25px;
    box-sizing: border-box;
}

.form-label{
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.w_33 {
    width: 30%!important;
}
.card_block {
    margin-left: 100px!important;
}

.inline, img {
    display: inline-block;
}

.warn {
    color: red;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
}
.form-item {
    margin-bottom: 15px;
    clear: both;
	margin-bottom: 20px!important;
}

.form-item .inline {
    margin-bottom: 5px;
    margin-right: 10px;
}

.two_label {
    width: 50px!important;
    font-size: 16px;
    padding: 9px 10px !important;
}
.form-label {
    text-align: left!important;
    font-size: 16px;
    padding: 9px 10px !important;
}
.input,.textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}
.input, .select, .textarea {
    height: 38px;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.select{
	width: 200px;
	padding-left:5px;
	border-radius: 12px;
	border: none;
	outline: none;
}

.input {
    border-radius: 12px!important;
	
}
.form input{
    border-color: #e6e6e6;
}


.input-block {
    margin-left: 110px;
    min-height: 36px;
}
.textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
}
.textarea {
    border-radius: 12px!important;
    height: 330px!important;
    box-sizing: border-box;
    
}

/* 职业样式 */
.form-selectup dl {
    top: auto;
    bottom: 42px;
}

.form-selected dl {
    display: block;
}
.form-select .input {
    cursor: pointer;
}

/* .form-label, .form-mid, .form-select, .input-block, .input-inline, .textarea{
    position: relative;
} */
.card{
    width: 100px!important;
    padding: 9px 10px !important;
}
.two_block{
    margin-left: 100px!important;
}

/* 提交按钮样式 */
.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    /* background-color: #009688; */
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.sub {
    display: block!important;
    margin: 0 auto;
    background: #1059b7!important;
}
.sub img {
    margin-right: 6px;
}

/* 下面 */
.foot_news {
    width: 100%;
    height: auto;
    background: url(../images/lybj.png) no-repeat center center;
    margin-top: 40px;
    padding-top: 30px;
    background-size: cover;
    padding-bottom: 10px;
}
.nav_title {
    height: 50px;
    width: 1000px;
    margin: 0 auto;
}
.nav_title img {
    display: block;
    margin: 0 auto;
}
.leave_msg, .more {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.leave_msg{
    margin-top: 30px;
}


.leave_msg li {
    width: 480px;
    height: 234px;
    background: #FFFFFF;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
}
.leave_msg li h2 {
    color: #1961b3;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
   color: #1961b3;
    cursor: pointer;
}
.leave_msg li p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.leave_msg li div span {
    line-height: 52px;
    margin-right: 5px;
}
.other {
    margin-right: 0!important;
}
.more a {
    display: block;
    margin: 0 auto;
    width: 50px;
    background: #1059b7;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 30px;
    border-radius: 10px;
    position: relative;
    padding-left: 45px;
}
.more a img {
    position: absolute;
    left: 30px;
    top: 7px;
}