/**
 * @FileName: variable
 * @Author: wenq
 * @Explain: 变量
 * @Time: 2014-12-29
 */
/* ------ 字体变量 ------ */
/* 宋体 */
/* 微软雅黑 */
/**
 * FileName: mixin
 * @Author: wenq
 * @Explain: 混合使用
 */
/* 布局 */
.g-left {
  width: 700px;
  float: left;
}
.g-left-left,
.g-left-right {
  width: 340px;
}
.g-left-left {
  float: left;
}
.g-left-right {
  float: right;
}
.g-right {
  width: 280px;
  float: right;
}
/* 头部 */
.m-pagetitle {
  height: 30px;
  line-height: 30px;
}
.m-pagetitle h2 {
  float: left;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 16px;
}
.m-pagetitle h2 i {
  vertical-align: middle;
  margin-right: 5px;
}
.m-pagetitle a {
  float: right;
  font-family: "\5B8B\4F53";
}
.m-pagetopline {
  border: 1px dashed #CCC;
  background: #f7f7f7 url(../images/news-bg.png) right bottom no-repeat;
  margin: 10px 0;
  padding: 10px;
}
.m-pagetopline a {
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  color: #004276;
  font-weight: bold;
}
.m-pagetopline p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #666;
  padding-right: 80px;
  text-indent: 2em;
}
/* 链接列表 */
.m-pagelinks {
  padding: 0 5px;
}
.m-pagelinks li {
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/dot.png) left center no-repeat;
  overflow: hidden;
  _zoom: 1;
}
.m-pagelinks li a {
  font-size: 14px;
  height: 30px;
  overflow: hidden;
  display: block;
  margin-right: 50px;
}
.m-pagelinks li span {
  text-align: center;
  float: right;
  color: #999;
}
/* 图片列表 */
.m-pageimgs li {
  margin-top: 10px;
}
.m-pageimgs li a {
  display: block;
  position: relative;
}
.m-pageimgs li img {
  width: 100%;
  height: 135px;
  vertical-align: top;
}
.m-pageimgs li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: white;
  text-align: center;
}
/* 单张图片 */
.m-pic {
  padding: 5px;
}
.m-pic img {
  width: 100%;
  height: 160px;
}
/*  */
.m-lks {
  overflow: hidden;
  _zoom: 1;
  width: 290px;
}
.m-lks a {
  background: #dce9f5;
  width: 135px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 90px;
  float: left;
  text-align: center;
  color: #032957;
  font-size: 13px;
  font-weight: bold;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.m-lks a i {
  display: block;
  margin: 0 auto;
}
.m-lks a:hover {
  background: #baccdd;
  text-decoration: none;
}
/* 表格 */
.m-pagetable table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.m-pagetable thead td {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -ms-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: linear-gradient(top, #f3f3f3, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3, endColorstr=#ffffffff, GradientType=0);
}
.m-pagetable tbody tr:hover td {
  background: #f2f2f2;
}
.m-pagetable tbody td {
  color: #333;
  border-top: 1px solid #e7e6e6;
  padding: 8px 10px;
}
.m-pagetable tbody a {
  color: #115eba;
}
#box{margin:10px;}
.m-pagebox,
.m-pagebox2,
.m-pagebox3,
.m-pagebox4 {
  margin-bottom: 15px;
}
/* 容器1 */
.m-pagebox-hd {
  background: #91a8c7;
  color: white;
  padding: 0 10px;
}
.m-pagebox-hd .more {
  color: white;
  float: right;
  line-height: 16px;
  margin-top: 7px;
}
/* 容器2 */
.m-pagebox2 {
  border: 1px solid #d2d2d2;
}
.m-pagebox2 .m-pagelinks {
  margin: 5px 10px;
}
.m-pagebox2-hd {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #dce9f5;
  background: #dce9f5;
  overflow: hidden;
  _zoom: 1;
}
.m-pagebox2-hd h2,
.m-pagebox2-hd .more {
  color: #032957;
}
.m-pagebox3 {
  border-top: 4px solid #356ab7;
}
.m-pagebox3 .img {
  display: block;
}
.m-pagebox3 .img img {
  height: 110px;
  width: 100%;
}
.m-pagebox3-bd {
  padding: 10px;
  border: 1px solid #dbdbdb;
}
.m-pagebox3-bd h2 {
  font-size: 13px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  background: #f6f6f6;
  border-left: 3px solid #ff8400;
  color: #515151;
  line-height: 34px;
}
.m-pagebox3-bd h2 span {
  display: block;
  border: 1px solid #dbdbdb;
  border-left: none;
  padding-left: 10px;
}
.m-pagebox3-bd ul {
  margin: 10px;
}
.m-pagebox3-bd li {
  line-height: 24px;
}
.m-pagebox3-bd li a {
  color: #515151;
}
/* 容器4 */
.m-pagebox4 {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d2d2d2;
  position: relative;
}
.m-pagebox4 .sdw-t,
.m-pagebox4 .sdw-l,
.m-pagebox4 .sdw-r,
.m-pagebox4 .sdw-b {
  position: absolute;
}
.m-pagebox4 .sdw-l,
.m-pagebox4 .sdw-r {
  top: 0;
  bottom: 0;
  width: 4px;
}
.m-pagebox4 .sdw-t,
.m-pagebox4 .sdw-b {
  height: 4px;
  left: 0;
  right: 0;
}
.m-pagebox4 .sdw-t {
  background: url(../images/shadow-t.png) repeat-x left top;
  top: -4px;
}
.m-pagebox4 .sdw-r {
  background: url(../images/shadow-r.png) repeat-y right bottom;
  right: -4px;
}
.m-pagebox4 .sdw-b {
  background: url(../images/shadow-b.png) repeat-x left bottom;
  bottom: -4px;
}
.m-pagebox4 .sdw-l {
  background: url(../images/shadow-l.png) repeat-y left bottom;
  left: -4px;
}
.m-pagebox4-hd {
  padding: 5px 15px;
}
/**
 * @FileName: transition
 * 
 * @Author: wenq
 *
 * @Explain: 过渡效果
 */
/* --- @transition
 ------------------------------------------------------------------------------ */
.m-warnsbox {
  position: relative;
  margin-bottom: 10px;
}
.m-warnsbox .total {
  border: #fbce01 1px solid;
  background: #fef1ab;
  line-height: 30px;
  text-align: center;
  margin-bottom: 3px;
  *zoom: 1;
}
.m-warnsbox .total a {
  color: #3367bd;
  font-weight: bold;
}
.m-warnsbox ul {
  overflow: hidden;
  border: 1px solid #d3d5d6;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: -moz-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: -o-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: -ms-linear-gradient(top, #f9f9f9, #eeeeee);
  background-image: linear-gradient(top, #f9f9f9, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff9f9f9, endColorstr=#ffeeeeee, GradientType=0);
  height: 53px;
}
.m-warnsbox li {
  padding: 5px;
  height: 43px;
  zoom: 1;
}
.m-warnsbox li:after {
  content: '';
  display: table;
  clear: both;
}
.m-warnsbox li img {
  height: 43px;
  float: left;
}
.m-warnsbox li p {
  margin-left: 63px;
  margin-right: 10px;
  font-size: 14px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.m-warnsbox .btns {
  position: absolute;
  right: 5px;
  top: 65px;
  margin-top: -17px;
}
.m-warnsbox .btns i {
  display: block;
  width: 13px;
  height: 9px;
  background-image: url(../images/arrow-btns.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.m-warnsbox .btns .prev-btn {
  background-position: 0 0;
  margin-bottom: 10px;
}
.m-warnsbox .btns .prev-btn:hover {
  background-position: 0 -24px;
}
.m-warnsbox .btns .next-btn {
  background-position: 0 -12px;
}
.m-warnsbox .btns .next-btn:hover {
  background-position: 0 -36px;
}
.m-weatherbox {
  border: 1px solid #bfdbf9;
  background-color: #eaf6fc;
  padding: 10px;
}
.m-weatherbox .today {
  overflow: hidden;
  padding: 40px 0;
}
.m-weatherbox .today img {
  float: left;
  width: 90px;
  height: 90px;
}
.m-weatherbox .detail {
  margin-left: 100px;
  color: #fff;
}
.m-weatherbox .detail b {
  margin-top: 5px;
  display: block;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 22px;
  font-weight: normal;
  color: #717171;
}
.m-weatherbox h2 {
  overflow: hidden;
  color: #7a8a97;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5d0d6;
  background: url(../images/by.png) left 6px no-repeat;
  padding-left: 15px;
}
.m-weatherbox h2 span {
  font-weight: normal;
  color: #999;
  float: right;
}
.m-weatherbox .acutal {
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 10px;
  padding-top: 0;
}
.m-weatherbox .acutal img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}
.m-weatherbox .acutal p {
  color: #0c52a5;
  margin: 5px 0;
  line-height: 20px;
}
.m-weatherbox .acutal-left {
  width: 50%;
  float: left;
}
.m-weatherbox .acutal-right {
  width: 50%;
  float: right;
}
.m-weatherbox .aqibox {
  text-align: center;
  padding-bottom: 5px;
}
.m-weatherbox .future {
  margin-top: 10px;
}
.m-weatherbox .future table {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.m-weatherbox .future table td {
  color: #717171;
}
.m-weatherbox .future table td img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 45px;
  height: 35px;
}
.m-weatherbox .future-hd {
  border-top: 1px solid #c1ccd2;
  font-size: 12px;
  font-weight: normal;
  color: #c1ccd2;
  *zoom: 1;
}
.m-weatherbox .future-hd span {
  display: block;
  width: 50px;
  margin-top: -10px;
  background-color: #eaf6fc;
}
.m-weatherbox .update {
  line-height: 16px;
  color: #7a8a97;
  text-align: center;
}
.m-weatherbox-hd {
  overflow: hidden;
  _zoom: 1;
  line-height: 16px;
}
.m-weatherbox-hd .location {
  color: #7a8a97;
  float: left;
  background: url(../images/location.png) no-repeat left center;
  padding-left: 13px;
}
.m-weatherbox-hd .more {
  color: #7a8a97;
  float: right;
}
.m-aqi {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  padding: 1px;
  margin-top: 5px;
  border-radius: 3px;
  color: #fff;
  text-align: left;
  width: 175px;
}
.m-aqi:hover {
  text-decoration: none;
}
.m-aqi i,
.m-aqi span {
  padding-left: 5px;
  padding-right: 5px;
}
.m-aqi i {
  font-style: normal;
  background-color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  *vertical-align: center;
  width: 40px;
}
.m-aqi-lv1 {
  background-color: #8cb905;
}
.m-aqi-lv1 i {
  background-color: #afce50;
}
.m-aqi-lv2 {
  background-color: #d6c60f;
}
.m-aqi-lv2 i {
  background-color: #feac4d;
}
.m-aqi-lv3 {
  background-color: #ec7e22;
}
.m-aqi-lv3 i {
  background-color: #feac4d;
}
.m-aqi-lv4 {
  background-color: #df2d00;
}
.m-aqi-lv4 i {
  background-color: #feac4d;
}
.m-aqi-lv5 {
  background-color: #b414bb;
}
.m-aqi-lv5 i {
  background-color: #feac4d;
}
.m-aqi-lv6 {
  background-color: #6f0474;
}
.m-aqi-lv6 i {
  background-color: #feac4d;
}
.m-aqi2 {
  position: relative;
  height: 55px;
  padding-left: 120px;
  line-height: 18px;
}
.m-aqi2 b {
  width: 3em;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}
.m-aqi2 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px;
  width: 60px;
  text-align: center;
  height: 18px;
  margin-top: 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #8cb905;
}
.m-aqi2 i {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 45px;
  line-height: 55px;
  width: 120px;
  font-style: normal;
  color: #8cb905;
}
.m-aqi2-lv2 span {
  background-color: #d6c60f;
}
.m-aqi2-lv2 i {
  color: #d6c60f;
}
.m-aqi2-lv3 span {
  background-color: #ec7e22;
}
.m-aqi2-lv3 i {
  color: #ec7e22;
}
.m-aqi2-lv4 span {
  background-color: #df2d00;
}
.m-aqi2-lv4 i {
  color: #df2d00;
}
.m-aqi2-lv5 span {
  background-color: #b414bb;
}
.m-aqi2-lv5 i {
  color: #b414bb;
}
.m-aqi2-lv6 span {
  background-color: #6f0474;
}
.m-aqi2-lv6 i {
  color: #6f0474;
}
.haswarns .m-weatherbox .today {
  padding: 0;
}
.haswarns .m-weatherbox .aqibox {
  padding-bottom: 0;
}
.haswarns .m-weatherbox h2 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.haswarns .m-weatherbox .acutal {
  margin-bottom: 0;
  padding-top: 0;
}
.haswarns .m-aqi2 {
  height: 25px;
  padding-left: 0;
}
.haswarns .m-aqi2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
.haswarns .m-aqi2 b {
  width: auto;
}
.haswarns .m-aqi2 span {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.haswarns .m-aqi2 i {
  position: static;
  font-size: 12px;
  line-height: 18px;
  width: auto;
  color: white;
  background: none;
}
.weekweather {
  height: 100%;
  font-size: 14px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  color: white;
  background: #4d87ea no-repeat top right url(../images/weather-bg/sunny.jpg);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.weekweather .m-chart,
.weekweather table {
  height: 500px;
}
.weekweather table {
  table-layout: fixed;
  width: 100%;
}
.weekweather td {
  padding: 5px 0;
  height: 140px;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.weekweather td:last-child {
  border-right: none;
}
.weekweather td span {
  display: block;
  margin: 5px 0;
}
.weekweather .day {
  vertical-align: top;
}
.weekweather .night {
  vertical-align: bottom;
}
.weekweather img {
  display: block;
  width: 5em;
  height: 5em;
  margin: 0  auto;
}
.weekweather .m-chart {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.weekweather-hd {
  line-height: 30px;
  padding: 5px 10px;
  overflow: hidden;
  _zoom: 1;
}
.weekweather-hd .title {
  float: left;
  font-size: 16px;
}
.weekweather-hd .time {
  float: right;
  margin-right: 30px;
  color: white;
}
.weekweather-bd {
  position: relative;
}
.page-home-zwgk {
  /* 政务公开列表 */
}
.page-home-zwgk .zwgk {
  background: #dce9f5 url(../images/zwgk.png) 20px center no-repeat;
  padding: 15px 15px 15px 80px;
  overflow: hidden;
  zoom: 1;
}
.page-home-zwgk .zwgk a {
  float: left;
  width: 50%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #696b6d;
}
.page-home-zwgk .m-pagebox {
  height: 263px;
}
.page-home-zwgk .m-pagebox3-bd {
  padding: 0;
}
.page-home-zwgk .m-box-tab {
  height: 36px;
  line-height: 36px;
  background-color: #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0;
  text-align: center;
  padding-bottom: 1px;
  border-bottom: 1px solid #dbeee1;
}
.page-home-zwgk .m-box-tab span {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 1px;
  margin-right: 1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #666;
}
.page-home-zwgk .m-box-tab span.on {
  background-color: #fff;
  border: 1px solid #dbdee1;
  border-top: 2px solid #ff8400;
  border-bottom: 0;
  position: relative;
}
.page-home-zwgk .banner {
  display: block;
}
.page-home-zwgk .banner img {
  width: 100%;
}
.page-home-zwgk .list {
  margin: 10px 20px;
}
.page-home-zwgk .list li {
  line-height: 20px;
  padding: 2px 0 2px 15px;
  background: url(../images/arrow-r.gif) left 8px no-repeat;
}
.page-home-zwgk .list li a {
  color: #444;
}
.page-home-zwgk .list li b {
  margin-right: 10px;
  width: 4em;
  display: inline-block;
}
.page-home-zwgk .m-titlelink a {
  display: block;
  padding: 5px 0;
  margin: 10px 0;
}
.page-home-qxfw .m-img {
  padding: 10px;
  height: 200px;
  overflow: hidden;
  display: block;
}
.page-home-qxfw .m-img img {
  width: 100%;
  height: 100%;
}
.page-home-qxfw .m-pagebox4 {
  margin-bottom: 15px;
}
.page-home-qxfw .m-pagebox4 .btn {
  margin-left: 5px;
}
.page-home-qxfw .m-pagebox4 .m-chart {
  height: 240px;
  margin-bottom: 10px;
}
.page-home-qxfw .banner {
  margin-bottom: 15px;
  display: block;
}
.page-home-qxfw .m-pagetitle .btn-group {
  z-index: 100;
}
.page-home-qxfw .m-pagetitle .btn-group a {
  float: none;
}
.page-home-qxfw .index .m-title3 {
  font: bold 16px/24px "\5FAE\8F6F\96C5\9ED1";
  margin: 10px 0;
}
.page-home-qxfw .index .m-table1 {
  width: 100%;
  margin-bottom: 10px;
  background-color: #eaf6fc;
}
.page-home-qxfw .index .m-table1 td {
  text-align: center;
  padding: 5px 0;
  border: 1px solid #bfdbf9;
}
.page-home-qxfw .index .m-table1 td img {
  width: 40px;
  margin: -8px;
}
.page-home-qxfw .index .m-table1 td.gw {
  color: #ff6100;
}
.page-home-qxfw .index .m-table1 td.dw {
  color: #0c52a5;
}
.page-home-qxfw .index .m-table1 .odd td {
  background: #FAFDFF;
}
.page-home-qxfw .index .sunrise {
  margin-bottom: 10px;
  padding: 9px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.page-home-qxfw .index .sunrise .ico-24-sunrise {
  background: url(../images/sunrise.png) center center no-repeat;
}
.page-home-qxfw .index .sunrise .ico-24-sunset {
  background: url(../images/sunset.png) center center no-repeat;
}
.page-home-qxfw .index .sunrise span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
  line-height: 24px;
}
.page-home-qxfw .index .sunrise i {
  vertical-align: middle;
}
.page-home-qxfw .index .m-titlelink a {
  width: 105px;
}
.page-home-ztzl .m-pagebox2-bd {
  padding-left: 10px;
  padding-top: 10px;
  *padding-bottom: 10px;
  overflow: hidden;
  _zoom: 1;
}
.page-home-ztzl .banner {
  margin: 0 10px 10px 0;
  float: left;
  width: 237px;
  height: 60px;
}
.page-home-ztzl .banner img {
  width: 100%;
  height: 100%;
}
.page-home-hdjl .m-pagetable {
  min-height: 200px;
}
.page-home-hdjl .m-banner {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  height: 90px;
  background-color: #dce9f5;
}
.page-home-hdjl .m-banner a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
  height: 100%;
  text-align: center;
  margin-right: -1px;
  border-right: 1px solid #bbd0e9;
}
.page-home-hdjl .m-banner a:hover {
  background: #baccdd;
  text-decoration: none;
}
.page-home-hdjl .m-banner a i {
  vertical-align: top;
}
.page-home-hdjl .m-banner a span {
  display: block;
  font: bold 14px/20px "\5FAE\8F6F\96C5\9ED1";
  color: #1f3653;
}
.page-home-hdjl .banner img {
  width: 100%;
  vertical-align: top;
}
.page-home-xxdt .g-right {
  background: #f0f2f5;
  overflow: hidden;
}
.page-home-xxdt .g-right .m-box5 {
  margin: 8px;
}
.page-home-xxdt .banner {
  display: block;
  margin: 10px;
}
.page-home-xxdt .banner img {
  width: 100%;
}
.m-box5 {
  border: 1px solid #d6d6d6;
  background: white;
  padding: 0 5px;
}
.m-box5-hd {
  height: 32px;
  line-height: 32px;
}
.m-box5-hd .title {
  border-bottom: 2px solid #032957;
  color: #032957;
  float: left;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 16px;
  padding: 0 10px;
}
.m-box5-hd .more {
  float: right;
  font-family: "\5B8B\4F53";
  color: #999;
}
.m-box5-bd {
  border-top: 1px solid #d6d6d6;
  padding: 5px;
}
.m-box5-bd ul {
  padding: 5px;
}
.m-box5-bd li {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  padding-left: 15px;
  background: url(../images/arrow-r.gif) left 8px no-repeat;
}
.m-box5-bd li a {
  color: #444;
}
.m-box5-bd li b {
  margin-right: 10px;
}
.m-box6 {
  border-top: 3px solid #91a8c7;
  margin-bottom: 20px;
}
.m-box6-hd {
  height: 48px;
  line-height: 48px;
  background: url(../images/dddd.png) right bottom no-repeat;
}
.m-box6-hd .title {
  color: #032957;
  float: left;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 22px;
  font-weight: normal;
}
.m-box6-hd .more {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
  padding-left: 10px;
  font-family: "\5B8B\4F53";
  color: #999;
  border-left: 1px solid #ccc;
  line-height: 24px;
}
.m-box6-bd {
  padding-top: 15px;
  border-top: 1px solid #d6d6d6;
}
.m-box6-bd .topline {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  _zoom: 1;
}
.m-box6-bd .topline .img {
  float: left;
  width: 180px;
  height: 120px;
  overflow: hidden;
  margin-right: 20px;
}
.m-box6-bd .topline .img img {
  width: 100%;
  height: 100%;
}
.m-box6-bd .topline h3 {
  margin-bottom: 10px;
}
.m-box6-bd .topline h3 a {
  color: #004276;
}
.m-box6-bd .topline p {
  color: #535353;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.m-box6-bd .topline p a {
  color: #004276;
  margin-left: 10px;
}
.m-box6-bd ul {
  padding: 5px;
  overflow: hidden;
}
.m-box6-bd li {
  width: 44%;
  margin-right: 2%;
  float: left;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/dot.png) left center no-repeat;
}
.m-box6-bd li a {
  font-size: 14px;
  height: 30px;
  overflow: hidden;
  display: block;
}
.m-box6-bd li span {
  text-align: center;
  float: right;
  color: #999;
}
.m-titlelink {
  white-space: nowrap;
  margin-bottom: 10px;
}
.m-titlelink a {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 15px;
  margin-right: 5px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #bfdbf9;
  color: #0c52a5;
  font-weight: bold;
  background: #eaf6fc url(../images/arrow-r.gif) 5px center no-repeat;
}
.m-titlelink a:hover {
  background-color: #bfdbf9;
  text-decoration: none;
}
