@charset "utf-8";
html {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f2f2f2;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font: 14px '\5FAE\8F6F\96C5\9ED1', Verdana, Geneva, sans-serif, '\5B8B\4F53';
}
fieldset,
img {
  border: none;
}
ul,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
input,
button,
textarea,
select {
  font-weight: inherit;
  font-size: 100%;
  vertical-align: middle;
  outline: none;
}
button,
input,
textarea {
  font-family: Tahoma, Geneva, '\5B8B\4F53';
  font-size: 12px;
}
button {
  cursor: pointer;
  outline: none;
  blr: expression(this.hideFocus=true);
}
textarea {
  overflow: auto;
}
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
time,
hgroup {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
html {
  -ms-user-select: none;
  -moz-user-selecter: none;
  -webkit-user-selecter: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 10;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #ddd;
  -webkit-border-radius: 10px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
  border-radius: 10;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #cecece;
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #ccc;
  -webkit-border-radius: 10px;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fl {
  display: inline;
  float: left;
}
.fr {
  display: inline;
  float: right;
}
.relative {
  position: relative;
}
/* reset */

/*Color style 2013/10/10*/
.red {
  color: #f00 !important;
}
.green {
  color: #178517 !important;
}
.orange {
  color: #f60 !important;
}
/*bdad Style 2013/11/20*/
.bdads {
  background: #fff;
}

.blank10,
.blank5 {
  width: 100%;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  display: block;
}

/*公共*/
.pw1200 {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.clear100 {
  clear: both;
  height: 10px;
  line-height: 0px;
  font-size: 0px;
}
.pmarb {
  margin-bottom: 10px;
}
.pmart {
  margin-top: 10px;
}
/*顶部*/
.top1101 {
  height: 31px;
  line-height: 29px;
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
.top1101 a {
  -moz-transition: none;
  -webkit-transition: none;
}
.top1101 .fl a,
.top1101 .fl span {
  margin-right: 7px;
  color: #666;
}
.top1101 i.sq {
  margin: 0px 7px 0 0px;
  color: #c7c7c7;
  position: relative;
  top: -1px;
}
.top1101 i.sq2 {
  margin: 0px 14px 0 0px;
  color: #c7c7c7;
  position: relative;
  top: -1px;
}
.top1101 .fr a {
  color: #666;
}
.top1101 .fr i.sq {
  margin-left: 10px;
}
.top1101 a.home {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/list1/bg.png) no-repeat -584px 6px;
}
.top1101 a.home:hover {
  background-position: -584px -19px;
}
.top1101 a.cates {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/list1/bg.png) no-repeat -586px -43px;
  position: relative;
}
.top1101 a.dropit,
.top1101 a.cates.active,
.top1101 a.cates:hover {
  background-position: -586px -63px;
  color: #448bcb;
}
.top1101 a.cates i {
  display: block;
  width: 9px;
  height: 5px;
  overflow: hidden;
  background: url(../images/list1/bg.png) no-repeat -1px -82px;
  position: absolute;
  top: 12px;
  right: -15px;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.top1101 a.cates.active i,
.top1101 a.cates:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top1101 a.dropit i {
  background-position: -1px -87px;
}
.top1101 .fl a:hover,
.top1101 .fr a:hover {
  color: red;
}
/*头部*/
.header {
  height: 75px;
  display: flex;
  align-items: center;
}
.header h1.logo {
  display: inline;
  height: 50px;
  float: left;
  vertical-align: middle;
  /* old logo path: ../logo/logo_list.png */
  background: url(../../../images/logo.svg) no-repeat center/contain;
}
.header h1.logo a {
  display: block;
  height: 50px;
  text-indent: -999px;
  width: 125px;
}
.header .t1 {
  background: url(../images/list1/dian.png) no-repeat center center;
  display: inline;
  float: left;
  width: 30px;
  height: 31px;
}
.header h2.logo {
  display: inline;
  height: 31px;
  float: left;
  vertical-align: middle;
  font-size: 22px;
  color: #afafaf;
}
.header h2.logo a {
  display: inline;
  height: 31px;
}
.header .searcha {
  width: 438px;
  height: 38px;
  border: 1px solid #ddd;
  background: #fff url(../images/list1/sbg.png) no-repeat;
  margin: -5px 10px 0 0px;
  position: relative;
  z-index: 1;
  color: #333;
  margin-left: auto;
}
.header .searcha ul {
  position: absolute;
  background: #fff url(../images/repy.png) repeat-y 0 0;
  left: -1px;
  top: 38px;
  border: 1px solid #ddd;
  border-top: 0;
  width: 63px;
  display: none;
}
.header .searcha ul li {
  display: block;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  color: #777;
}
.header .searcha ul li:hover {
  background: #eee;
}
.header .searcha span {
  display: inline-block;
  height: 18px;
  cursor: pointer;
  margin: 11px 0 0 10px;
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
  float: left;
  _margin-top: 13px;
}
.header .searcha span i {
  display: inline-block;
  width: 9px;
  height: 5px;
  overflow: hidden;
  background: url(../images/list1/bg.png) no-repeat -1px -82px;
  margin-left: 10px;
  vertical-align: middle;
}
.header .searcha input {
  display: block;
  width: 260px;
  float: left;
  background: none;
  border: 0;
  padding: 12px 0 0 10px;
  color: #999;
}
.header .searcha button {
  display: block;
  float: right;
  background: url(../images/list1/bg.png) no-repeat -42px -1px;
  width: 79px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  border: 0;
}
.searKeyWord {
  order: 1;
  text-align: right;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
}
.searKeyWord li {
  display: inline;
  padding: 0 7px;
}
.searKeyWord li a {
  font-size: 14px;
  color: #555;
}
.searKeyWord li a:hover {
  color: red;
}
/*菜单*/
.nav1101 {
  background: #63aae9;
  height: 40px;
  overflow: hidden;
}
.nav1101 ul li {
  float: left;
}
.nav1101 ul li a {
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 0 10px 0 10px;
}
.nav1101 ul li a.a02 {
  background: url(../images/newsNavLine.jpg) left center no-repeat;
}
.nav1101 ul li a.a01 {
  padding: 0 0px 0 0px;
}
.nav1101 ul li a:hover,
.nav1101 ul .newsHv1101 a {
  background: #378ace;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
}
.nav1101 ul .firstnav1101 a {
  padding-left: 0px;
  margin-left: 0px;
}
.nav1101 ul .firstnav1101 a:hover {
  padding-left: 0px;
  margin-left: 0px;
}
.nav1101 ul .nav1101Last {
  float: right;
  margin-right: 10px;
}
.nav1101 ul .nav1101Last a {
  background: none;
  font-weight: normal;
}
.nav1101 ul .nav1101Last a:hover {
  background: none;
  text-decoration: underline;
}
/*列表*/
.list1101 {
  background: #fff;
  border: 1px solid #ddd;
}
.list1101shr {
  clear: both;
  height: 5px;
  background: #ebebeb;
  overflow: hidden;
}
.list1101shr2 {
  clear: both;
  height: 5px;
  overflow: hidden;
}
.list1101 dl {
  margin: 0px;
  padding: 10px;
}
.list1101 dl.hover {
  background: #f6fbff;
}
.list1101 dl dt {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 16px;
  color: #666;
}
.list1101 dl dd {
  margin: 0px;
  padding: 0px;
}
.list1101 dt a {
  font-size: 16px;
  color: #666;
}
.list1101 dt a:hover {
  text-decoration: none;
}
.list1101 ul.list001 {
  margin: 0px;
  padding: 0px;
}
.list1101 ul.list001 li {
  width: 16%;
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list1101 ul.list001 li a {
  font-size: 14px;
  color: #666;
  text-indent: 5px;
  padding: 3px 3px 3px 3px;
  line-height: 25px;
}
.list1101 ul.list001 li a.dian1 {
  background: url(../../../statics/ico/my.ie_16_16_.png) no-repeat left center;
  width: 16px;
  height: 25px;
  text-indent: -999px;
  padding-left: 0px;
  display: inline-block;
  line-height: 25px;
}
.list1101 ul.list001 li a.dian2:hover {
  background: #dff0fe;
  color: #ff0000;
}
.list1101 ul.list001 li a.bnone {
  display: none;
}
.list1101 ul.list001 li a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.list1101 ul.list001 li a img.imgno {
  margin-right: 0px;
}
.list1101 ul.list001 li a.slideDowm {
  display: block;
  overflow: hidden;
  height: 25px;
  background: #1f92d1;
  box-shadow: 1px 1px 1px 1px #ccc;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  width: 25px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 2px;
}

.list1101 ul.list002 li {
  width: 16%;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list1101 ul.list002 li a {
  font-size: 16px;
  color: #666;
  text-indent: 5px;
  white-space: nowrap;
  padding: 3px 3px 3px 3px;
  line-height: 35px;
}
.list1101 ul.list002 li a:hover {
  background: #dff0fe;
  color: #ff0000;
}
.list1101 ul.list002 li a.bnone {
  display: none;
}
.list1101 ul.list002 li a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.list1101 ul.list003 {
  background-color: #f2f2f2;
  height: 30px;
  line-height: 30px;
  text-align: center;
  clear: both;
  color: #666666;
  margin-top: 5px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.list1101 ul.list003 a {
  color: #666666;
}

/*底部*/
.footer1101 dl dd a:hover {
  color: red;
}
.footer1101 {
  border-top: 1px solid #ddd;
  background: #e8e8e8;
  zoom: 1;
  padding: 20px;
}
.footer1101:after {
  display: block;
  visibility: hidden;
  content: '';
  clear: both;
}
.footer1101 dl {
  float: left;
  display: inline;
  width: 33%;
}
.footer1101 dl dt {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  font-weight: bold;
}
.footer1101 dl dd {
  line-height: 24px;
  width: 300px;
  padding-bottom: 10px;
}
.footer1101 dl dd a {
  color: #666;
  margin-right: 10px;
  white-space: nowrap;
}
.footer1101 .btmlink a:hover {
  color: red;
}
.footer1101 .btmlink {
  clear: both;
  zoom: 1;
  padding-top: 10px;
  border-top: 1px dotted #999;
  color: #999;
}
.footer1101 .btmlink:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: '';
}
.footer1101 .btmlink a {
  color: #666;
}

/*意见反馈*/
#mh-rtop {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 20px;
  width: 60px;
  height: 128px;
  display: none;
}
#mh-rtop a {
  display: block;
  width: 40px;
  height: 44px;
  overflow: hidden;
  line-height: 99pt;
  background: url(../images/list1/bg.png) no-repeat;
  margin-top: 2px;
}
#mh-rtop .gotop {
  background-position: -487px 0;
}
#mh-rtop .gotop:hover {
  background-position: -527px 0px;
}
#mh-rtop .feedback {
  background-position: -487px -44px;
}
#mh-rtop .feedback:hover {
  background-position: -527px -44px;
}

