/* 重置样式*/
/*
@font-face {
  font-family: Yahei;
  src: url('../fonts/MicrosoftYaHei.ttf');
}
*/
html,
body {
  min-width: 1199px;
  height: 100%;
  font-family: 'Microsoft Yahei';
}
.container {
  min-width: 992px;
}
ul,
ol,
li {
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:visited {
  text-decoration: none!important;
}
.color666 {
  color: #666 !important;
}
.color333 {
  color: #333 !important;
}
.color999 {
  color: #999 !important;
}
.none {
  display: none;
}
/* 公用头部*/
.common-header {
  /*logo + 搜索框 */
  /* 导航*/
}
.common-header .header-logo-search {
  padding: 20px 0;
  background-color: #fff;
}
.common-header .header-logo .logo-img {
  margin: -12px 8px 0 0;
  width: 55px;
  height: 60px;
  vertical-align: middle;
}
.common-header .header-logo .logo-text {
  color: #d71618;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}
.common-header .header-search {
  margin-top: 12px;
}
.common-header .header-search .search-input {
  width: 250px;
  height: 30px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.13);
  background-color: #f7f7f7;
}
.common-header .header-search .search-icon {
  width: 36px;
  border: 0;
  padding: 0!important;
  background: #07438a url("../images/search-icon2.png") no-repeat center center;
  cursor: pointer;
}
.common-header .header-search .search-icon:active {
  opacity: 0.9;
}
.common-header .header-nav {
  height: 46px;
  line-height: 46px;
  background-color: #07438a;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}
.common-header .header-nav .nav-item1 {
  position: relative;
  float: left;
  text-align: center;
  padding: 0 15px;
  margin-right: 84px;
  width: 125px;
}

.search-box-components{height: 44px;}
.search-box-components select{height: 100%;float: left;border-right: 0;outline: none;border: 1px solid #cccccc;width: 130px;padding-left: 10px;}
.search-box-components input{
   width: 666px;
  border: 1px solid #cccccc;
  outline: none;
  background-color: transparent;
  padding-left: 9px;
  height: 100%;
  line-height: 34px;
  float: left;
}
.search-box-components button {
  width: 125px;
  border: 1px solid #cccccc;
  background: url(../images/search1.png) no-repeat 10px center;
  height: 100%;
  border-left: 0;
  padding-left: 40px;
}
.list-search-box .search-choice{width: 100%;height: 44px;padding-top: 10px;padding-left: 130px;}
.list-search-box .search-choice input[type="radio"]{float: left;margin-right: 8px;}
.list-search-box .search-choice label{margin-right: 10px;}


.common-header .header-nav .nav-item1:active {
  background-color: #06499d;
}
.common-header .header-nav .nav-item1:hover {
  background-color: #06499d;
}
.common-header .header-nav .nav-item1:hover .sub-nav {
  height: auto;
  opacity: 1;
}
.common-header .header-nav a {
  display: block;
  color: #fff;
}
.common-header .header-nav .sub-nav {
  width: 100%;
  position: absolute;
  z-index: 6;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.common-header .header-nav .nav-item2 {
  height: 46px;
  line-height: 46px;
  background-color: #0f4b9a;
}
.common-header .header-nav .nav-item2:hover {
  background-color: #1761bf;
}
.common-header .header-nav .nav-item1:nth-last-child(1) {
  margin-right: 0;
}
/* 公用面包屑*/
.common-breadNav {
  line-height: 45px;
  color: #424755;
}
.common-breadNav a {
  color: #424755;
}
/* 公共底部*/
.common-footer {
  height: 198px;
  background-color: #07438a;
}
.common-footer .footer-select {
  margin-top: 30px;
}
.common-footer .footer-select select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.common-footer .copyright {
  margin-top: 30px;
  color: #fff;
}
.common-footer .copyright .footer-copy {
  display: inline-block;
  margin: 0 30px;
}
/* ‘更多’公用效果*/
.common-more-link {
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: right;
  padding-right: 15px;
  width: 100px;
  letter-spacing: 1px;
  font-size: 15px;
  color: #999999;
}
.common-more-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 14px;
  width: 6px;
  height: 9px;
  background: url("../images/right-arrow1.png") no-repeat;
}
/* 蓝色横杠 + 更多：公用效果*/
.commonIndex-title {
  position: relative;
  height: 35px;
  line-height: 35px;
  margin: 0 0 15px 0;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid #dddddd;
}
.commonIndex-title .buleBbar {
  position: relative;
  font-size: 16px;
}
.commonIndex-title .buleBbar:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #07438a;
}
/* 公用列表*/
.common-listsBox .common-listItem {
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
}
.common-listsBox .common-listItem .common-itemLink {
  padding-left: 10px;
  display: inline-block;
  width: 75%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
}
.common-listsBox .common-listItem .push-time {
  display: inline-block;
  padding-right: 10px;
  float: right;
  font-size: 14px;
  color: #333333;
}
.common-listsBox .common-border-dot {
  width: 100%;
  height: 1px;
  padding: 12px 10px;
}
.common-listsBox .common-border-dot .line {
  height: 1px;
  background: url("../images/com-level-line.png") repeat-x 15px;
}
/* 面包屑 start */
.breadcrumb {
  background-color: #fff;
  padding-left: 0;
  padding-top: 15px;
}
.breadcrumb-link {
  color: #424755;
}
/* 面包屑 end */

/* 公用分页条*/
.pagination {
  float: right;
  margin-bottom: 26px;
}
.pagination .pager {
  display: inline-block;
  margin: 0;
}
.pagination .pager li>a {
  padding: 0;
  border: 0;
  color: #646464;
  background-color: transparent;
}
.pagination .pager li {
  padding: 0 8px;
  line-height: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(153, 153, 153, 0.4);
  /* opacity: 0.5; */
  display: inline-block;
  color: #646464;
  cursor: pointer;
}
.pagination .pager li.current,
.pagination .pager li:hover {
  background-color: #2f5fa8;
  color: #fff;
}
.pagination .pager li.current>a,
.pagination .pager li:hover>a {
  color: #fff;
}
.pagination .pager li.disabled>a {
  color: #b7b7b7;
  cursor: text;
  background-color: transparent;
}
.pagination .pager li.disabled {
  background-color: #e9e9e9;
  color: #b7b7b7;
  cursor: text;
}
.pagination .pagejump {
  display: inline-block;
  padding: 0 10px;
}
.pagination .page-input {
  width: 30px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px rgba(153, 153, 153, 0.4);
  line-height: 24px;
  text-align: center;
}
.pagination .jump {
  cursor: pointer;
}
.pagination .jump:hover {
  color: #000;
}
/*# sourceMappingURL=global.css.map */