/**
 * CSS Document * 
 * Created by Jessie 2017/11/7.
 */
/* ==css重置样式== */
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 {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
strong {
  font-weight: bold;
}
/* ==布局样式== */
.rows {
  width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li {
  display: inline-block;
  float: left;
}
html {
  
}
.banner_hlw{
  width: 1337px;position:relative;
  background: url(/index/2017jjzt_toppic.jpg) no-repeat center top;
  height: 400px;
  margin: 0 auto;
}
#content {
  width: 1128px;
  margin: 0 auto;
  text-align: left;
  padding: 25px 0;
  zoom: 1;
}
#content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .col-2-1 {
  width: 580px;
  float: left;
  padding-left: 0;
}
#content .col-2-2 {
  width: 510px;
  float: left;
  padding-left: 38px;
}
#content .box {
  margin-top: 15px;
  padding: 0 40px 10px 40px;
}
#content .box h2 {
  text-align: right;
  position: relative;
}
#content .box h2 a {
  display: inline-block;
  font: 14px/16px "微软雅黑";
  color: #333;
  margin-top: 15px;
}
#content .box h2 a:hover {
  color: #f60;
}
#content .box h2 span {
  display: inline-block;
  background: #0363c5;
  position: absolute;
  left: -40px;
  top: -16px;
}
#content .box h2 span i {
  display: inline-block;
  float: left;
  border-right: 4px solid #fff;
}
#content .box h2 span strong {
  display: inline-block;
  float: left;
  padding: 0 20px;
  font: 16px/34px "微软雅黑";
  color: #fff;
}
#content .box .list {
  padding: 0;
}
#content .box .list li {
  height: 36px;
}
#content .box .list li span {
  display: inline-block;
  float: right;
  font: 14px/36px "微软雅黑";
  color: #666;
}
#content .box .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: none;
  font: 14px/36px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .box .list li a:hover {
  color: #f60;
}
#content .box .list li a {
  padding-left: 0;
  width: 98%;
}
#content .box .list01 li {
  padding: 8px 0;
}
#content .box .list01 li a {
  display: inline-block;
  background: url(../images/2017jjzt_li_ico.png) no-repeat left 5px;
  padding-left: 18px;
  font: 14px/18px "微软雅黑";
  color: #333;
}
#content .box .list01 li a:hover {
  color: #f60;
}
#content .box01 {
  background: #f9f9f9;
}
#content .box01 dl {
  zoom: 1;
  margin-top: 15px;
}
#content .box01 dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .box01 dl dt {
  display: inline-block;
  float: left;
  width: 164px;
}
#content .box01 dl dt img {
  width: 164px;
  height: 152px;
}
#content .box01 dl dd {
  display: inline-block;
  float: right;
  width: 320px;
}
#content .box01 dl dd h3 {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#content .box01 dl dd h3 a {
  font: bold 16px/30px "微软雅黑";
  color: #333;
}
#content .box01 dl dd h3 a:hover {
  color: #f60;
}
#content .box01 dl dd p {
  margin-top: 15px;
  font: 14px/30px "微软雅黑";
  color: #333;
  text-indent: 2em;
}
#content .box01 dl dd p a {
  color: #0363c5;
}
#content .box01 dl dd p a:hover {
  color: #f60;
}
#content .box02 {
  border: 1px solid #d6d5d5;
}
#footer {
  background: #0150af;
  padding: 20px 0;
}
#footer .main {
  width: 1128px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
#footer .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .lbox {
  display: inline-block;
  float: left;
}
#footer .lbox a {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 45px;
}
#footer .lbox a.a1 {
  width: 31px;
  background: url(../images/2017jjzt_fico01.png) no-repeat left center;
}
#footer .lbox a.a2 {
  width: 33px;
  background: url(../images/2017jjzt_fico02.png) no-repeat left center;
}
#footer .lbox a.a3 {
  width: 35px;
  background: url(../images/2017jjzt_fico03.png) no-repeat left center;
}
#footer .lbox a.a4 {
  width: 90px;
  background: url(../images/2017jjzt_fico04.png) no-repeat left center;
}
#footer .mbox {
  display: inline-block;
  float: left;
  padding: 0 10px;
}
#footer .mbox p {
  font: 14px/24px "微软雅黑";
  color: #fff;
}
#footer .mbox p a {
  margin: 0 5px;
  font: 14px/24px "微软雅黑";
  color: #fff;
}
#footer .mbox p a:hover {
  text-decoration: underline;
}