@charset "utf-8";

@charset "utf-8";

*html {
  background: transparent;
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 16px/1.5 "Microsoft YaHei", "微软雅黑", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  min-width: 1220px;
  background: url(../../images/15/body_bg2.jpg) top center no-repeat;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0% auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

/* 公共样式 */
.header {
  padding: 10px 0;
  background: transparent;
  height: 376px;
}

.header .logo {
  float: left;
}

.header .con {
  float: right;
  width: 500px;
  padding: 15px 0 0 0;
}

.header .con .link {
  float: right;
  line-height: 30px;
  margin: 0 15px;
  padding: 0 15px;
  border: 1px solid #00408d;
  background: #fff;
}

.header .con .home {
  float: right;
  line-height: 32px;
  background: #bb8d6a;
  padding: 0 10px;
}

.header .con .home a {
  color: #fff;
}

.header .con .search {
  float: right;
  border: 1px solid #00408d;
  background: #fff;
}

.header .con .search .text {
  width: 150px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: none;
  vertical-align: middle;
}

.header .con .search .btn {
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../../images/15/search.jpg) center center #224b93 no-repeat;
  vertical-align: middle;
}

.main-nav {
  background: url(../../images/15/nav.jpg) repeat-x;
  line-height: 54px;
  font-weight: bold;
}

.main-nav li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  z-index: 10;
  font-size: 20px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li:hover {
  background: #bb8d6a;
}

.main-nav li:hover a {
  color: #fff;
}
.main-nav wrap {
  margin: 0% auto;
}

.index-bg {
  padding: 40px 0 80px 0;
  background: url(../../images/15/bg1.jpg) bottom center no-repeat;
}

.inner-banner {
  height: 300px;
}

.ejbanenr {
  width: 100%;
  height: 300px;
  background: url(../../images/15/195.jpg) center center no-repeat;
}

.footer {
  background: #880000;
  border-top: 5px solid #cfd1d3;
  color: #fff;
  padding: 50px 0;
}

.footer a {
  color: #fff;
}

.footer .c1 {
  float: left;
  width: 560px;
  line-height: 36px;
}

.footer .c2 {
  float: left;
  width:170px;
}

.footer .c3 {
  float: right;
  margin-top: 20px;
}

.footer .c3 .shortselect {
  background: #ffffff;
  height: 40px;
  width: 200px;
  line-height: 40px;
  border: 1px solid #3a0505;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
}

/* 面包屑导航 */
.inner-page .bread {
  text-align: right;
  line-height: 40px;
  padding: 30px 0;
  font-size: 14px;
}

.inner-page .bread .pst {
  float: right;
  background: url(../../images/15/icon-pst.png) left center no-repeat;
  padding-left: 30px;
  margin-right: 10px;
}

.inner-page .bread .link {
  float: right;
  padding-left: 35px;
  background: url(../../images/15/icon-home.png) left center no-repeat;
}

/* main 首页 */
.main-tit {
  line-height: 60px;
  position: relative;
  color: #181818;
  margin-bottom: 20px;
}

.main-tit h6 {
  position: relative;
  font-size: 30px;
  font-family: "Microsoft YaHei", "微软雅黑", "sans-serif";
  font-weight: 500;
}

.main-tit h6 img {
  vertical-align: -2px;
  margin-right: 10px;
}

.main-tit h6 span {
  color: #ca1818;
}

.main-tit .more {
  float: right;
  color: #ca1818;
  z-index: 1;
  font-size: 16px;
  position: relative;
  line-height: 1;
  margin-top: 20px;
}

.main-tit .more span {
  margin-left: 10px;
}

.index-row1 .c1 {
  float: left;
  width: 640px;
}

.index-row1 .c1 .slide {
  position: relative;
  overflow: hidden;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 102%;
  margin: 0 -0.5%;
}

.index-row1 .c1 .slide .hd li {
  float: left;
  width: 24%;
  margin: 0 .5%;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
  background: url(../../images/15/opacity1.png);
  color: #fff;
  cursor: pointer;
}

.index-row1 .c1 .slide .hd li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.index-row1 .c1 .slide .hd li .d {
  font-size: 30px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}

.index-row1 .c1 .slide .hd li.on {
  background: #ff3824;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li img {
  width: 100%;
  height: 480px;
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
  line-height: 70px;
  padding-top: 80px;
  background: url(../../images/15/opacity2.png) bottom center;
  color: #fff;
}

.index-row1 .c1 .slide .dote-list {
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.index-row1 .c1 .slide .dote-list a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  margin: 0 3px;
}

.index-row1 .c1 .slide .dote-list a.on {
  background: #d9d8d9;
}

.index-row1 .c2 {
  float: right;
  width: 510px;
}

