@charset "UTF-8";

/*初始化css*/

body {
    min-width: 1200px;
    font-family: 微软雅黑;
    color: #333;
}


/*min-width的宽度根据项目页面宽度决定*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}


/*颜色根据通用信息列表的文字颜色决定*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}


/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section1+...)		footer*/


/* 通用头部开始 */

.bx-1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 692px;
}

.logo {
    float: left;
    margin-top: 60px;
}

.search {
    width: 290px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-top: 85px;
}

.text_input {
    height: 35px;
    width: 240px;
    line-height: 35px;
    background: none;
    outline: none;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
}

.text_input_search {
    width: 35px;
    height: 35px;
    background: url(./search.png) no-repeat center center;
    background-size: 20px;
    border: none;
}


/* 第一部分 */

.content {
    margin-top: -30px;
    background-color: #fff;
    margin-bottom: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 110px 30px;
    position: relative;
}

.content-tab {
    margin-bottom: 30px;
}

.content-top {
    width: 100%;
    height: 65px;
    margin-top: 50px;
    background: url(/images/3086/top.png)no-repeat;
    background-size: 100% auto;
	padding-left: 45px;
}

.flm {
    width: 280px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 65px;
    padding-left: 15px;
}

.dqlm {
    line-height: 40px;
    color: #c61e07;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

.content-nr {
    margin-top: 10px;
    margin-left: 30px;
    width: 830px;
}

.content-nr li {
    border-bottom: 2px dashed #747474;
    line-height: 45px;
    padding-left: 25px;
    background: url(./lilist.png) no-repeat 5px center;
}

.content-nr li a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-nr li a:hover {
    color: #c61e07;
}

.fhsy {
    color: #c61e07;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.content-left {
    width: 280px;
}

.content-left ul {
    padding-left: 15px;
    font-size: 20px;
    line-height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
    padding-bottom: 30px;
}

.content-left ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-left ul li a:hover {
    color: #c61e07;
}