/*page*/
.NewPages {
  padding: 28px 0 38px;
  text-align: center;
  height: 39px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  margin-top: 05px;
}
.NewPages ul {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
.NewPages li {
  display: inline-block;
  margin: 0 3px;
  _zoom: 1;
  *display: inline;
}
.NewPages a {
  font-family: '\5b8b\4f53';
  display: inline-block;
  height: 32px;
  text-align: center;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  color: #666;
  font-size: 16px;
  background: -moz-linear-gradient(top, #ffffff, #eaeaea); /* Firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffffff),
    color-stop(1, #eaeaea)
  ); /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType='0'); /* IE*/
}
.NewPages .active,
.NewPages .thisclass a {
  border-color: #63aae9;
  background: #63aae9;
  color: #fff;
  filter: none;
  font-weight: bold;
}
.NewPages a:hover {
  border-color: #63aae9;
  background: #63aae9;
  color: #ffffff;
}
.NewPages .active:hover,
.NewPages .thisclass a:hover {
  border-color: #63aae9;
  background: #63aae9;
  color: #fff;
}

/*广告*/
.mh-11 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.mh-11-bg {
  padding: 16px 0;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #dcd9d4;
}
.mh-11-bg-bnone {
  border: 0px;
}
.mh-11-bg ul {
  text-align: center;
}
.mh-11-bg ul li.l {
  margin-left: 16px;
  float: left;
  width: 576px;
  text-align: center;
}
.mh-11-bg ul li.r {
  margin-left: 16px;
  float: left;
  width: 576px;
  text-align: center;
}

.a0119location {
  clear: both;
  text-align: left;
  margin: 0;
  background: url(../images/location.gif) no-repeat 0 2px;
  padding-left: 23px;
  font-size: 14px;
  color: #666666;
}
.a0119location a {
  color: #666666;
}

/*新闻*/
.n_left {
  float: left;
  width: 890px;
  background-color: #fff;
}
.n_left2 {
  float: left;
  width: 890px;
  background-color: #fff;
}
.boxlist .boxtt {
  height: 34px;
  background: #fff;
  padding: 1px;
  border-bottom: solid #dcecfb 1px;
  *overflow: hidden;
}
.boxlist .boxtt .boxtt_inside {
  height: 34px;
  background: #f8fbff;
}
.boxlist .boxcon {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
dl.act_tab dt {
  float: left;
  display: inline;
  margin: 7px 10px 0;
}
dl.act_tab dd {
  float: left;
  height: 34px;
}
dl.act_tab dd a {
  display: block;
  height: 26px;
  padding: 8px 0 0;
  font-size: 14px;
  overflow: hidden;
  text-indent: 20px;
}
dl.act_tab .on {
  position: relative;
  top: -2px;
  height: 28px;
  background-color: #fff;
  background-position: -219px 0;
  border: solid #dcecfb 1px;
  border-bottom: solid #fff 1px;
  font-weight: bold;
}
ul.act_tab li {
  float: left;
  display: inline;
  margin: 0 5px;
}
div.act_tab {
  padding: 15px 0 0 0;
  color: #e1e1e1;
  text-align: right;
  clear: both;
}
div.act_tab a {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0 10px;
}
div.act_tab .on {
  background-position: 11px -517px;
  font-size: 14px;
  color: #fa0600;
  font-weight: bold;
}
div.act_tab span {
  display: inline-block;
  padding-bottom: 5px;
}
.txtlist li {
  height: 15px;
  padding-right: 10px;
  margin-bottom: 5px;
  line-height: 15px;
  overflow: hidden;
}
.txtlist_num {
  background-position: 10px -591px;
  padding: 11px 0 0 11px;
}
.txtlist_num li {
  margin-bottom: 11px;
}
.txtlist_list li {
  height: 25px;
  border-bottom: dashed #c9daeb 1px;
  background: url(../images/dian.png) no-repeat 5px center;
  padding-left: 20px;
  padding-top: 5px;
}
.txtlist_list .num {
  float: right;
  display: inline;
  margin: 0;
  >margin: -15px 0 0 0;
}
.txtlist_list .num span {
  color: #44b014;
}
.txtlist_list .num_1 em {
  color: #fa0600;
}
.n_right {
  float: right;
  width: 300px;
}
.n_right2 {
  float: right;
  width: 300px;
}
.n_right h2 {
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.n_right ul {
  background: #fff;
  padding-left: 25px;
  padding-right: 15px;
}
.n_right .n_r_1 {
  background-color: #f8fbff;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  padding-left: 25px;
}
.n_right li.b {
  height: 40px;
  margin: 0 auto;
  border-top: dashed #dce8f4 1px;
  overflow: hidden;
}
.n_right li.c {
  height: 40px;
  margin: 0 auto;
  border-top: dashed #dce8f4 1px;
  background: url(../images/dian.png) no-repeat 5px center;
}
.n_right li.a {
  height: 40px;
  margin: 0 auto;
}
.n_right li a {
  position: relative;
  height: 40px;
  padding: 0px 0 0 0px;
  font-size: 14px;
  line-height: 40px;
}
.n_right li .on {
  color: #f90500;
  font-weight: bold;
}

.custom_ac1 {
  text-align: center;
  background-color: #fff;
  padding: 10px 0px;
}
.custom_ac2 {
  margin-left: 10px;
  margin-right: 10px;
}

.contain_r {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 14px;
}
.contain_r img {
  max-width: 80%;
}
.contain_r p {
  line-height: 30px;
  font-size: 14px;
  color: #0e0e0e;
}
.conshare_1 {
  padding-left: 30px;
  float: left;
  width: 480px;
  height: 50px;
  line-height: 50px;
}
.conshare_2 {
  padding-right: 30px;
  float: right;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  color: #666;
}
.newstitle {
  padding-top: 10px;
  font-size: 24px;
  color: #3f3d3e;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
}
.newsinfo {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid #d6ecf8 1px;
  text-align: center;
}
.newsinfo a {
  color: #df010e;
}

.Next_cl {
  height: 20px;
  font-size: 0px;
  line-height: 0px;
  clear: both;
}
.Next_cl1,
.Next_cl2 {
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
}
.Next_cl1 a,
.Next_cl2 a {
  color: #404040;
}
.Next_cl1 a:hover,
.Next_cl2 a:hover {
  color: #f00;
}

.maincontain_r {
  margin-bottom: 10px;
}

.tabBox {
  background: #f3f3f3;
  overflow: hidden;
  zoom: 1;
  border-bottom: #e1e1e1 1px solid;
  border-top: #427aae 5px solid;
  width: 100%;
}
.tabBox li {
  float: left;
  font-size: 14px;
  color: #181818;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: url(../images/news/li_bg.png) no-repeat right center;
  margin-left: 15px;
  margin-right: 15px;
}
.tabBox li.hover {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #427aae;
}

.indexTplist {
  width: 850px;
  float: left;
  margin-left: 20px;
}
.indexTplist li {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
  border-bottom: #e1e1e1 1px solid;
  clear: both;
}
.indexTplist li .pic {
  float: left;
  width: 225px;
  padding-right: 20px;
  overflow: hidden;
}
.indexTplist li:hover .pic img {
  transform: scale(1.1);
}
.indexTplist li .pic img {
  width: 225px;
  height: 167px;
  transition: all 0.5s;
}
.indexTplist li .txt {
  overflow: hidden;
}
.indexTplist li h3 {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
}
.indexTplist li h3 a:hover {
  color: #000;
}
.indexTplist li i {
  font-style: normal;
  padding-top: 10px;
  font-size: 14px;
  color: #333;
  display: block;
  text-align: right;
}
.indexTplist li p {
  padding: 8px 0 0 0;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  text-align: justify;
  height: 95px;
  overflow: hidden;
  margin-bottom: 8px;
}
.indexTplist li i span {
  padding-left: 20px;
  color: #a0a0a0;
}
.indexTplist li i span.trbszan {
  margin-left: 20px;
}
.indexTplist li i span.t1 {
  padding-left: 0px;
}
.indexTplist li h3.icov {
  background: url(../images/news/video-ico.png) no-repeat 0px 6px;
  text-indent: 35px;
}
.trbszan {
  padding-left: 16px;
  min-width: 20px;
  display: inline-block;
  background: url(../images/news/ct_bg72.png) no-repeat left center;
}
.trbstxt {
  width: 28px;
  height: 16px;
  line-height: 16px;
  float: right;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 4px 6px 8px;
  background: url(../images/sybg.html) no-repeat right center;
  overflow: hidden;
}

.allTitle {
  border-top: #427aae 5px solid;
  width: 100%;
  background: #f3f3f3;
  height: 40px;
  overflow: hidden;
  border-bottom: #e1e1e1 1px solid;
  position: relative;
}
.allTitle h2 {
  height: 40px;
  line-height: 40px;
  color: #4179ad;
  text-indent: 10px;
  font-size: 16px;
}
.allTitle .ico-tuijian {
  width: 44px;
  height: 42px;
  position: absolute;
  top: 7px;
  left: 81px;
}
.allTitle .ico-tuijian img {
  width: 100%;
  height: auto;
}
.allTitle h3 {
  height: 40px;
  line-height: 40px;
  color: #4179ad;
  text-indent: 10px;
  font-size: 16px;
}

.hotNews {
  width: 100%;
  background: #f4f4f4;
}
.hotNews-con {
  background: #fff;
  width: 280px;
  padding-left: 10px;
  padding-right: 10px;
}
.hotNews .list_hot {
  padding: 10px;
}
.hotNews .list_hot li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px dashed #dedede;
  font-size: 14px;
  line-height: 21px;
  max-height: 43px;
  padding: 6px 0 5px;
  overflow: hidden;
  height: 21px;
}
.hotNews .list_hot li a {
  color: #333333;
  height: 21px;
  overflow: hidden;
  display: block;
}
.hotNews .list_hot li a:hover {
  color: #027eb3;
}
.hotNews .list_hot li span {
  width: 25px;
  height: 14px;
  display: block;
  float: left;
  background: url(../images/news/numhot_bg.png) no-repeat;
  margin: 3px 0 6px;
}
.hotNews-title {
  width: 100%;
  height: 30px;
  margin-top: 4px;
}
.hotNews-title a {
  width: 33.2%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #282828;
  font-size: 14px;
  display: block;
  float: left;
  border-bottom: 2px solid #868686;
}
.hotNews-title a.on {
  color: #01a5ec;
  padding-bottom: 4px;
  background: url(../images/news/hotNews_on.png) no-repeat center bottom;
  border: 0;
}
.hotNews-con .nhot1 {
  background-position: 0 0 !important;
}
.hotNews-con .nhot2 {
  background-position: 0 -14px !important;
}
.hotNews-con .nhot3 {
  background-position: 0 -28px !important;
}
.hotNews-con .nhot4 {
  background-position: 0 -42px !important;
}
.hotNews-con .nhot5 {
  background-position: 0 -56px !important;
}
.hotNews-con .nhot6 {
  background-position: 0 -70px !important;
}
.hotNews-con .nhot7 {
  background-position: 0 -84px !important;
}
.hotNews-con .nhot8 {
  background-position: 0 -98px !important;
}
.hotNews-con .nhot9 {
  background-position: 0 -112px !important;
}
.hotNews-con .nhot10 {
  background-position: 0 -126px !important;
}

.hotNews-con .nhot {
  background: url(../images/dian.png) no-repeat 5px center !important;
  padding-left: 20px;
  width: 5px !important;
}

.company {
  background: #fff;
  margin: 0px 0 10px;
  padding: 0px 0px 10px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
}
.company .com-tuij {
  width: 340px;
  padding: 0 20px;
}
.company .com-tuij .every-com ul {
  clear: both;
  overflow: hidden;
}
.company .com-tuij h2 {
  height: 32px;
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.company .com-tuij li {
  float: left;
  width: 130px;
  height: 30px;
  margin-right: 40px;
  line-height: 30px;
}
.company .com-tuij li a {
  width: 130px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #555;
}
.company .com-tuij li.current {
  margin: 0;
}
.com-more {
  width: 65px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #fff;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -38px;
  cursor: pointer;
  color: #666;
  text-align: center;
}
.com-more b {
  width: 11px;
  height: 7px;
  display: inline-block;
  background: url(../images/more-little.html) 0 -169px;
  *margin-bottom: 5px;
}
.com-more b.open {
  background: url(../images/more-little.html) 0 -179px;
}
.company .com-more {
  background: #f6f6f6;
}

.goods-tit {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background-color: #fff;
}
.goods-tit span.g-more {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.goods-tit span.fr {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.goods-tit span b {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0px -144px;
  margin: 12px 5px 0px;
}
.goods-tit span em {
  font-size: 14px;
  color: #666;
}

#modbd {
  margin-top: 10px;
  border-top: 1px solid #dfdfe0;
  position: relative;
  background-color: #fafafa;
}
.mod-content {
  border: 1px solid #dfdfe0;
  font-size: 14px;
  border-top: none;
  padding-bottom: 8px;
}
.mod-content .content-con {
  padding-top: 8px;
  background: url('../images/list2/shadow.html') no-repeat 0 0;
}
.mod-content .content-con-first {
  background: none;
}
.mod-content .content-link {
  color: #054da1;
  float: left;
  width: 1062px;
  overflow: hidden;
}
.mod-content .content-link li {
  width: 212px;
  overflow: hidden;
  height: 37px;
  float: left;
}
.mod-content .content-link li h3 {
  border-bottom: 1px solid #efefef;
  width: 190px;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.mod-content .content-link li h3.last-row {
  border-bottom: none;
}
.mod-content .content-link li h3.noborder {
  border-bottom: 1px solid #dfdfe0;
}
.mod-content .content-link li h3 div {
  position: absolute;
  width: 210px;
}
.mod-content .content-link li h3 a {
  color: #666;
  /*	position:absolute;
	left:8px;*/
  outline: none;
  font-weight: normal;
}
.mod-content .content-link li h3 a .img {
  padding-right: 3px;
}
.mod-content .content-link li h3 a.dian1 {
  background: rgba(0, 0, 0, 0) url('../../../statics/ico/my.ie_16_16_.png')
    no-repeat scroll left center;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 0;
  text-indent: -999px;
  width: 16px;
  padding-right: 5px;
}

.mod-content .content-title {
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  width: 100px;
  padding-top: 7px;
  font-weight: bold;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
.mod-content .content-title a {
  color: #666;
  text-decoration: none;
}
.mod-content .content-title a:hover {
  text-decoration: underline;
}
.mod-content .content-title .content-title-des {
  color: #999;
  font-family: Arial;
  font-weight: 400;
}
#modbd .show-content-bg {
  background-color: #f8fafc;
}
#modbd .mod-content .show-link-bg-lt7 {
  background: url(../images/list2/base_sprite.html) no-repeat 0 -489px;
}
#modbd .mod-content .show-link-bg-gt7 {
  background: url(../images/list2/base_sprite.html) no-repeat 0 -535px;
}
#modbd .mod-content .show-link-bg-lt7 h3,
#bd .mod-content .show-link-bg-gt7 h3 {
  border-bottom-color: #f8fafc;
}
#modbd .mod-content .show-link-bg-lt7 a,
#bd .mod-content .show-link-bg-gt7 a {
  color: #fff;
  font-weight: bolder;
}

.modclearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
