@charset "utf-8";
/* sass变量 */

body{min-width: 1260px;}
*html {
  background-image: url(about:blank);
  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-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
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: #8f0d0d;
}

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: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e19393;
}

.main-tit h6 {
  line-height: 1.4;
  border-bottom: 1px dashed #e19393;
  padding-bottom: 15px;
}

.main-tit h6 p {
  font-size: 24px;
  color: #8f0d0d;
}

.main-tit h6 span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.main-tit .more {
  float: right;
  color: #8f0d0d;
  margin-top: 20px;
}

.main-list li {
  line-height: 38px;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  margin-left: 20px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.header {
  color: #fff;
  padding: 20px 0;
  background: url(../images/header-bg.jpg) top center no-repeat #8f0d0d;
}

.header a {
  color: #fff;
}

.header .logo {
  float: left;
}

.header .con {
  float: right;
}

.header .con .links span {
  margin: 0 10px;
}

.search-box {
  display: inline-block;
  width: 211px;
  background: url(../images/search-bg.png) center center no-repeat;
}

.search-box .text {
  border: none;
  background: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  width: 150px;
  padding: 4px 10px;
  margin-left: 10px;
}

.search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 56px;
  background: #8f0d0d;
}

.main-nav ul {
  float: left;
}

.main-nav .search-box {
  float: right;
}

.main-nav li {
  position: relative;
  float: left;
  width: 109px;
  text-align: center;
  z-index: 10;
  font-size: 16px;
  margin: 0 4px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  padding-top: 10px;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
  float: none;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #8f0d0d;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: rgba(143, 13, 13, 0.8);
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li.on {
  background: #e79215;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  position: relative;
  min-width: 1200px;
}

.banner .hd {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/dote.png) no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 380px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 380px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 {
  margin: 20px 0;
}

.index-row1 .c1 {
  float: left;
  width: 390px;
}

.index-row1 .c1 .list li {
  padding: 8px 0;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
}

.index-row1 .c1 .list li .date {
  font-size: 22px;
  color: #8f0d0d;
}

.index-row1 .c1 .list li .date span {
  font-size: 12px;
}

.index-row1 .c1 .list li .tit a {
  display: block;
  margin-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c1 .list li .tit .more {
  font-size: 14px;
  float: right;
  color: #8f0d0d;
}

.index-row1 .c1 .list li .tit .more img {
  margin-right: 5px;
}

.index-row1 .c2 {
  float: left;
  margin-left: 30px;
  width: 360px;
}

.index-row1 .c2 .item {
  position: relative;
  margin-bottom: 19px;
}

.index-row1 .c2 .item .pic {
  height: 230px;
  overflow: hidden;
}

.index-row1 .c2 .item .pic img {
  height: 100%;
  transition: all ease .2s;
  width: 100%;
}

.index-row1 .c2 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 34px;
  background: url(../images/opacity.png);
  color: #fff;
  text-align: center;
}

.index-row1 .c2 .item:hover img {
  transform: scale(1.1);
}

.index-row1 .c3 {
  float: right;
  width: 390px;
}

.index-row1 .c3 .list {
  margin-top: 10px;
}

.index-row1 .c3 .list li {
  padding: 15px 0;
  margin-bottom: 12px;
  background: #fff;
  transition: all ease .2s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.index-row1 .c3 .list li .date {
  line-height: 1;
  color: #8f0d0d;
  float: left;
  width: 80px;
  text-align: center;
}

.index-row1 .c3 .list li .date .d {
  font-size: 22px;
  margin-bottom: 5px;
}

.index-row1 .c3 .list li .date .y {
  font-size: 12px;
}

.index-row1 .c3 .list li .text {
  margin-left: 90px;
  padding-left: 14px;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  border-left: 1px solid #d2d2d2;
}

.index-row1 .c3 .list li:hover {
  background: #8f0d0d;
}

.index-row1 .c3 .list li:hover .date {
  color: #fff;
}

.index-row1 .c3 .list li:hover .text {
  border-left-color: #fff;
}

.index-row1 .c3 .list li:hover .text a {
  color: #fff;
}

.footer {
  min-width: 1200px;
  background: #8f0d0d;
  text-align: center;
  padding: 30px 0;
}

.footer .r1 select {
  margin: 0 40px;
  width: 235px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
}

.footer .r2 {
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
}

.footer .r2 span {
  margin: 0 10px;
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.inner-wrap {
  margin: 20px 0;
}

.leftbar {
  float: right;
  width: 355px;
}

.leftbar .list {
  margin-bottom: 20px;
}

.leftbar .list li {
  line-height: 65px;
  margin-top: 1px;
  background: #e7e7e7;
}

.leftbar .list li a {
  font-size: 18px;
  padding-left: 32px;
  display: block;
  color: #666;
}

.leftbar .list .on, .leftbar .list li:hover {
  background: #8f0d0d;
}

.leftbar .list .on a, .leftbar .list li:hover a {
  color: #fff;
}

.leftbar .links {
  background: #f2f2f2;
  margin-top: 20px;
  padding: 15px 22px;
}

.leftbar .links li {
  line-height: 44px;
  font-size: 15px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/dote1.png) left center no-repeat;
}

.right-con {
  float: left;
  width: 800px;
}

.right-con .inner-tit {
  line-height: 50px;
  color: #8f0d0d;
  font-size: 20px;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
}

.right-con .inner-tit h6 {
  float: left;
  position: relative;
  bottom: -2px;
  border-bottom: 3px solid #8f0d0d;
  padding: 0 5px;
}

.right-con .inner-tit .bread {
  float: right;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #333;
}

.right-con .inner-tit .bread a {
  color: #333;
}

.right-con .inner-tit .bread span {
  margin: 0 5px;
}

.right-con.block {
  width: 100%;
  float: none;
}

.right-con .main-text-list ul {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.right-con .main-text-list li {
  position: relative;
  padding: 10px;
  line-height: 48px;
}

.right-con .main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 16px;
}

.right-con .main-text-list li .date {
  float: right;
  font-size: 22px;
  color: #8f0d0d;
}

.right-con .main-text-list li .date span {
  font-size: 12px;
}

.right-con .main-text-list li.line {
  height: 0;
  line-height: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0;
}

.right-con .main-pic-list {
  margin: 20px 0;
}

.right-con .main-pic-list li {
  float: left;
  width: 25%;
  margin: 20px 0;
}

.right-con .main-pic-list li a {
  display: block;
  margin: 0 15px;
}

.right-con .main-pic-list li a .pic {
  text-align: center;
}

.right-con .main-pic-list li a .pic img {
  width: 100%;
  height: 195px;
}

.right-con .main-pic-list li a .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}

.right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #8f0d0d;
}

.detail .tit {
  line-height: 1.5;
  color: #333;
  font-size: 22px;
  padding-top: 10px;
}

.detail .infor {
  font-size: 14px;
  line-height: 1;
  color: #999;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.detail .infor span {
  margin: 0 10px;
}

.detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}