.index-row1 .c2 .headline {
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.index-row1 .c2 .headline dt {
  float: left;
  width: 50px;
  height: 90px;
  background: url(../../images/15/tit1.jpg) no-repeat;
  text-align: center;
}

.index-row1 .c2 .headline dt .d {
  font-size: 28px;
  color: #fff;
}

.index-row1 .c2 .headline dt .m {
  margin-top: 10px;
  font-size: 18px;
  color: #999;
}

.index-row1 .c2 .headline dd {
  margin-left: 70px;
}

.index-row1 .c2 .headline dd h6 {
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .headline dd .desc {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.index-row1 .c2 .headline dd .desc img {
  vertical-align: middle;
}

.index-row1 .c2 .list li {
  line-height: 48px;
  font-size: 18px;
  padding-left: 24px;
  background: url(../../images/15/dote1.png) left center no-repeat;
}

.index-row1 .c2 .list li .date {
  float: right;
  color: #bb8d6a;
  font-size: 16px;
}

.index-row1 .c2 .list li:hover {
  background: url(../../images/15/dote1-on.png) left center no-repeat;
}

.index-row2 {
  margin-top: 70px;
}

.index-row2 .main-tit {
  background: none;
  margin: 0;
}

.index-row2 .main-tit h6 {
  display: inline-block;
  border-top: 5px solid #c00404;
}

.index-row2 .c {
  float: left;
  width: 523px;
  padding: 0 30px 20px;
  border: 1px solid #e0e2e8;
  background: #fff;
  height: 390px;
}

.index-row2 .c1 {
  width: 578px;
}

.index-row2 .c1 .list li {
  padding: 7px 0;
  border-bottom: 1px dotted #fff;
}

.index-row2 .c1 .list li p {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 .c1 .list li .date,
.index-row2 .c2 .list li .date {
  float: right;
  padding-left: 30px;
  background: url(../../images/15/icon5.jpg) left center no-repeat;
}

.index-row2 .c2 {
  margin-left: 56px;
  width: 442px;
}

.index-row2 .c2 .list li {
  padding: 7px 0;
  border-bottom: 1px dotted #ddd;
}

.index-row2 .c2 .list li p {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 .c2 .list li .icon {
  padding-left: 30px;
  background: url(../../images/15/icon6.jpg) left center no-repeat;
}

.index-row2 .c2 .list .last {
  border: none;
}

.index-row2 .c3 {
  float: right;
}

.index-row2 .c3 .list dl {
  margin-bottom: 14px;
  border: 1px solid #e4e4e4;
  padding: 13px;
}

.index-row2 .c3 .list dl dt {
  float: left;
  width: 50px;
  margin-top: 6px;
  border-right: 1px solid #bb8d6a;
}

.index-row2 .c3 .list dl dt .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}

.index-row2 .c3 .list dl dt .icon.wx {
  background: url(../../images/15/icon-wx.png) 0 0 no-repeat;
}

.index-row2 .c3 .list dl dt .icon.wb {
  background: url(../../images/15/icon-wb.png) 0 0 no-repeat;
}

.index-row2 .c3 .list dl dd {
  margin-left: 50px;
  padding-left: 10px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.index-row2 .c3 .list dl:hover {
  background: #00408d;
}

.index-row2 .c3 .list dl:hover dt {
  border-right: 1px solid #68a9d9;
}

.index-row2 .c3 .list dl:hover dt .icon {
  background-position: 0 -40px;
}

.index-row2 .c3 .list dl:hover a {
  color: #fff;
}

/* list 列表页 */

.inner-page .main-text-list li {
  padding: 10px 0;
  line-height: 45px;
  font-size: 18px;
  padding-left: 34px;
  background: url(../../images/15/dote1.png) left center no-repeat;
  border-bottom: 1px solid #e6e7ea;
}

.inner-page .main-text-list li .date {
  float: right;
  font-size: 16px;
  padding-left: 30px;
  color: #666;
  background: url(../../images/15/icon17.png) left center no-repeat;
}

.inner-page .main-text-list li:hover {
  background: url(../../images/15/dote1-on.png) left center no-repeat;
}

.inner-page .main-text-list li:hover a {
  color: #00408d;
}

/* 分页样式 */
.pagination {
  padding: 50px 0 30px 0;
}

.pagination ul.pages {
  display: table;
  border: none;
  text-transform: uppercase;
  margin: auto;
  padding: 0;
}

.pagination ul.pages li {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-left-width: 0;
  list-style: none;
  background-color: #eee;
  color: #888;
  margin: 0 8px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.pagination ul.pages li:last-child {
  margin: 0;
}

.pagination ul.pages li:hover {
  color: #fff;
  background-color: #3c4852;
}

.pagination ul.pages li.pgNext {}

.pagination ul.pages li.pgEmpty {}

.pagination ul.pages li.pgCurrent {
  color: #fff;
  font-weight: 700;
  background-color: #b51b1b;
}

/* content 内容页 */
.inner-page .detail {
  padding: 20px 0;
}

.inner-page .detail .tit {
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  color: #b30606;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 0 0 20px 0;
}

.inner-page .detail .infor span {
  margin: 0 20px;
}

.inner-page .detail .desc {
  margin: 40px 0;
  background: #fbfbfb;
  border-left: 4px solid #bb8d6a;
  line-height: 32px;
  padding: 20px 0 20px 50px;
  text-indent: 2em;
}

.inner-page .detail .con {
  line-height: 36px;
  letter-spacing: 1px;
}

.inner-page .detail .con img {
  max-width: 100%;
  margin: 10px 0;
}

.inner-page .detail .con p {
  padding-bottom: 0px;
}