﻿@charset "utf-8";
/* CSS Document */
body,
html {
  width: 100%;
  min-width: 1200px;

  /*black 

filter: grayscale(100%);

-webkit-filter: grayscale(100%);

-moz-filter: grayscale(100%);

-ms-filter: grayscale(100%);

-o-filter: grayscale(100%);

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

 black*/
}
body,
html {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: "Microsoft YaHei", "SimSun", "Sterling SSm A", "Sterling SSm B",
    serif;
  font-size: 14px;
  color: #444;
}
ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
ul,
dd,
dt,
dl,
li,
p,
h2,
h3,
h4,
h1,
h5,
h6,
textarea,
a {
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #666666;
}
a:hover {
  color: red;
  transition: all ease-in-out 0.5s !important;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
hr {
  border: none;
  margin: 0;
}
img {
  max-width: 100%;
  /* height: 100%; */
  border: none;
  transition: all ease-in-out 0.5s !important;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* display: block; */
}
input,
button,
textarea {
  border: none;
  font-family: "Microsoft YaHei";
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
.tc {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.content1 {
  width: 1200px;
  margin: 0px auto;
  margin-top: 90px;
  background: #fff;
  padding: 40px;
  padding-bottom: 0;
  overflow: hidden;
}
.oh {
  overflow: hidden;
}
.mtop {
  margin-top: 25px;
}
.pr10 {
  padding-right: 10px;
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/588083c74d83454fbb830e88a8269f6c.eot);
  src: url(../fonts/fontawesome-webfont.ttf);
  src: url(../fonts/fontawesome-webfont.woff);
}

/*header*/

.iconfont {
  font-family: "FontAwesome";
}
.logo {
  padding-top: 30px;
  height: 160px;
}
.logopic {
  padding-top: 16px;
}
.call {
  padding-left: 10px;
  margin-bottom: 10px;
}
.call .iconfont:before {
  content: "\f095";
  font-size: 16px;
  color: #be1313;
  padding-right: 10px;
}
.call i {
  font-size: 20px;
  color: #be1313;
}
.denglu {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
}
.denglu .iconfont:before {
  content: "\f007";
  font-size: 16px;
  color: #be1313;
  padding-right: 10px;
}
.dsz .iconfont:before {
  content: "\f003";
  font-size: 16px;
  color: #be1313;
  padding-right: 10px;
}
.zjl .iconfont:before {
  content: "\f003";
  font-size: 16px;
  color: #015293;
  padding-right: 10px;
}
.jw .iconfont:before {
  content: "\f003";
  font-size: 16px;
  color: #cc7d20;
  padding-right: 10px;
}
.xxa a {
  background: #fff;
  padding: 5px;
  border: 1px solid #dfdfdf;
}
/*nav*/
div.nav-wrap {
  position: relative;
  z-index: 9999;
}

.nav-wrap ul {
  position: absolute;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #c42727;
}

.nav-wrap ul #p_1 {
  position: relative;
  float: left;
  text-align: center;
  padding: 5px;
  transition: all ease-in-out 0.5s !important;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.nav-wrap ul #p_1:hover {
  background: #f2f2f2;
}
.nav-wrap ul #p_1 .db {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 123px;
  height: 60px;
  color: #c42727;
  line-height: 64px;
}

.w_subnav #most a {
  font-size: 16px;
  line-height: 30px;
  color: #c42727;
}
.nav-wrap ul #p_1 .iconfont:before {
  content: "\f0dd";
  font-size: 12px;
  padding-left: 10px;
}
.w_subnav {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: -webkit-center;
}
#most {
  padding: 5px;
}
#most a {
  text-align: center;
  color: #fff;
}
.w_subnav {
  background: #d82c09;
}
#p_1 .w_subnav #most:hover {
  background: #f2f2f2;
}
/*banner*/
.main2 {
  width: 100%;
  height: 502px;
  overflow: hidden;
}
.Slide {
  width: 100%;
  height: 502px;
  float: left;
  overflow: hidden;
  position: relative;
}
.slide-cont {
  width: 100%;
  height: 502px;
  position: relative;
  overflow: hidden;
}
.slide-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1133px;
}
.slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-item img {
  width: 100%;
  height: 502px;
}
.slide-txt {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.slide-txt .txt_bg {
  width: 100%;
  height: 50px;
  background: #be1313;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.slide-txt a {
  display: inline-block;
  width: 364px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.slide-nav {
  width: auto;
  height: 12px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 21px;
  right: 20px;
  overflow: hidden;
}
.slide-nav a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b5b5b5;
  cursor: pointer;
  margin-left: 5px;
  float: left;
  text-indent: -99em;
  overflow: hidden;
}
.slide-nav .nownav {
  background: #fff;
}
#prev2,
#next2 {
  display: block;
  width: 57px;
  height: 72px;
  position: absolute;
  top: 129px;
  display: none;
}
#next {
  right: 0;
  background-position: -62px 0;
}
/*4个*/
.tgg {
  position: relative;
}
.tgg .btn a {
  position: absolute;
  line-height: 45px;
  background: #ccc;
  width: 30px;
  text-align: center;
  color: #fff;
}
.tgg .btn .goLeft {
}
.tgg .btn .goRight {
  right: 0;
}
.wrap {
  width: 1060px;
  margin: 28px auto;
  height: 46px;
  position: relative;
  overflow: hidden;
}

.wrap ul {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  _height: 1px;
}

.wrap ul li {
  float: left;
  width: 282px;
}
.wrap ul li img {
  width: 272px;
}

.btn a {
  font-size: 20px;
}

/*企业介绍*/
.enterprise,
.storage,
.production {
}
.left {
  width: 357px;
  overflow: hidden;
  float: left;
}
.enterprise .title {
  background: url(../images/0001.jpg) no-repeat;
}
/*公共标题css*/
.title * {
  line-height: 36px;
  color: #fff;
}
.title em {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}
.title span a {
  float: right;
  padding-right: 15px;
  font-size: 10px;
  color: #fff;
}
/*结束*/
.enterprise .pic {
  margin-top: 10px;
  margin-bottom: 15px;
}
.enterprise p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.4px; /*text-indent: 2px;*/
  margin-bottom: 20px;
}
/*安全储粮*/
.storage .title {
  background: url(../images/0002.jpg) no-repeat;
}
.storage .list {
  font-size: 15px;
  margin: 5px;
  overflow: hidden;
}
.storage .list em {
  float: right;
  color: #888;
}
.storage .list a {
  display: block;
  border-bottom: 1px dotted #cdcdcd;
  padding: 8px 0;
  width: 100%;
  float: left;
}
.storage .list i {
  color: #444;
  width: 285px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.storage .list i:hover {
  color: red;
}
.storage .list a:last-child {
  border: none;
}
/*安全生产*/
.production .title {
  background: url(../images/0003.jpg) no-repeat;
}
.production .button {
  padding: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
.production .button a {
  background: #f1f1f1;
  border: 1px solid #cdcdcd;
  display: inline-block;
  width: 158px;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*公共*/
.list1 a {
  font-size: 15px;
  color: #444444;
  display: block;
  width: 326px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
}
.list1 a:hover {
  color: red;
}
.list1 a:before {
  content: "·";
  padding: 8px;
}
/*线*/
.line {
  width: 1px;
  height: 895px;
  background: #d8d8d8;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}
/*新闻*/
.center {
  width: 355px;
  float: left;
}
.floor1_Mid_3 {
  position: relative;
}
.m_tabs {
  display: none;
  margin-top: 10px;
}
.m_tabs.m_tabs_on {
  display: block;
}
.floor1_Mid_3 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  float: right;
  line-height: 36px;
  padding-right: 10px;
}
.floor1_Mid_3_tab,
.floor1_Mid_4_tab {
  background-color: #f0f0f0;
  border-bottom: 2px solid #dedede;
  height: 37px;
}
.floor1_Mid_3_tab a,
.floor1_Mid_4_tab a {
  display: block;
  width: 80px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-weight: ;
  color: #000;
  font-size: 15px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  border-top: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
}
.floor1_Mid_3_tab a.tab_aOn,
.floor1_Mid_3_tab a:hover,
.floor1_Mid_4_tab a.tab_aOn,
.floor1_Mid_4_tab a:hover {
  background-color: #fff;
  border-top: 2px solid #015293;
  border-left: 2px solid #f0f0f0;
}
.m_tabs li {
  font-size: 15px;
  display: block;
  width: 326px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
}
.m_tabs li:before {
  content: "·";
  padding: 8px;
}
/*党群建设*/
.party .title {
  background: url(../images/0004.jpg) no-repeat;
  margin-top: 10px;
}
.party .list2 {
  font-size: 15px;
  margin: 10px 5px;
}
.party .list2 em {
  float: right;
  color: #888;
}
.party .list2 a {
  display: block;
  padding: 2px 0;
}
.party .list2 i {
  color: #444;
  width: 285px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.party .list2 i:hover {
  color: red;
}
/*纪检监察*/
.disciplinary .title {
  background: url(../images/0005.jpg) no-repeat;
}
.disciplinary .list1 {
  margin-top: 10px;
}
/*右边*/
.right {
  width: 326px;
  float: right;
  background: #eee;
  overflow: hidden;
  padding: 0 13px;
}
/*专题专栏*/

/*廉政课堂*/
.project .title {
  background: url(../images/000000.jpg) no-repeat;
  margin-top: 15px;
}

/*.project .title1 {font-size: 16px;color: #015293;font-weight: bold;line-height: 36px;border-bottom:1px solid #bababa }
.project .title1 i{padding-left: 10px;}
.project .title1 i:after{content: url(../img/hot.png);padding-left: 10px}
.project .title1 span a{font-size: 10px;float: right;padding-right: 10px;}*/
.project .inner {
  margin-top: 10px;
}
.zwzt_scroll {
  margin: 10px 0;
  width: 300px;
  position: relative;
  height: 50px;
  overflow: hidden;
}
.zwzt_scroll ul {
  margin: 0px auto;
  position: relative;
}
.zwzt_scroll ul li {
  width: 300px;
  height: 50px;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  list-style: none;
  display: inline;
}
.zwzt_scroll ul li img {
  width: 300px;
  height: 50px;
}
.zwzt_scroll .adv_btn {
  top: 15px;
}
.zwzt_scroll .next_btn {
  background-position: 0px -22px;
  right: 0px;
}
.adv_btn {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../images/direction_btn.gif");
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.pre_btn {
  background-position: 0px 0px;
  left: 0px;
}
.next_btn {
  background-position: 0px -22px;
  right: 8px;
}
/*法制园地*/
.method .title {
  background: url(../images/0006.jpg) no-repeat;
  margin-top: 15px;
}
.method .outer {
  width: 300px;
  height: 130px;
  overflow: hidden;
  margin: 15px auto;
}
.method .inner {
  width: 3200px;
  height: 130px;
  position: relative;
}
.method .inner ul {
  position: absolute;
  left: 0;
  top: 0;
}
.method .inner ul li {
  float: left;
}
.method .inner ul li img {
  width: 300px;
  height: 130px;
}
.method .prePage {
  width: 25px;
  height: 52px;
  line-height: 52px;
  display: block;
  margin-top: -30px;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
.method .nextPage {
  width: 25px;
  height: 52px;
  line-height: 52px;
  display: block;
  margin-top: -30px;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 275px;
  top: 50%;
  cursor: pointer;
}
.method .list3 a {
  font-size: 15px;
  color: #151515;
  margin: 10px 5px;
  width: 285px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.method .list3 a:hover {
  color: red;
}
/*员工投稿 */
.contribute .title {
  background: url(../images/0007.jpg) no-repeat;
  margin-top: 15px;
}
.contribute .list1 {
  padding-top: 10px;
  padding-bottom: 5px;
}
.contribute .list1 a {
  font-size: 15px;
  color: #444444;
  display: block;
  width: 290px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
}
.contribute .list1 a:hover {
  color: red;
}
.contribute .list1 a:before {
  content: "·";
  padding: 8px;
}
.iother .rc .iconfont:before {
  content: "\f007";
  font-size: 35px;
  margin: 10px;
}
.iother .jy .iconfont:before {
  content: "\f0e8";
  font-size: 35px;
  margin: 10px;
}
.iother .rs .iconfont:before {
  content: "\f0e5";
  font-size: 35px;
  margin: 10px;
}
.iother {
  border-top: 1px solid #cdcdcd;
  padding: 15px;
}
.iother a {
  text-align: center;
  border: 1px solid #cdcdcd;
  width: 30.333333%;
  overflow: hidden;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  margin-right: 8px;
}
.iother a:last-child {
  margin-right: 0;
}
/*企业文化*/
.culture {
  margin-top: 30px;
}
.culture .title2 {
  background: #be1313;
}
.culture .title2 * {
  line-height: 36px;
  color: #fff;
}
.culture .title2 i {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}
.culture .title2 em a {
  font-size: 10px;
  float: right;
  padding-right: 15px;
}
/*图片区*/
.tpboxbg {
  overflow: hidden;
  padding: 5px;
  margin-top: 10px;
}
#mrq {
  width: 100%;
  margin: 0px auto;
  border: 1px solid #ededed;
  padding: 2px;
}
#Marquee_x {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#Marquee_x ul li,
#Marquee_x ul li div {
  float: left;
  line-height: 25px;
  overflow: hidden;
} /* 横向滚动必须让所有li左浮动 */
#Marquee_x ul li div {
  float: left;
  line-height: 25px;
  height: 242px;
  width: 277px;
  overflow: hidden;
}
#Marquee_x ul li .img-box {
  height: 212px;
  overflow: hidden;
}
#Marquee_x ul li div img {
  border: 1px solid #dadada;
  width: 100%;
  height: 212px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#Marquee_x ul li div span {
  display: block;
  background: #e2e2e2;
}
/*页脚*/
footer {
  margin-top: 20px;
}
footer .dnav a {
  font-size: 18px;
  font-weight: bold;
  padding: 0 21px;
}
footer .dnav {
  margin-top: 20px;
}
/*footer{border-top: 3px solid;}*/
/*footer .line1{background: url(../images/line.png)no-repeat center;height: 8px;}*/
footer .line1 {
  background: #f1f1f1;
  height: 8px;
}
footer .link {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  margin-top: 20px;
}
footer .link i {
  font-size: 15px;
  color: #be1313;
}
footer .link a {
  padding: 0 20px;
}
footer .cp {
  background: #f3f3f3;
  padding: 10px 0;
  margin: 10px 0;
}
footer .ban img {
  width: 18px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
/*登录*/
.pic1 {
  padding-top: 100px;
}
.pic1 img {
  width: 599px;
  height: 88px;
  margin: 0 auto;
}
#content {
  background-color: rgba(255, 255, 255, 0.95);
  width: 420px;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.login-header {
  background: #5b9ac9;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.login-header img {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.login-input-box {
  margin-top: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.login-input-box input {
  width: 310px;
  height: 32px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding-left: 10px;
}

.login-input-box input:hover {
  border: 1px solid #ff7d0a;
}

.login-input-box input:after {
  border: 1px solid #ff7d0a;
}

.login-input-box1 .iconfont:before {
  content: "\f007";
  color: #aeaeae;
}
.login-input-box2 .iconfont:before {
  content: "\f023";
  color: #aeaeae;
}
.remember-box {
  width: auto;
  height: auto;
  margin-left: 18px;
  margin-top: 12px;
  font-size: 12px;
  color: #6a6765;
}

.login-button-box {
  margin-top: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.login-button-box button {
  background-color: #ff7d0a;
  color: #ffffff;
  font-size: 16px;
  width: 386px;
  height: 40px;
  margin-left: 18px;
  border: 1px solid #ff7d0a;
  border-radius: 4px;
}

.login-button-box button:hover {
  background-color: #ee7204;
}

.login-button-box button:active {
  background-color: #ee7204;
}

.logon-box {
  margin-top: 20px;
  text-align: center;
}

.logon-box a {
  margin: 30px;
  color: #4a4744;
  font-size: 13px;
  text-decoration: none;
}

.logon-box a:hover {
  color: #ff7d0a;
}

.logon-box a:active {
  color: #ee7204;
}
.cp {
  padding: 10px 0;
  margin-top: 130px;
}
.ban img {
  width: 18px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
/*page公司简介*/
.htl {
  width: 100%;
  height: 30px;
}
.td-left {
  width: 328px;
  float: left;
}
.td-left .title {
  background: url(../images/00001.jpg) no-repeat;
}
.td-left .title2 {
  background: url(../images/00002.jpg) no-repeat;
}
.td-left .title3 {
  background: url(../images/00005.jpg) no-repeat;
}
.td-left .title i {
  font-size: 24px;
  font-weight: bold;
  line-height: 47px;
  padding-left: 10px;
}
.td-left .lnav {
  background: #edf7ff;
  padding: 10px;
}
.td-left .lnav a {
  font-size: 18px;
  display: block;
  text-align: center;
  border: 1px solid #dbdbdb;
  background: #fff;
  line-height: 56px;
  margin-bottom: 10px;
}
.td-left .lnav a.active {
  background: #be1818;
  color: #fff;
}
.td-left .lnav a:hover {
  background: #be1818;
  color: #fff;
}
.td-left .new,
.td-left .wh {
  background: #edf7ff;
  padding: 10px;
  margin-top: 10px;
}
.td-left .new .title1,
.td-left .wh .title1 {
  border-bottom: 1px solid #bfbfbf;
  line-height: 30px;
}
.td-left .new .title1 em,
.td-left .wh .title1 em {
  font-size: 10px;
  float: right;
  color: #9c9c9c;
}
 {
  border-bottom: 1px solid #bfbfbf;
  line-height: 30px;
}
.td-left .new .title1 i,
.td-left .wh .title1 i {
  font-size: 16px;
}
.td-left .new .title1 em {
  font-size: 10px;
  float: right;
  color: #9c9c9c;
}
.td-left .new .listw a {
  display: block;
  padding: 5px 0;
  width: 310px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.td-left .new .listw a:before {
  content: "·";
  padding: 0 5px;
}
.td-right {
  width: 772px;
  float: right;
}
.td-right .wz {
  background: #edf7ff;
  line-height: 39px;
}
.td-right .wz i {
  font-size: 20px;
}
.td-right .wz i .iconfont:before {
  content: "\f00b";
  font-size: 20px;
  padding: 0 10px;
  color: #be1818;
}
.wz em {
  float: right;
  padding-right: 10px;
}
.wz em .iconfont:before {
  content: "\f015";
  font-size: 14px;
  padding: 0 10px;
  color: #be1818;
}
.td-right .text {
  padding: 18px;
}
.td-right .text p {
  width: 100%; /*width: 464px;*/
  float: left;
  font-size: 16px;
  line-height: 26px;
  text-indent: 25px;
}
.td-right .text .pic img {
  width: 254px;
  height: 197px;
  float: right;
}
.td-right .text i {
  font-size: 16px;
  line-height: 26px;
  text-indent: 25px;
  display: block;
  margin-top: 10px;
}
.td-right .text span {
  font-size: 18px;
  line-height: 30px;
  display: block;
  margin-top: 10px;
}
.td-right .tpic {
  margin-top: 10px;
}
.td-right .tpic a {
  display: block;
  padding: 5px;
  border: 1px solid #e3e3e3;
  height: 250px;
}
.td-right .tpic li {
  padding: 10px;
  float: left;
  width: 33.33333%;
}
.td-right .tpic a .pic {
  height: 200px;
}
.td-right .tpic a i {
  padding: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wh .outer {
  width: 300px;
  height: 130px;
  overflow: hidden;
  margin: 15px auto;
}
.wh .inner {
  width: 3200px;
  height: 130px;
  position: relative;
}
.wh .inner ul {
  position: absolute;
  left: 0;
  top: 0;
}
.wh .inner ul li {
  float: left;
}
.wh .inner ul li img {
  width: 300px;
  height: 130px;
}
.wh .prePage {
  width: 25px;
  height: 52px;
  line-height: 52px;
  display: block;
  margin-top: -30px;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
.wh .nextPage {
  width: 25px;
  height: 52px;
  line-height: 52px;
  display: block;
  margin-top: -30px;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 275px;
  top: 50%;
  cursor: pointer;
}

.xwtext {
  margin-top: 20px;
}
.xwtext a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}
.xwtext a:last-child {
  border: none;
}
.xwtext i {
  font-size: 18px;
  color: #444444;
  display: inline-block;
  width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xwtext em {
  font-size: 16px;
  padding-left: 20px;
  color: #a4a4a4;
}
.xwtext p {
  color: #a4a4a4;
  line-height: 24px;
  padding-top: 10px;
  height: 60px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xqy {
  border: 1px solid #e3e3e3;
  padding: 40px;
}
.xqy .bt {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
}
.xqy .ly {
  padding: 20px 0;
  color: #6f6f6f;
  border-bottom: 1px solid #e3e3e3;
}
.xqy p {
  padding-top: 20px;
  line-height: 30px;
  font-size: 16px;
}
.fy {
  margin-top: 20px;
  line-height: 30px;
}

/*个人中心*/
.grzx {
  background: #edf7ff;
  padding: 10px;
}
.grzx .nane {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
}
.grzx .zhm {
  font-size: 12px;
  color: #adadad;
  line-height: 20px;
}
.grzx .jba {
  font-size: 12px;
  color: #adadad;
  line-height: 20px;
}
.grzx .jba i {
  color: #015293;
}
.grzx .twob a {
  display: block;
  padding: 4px 8px;
  float: left;
  background: #e0e0e0;
  margin: 5px;
  font-size: 12px;
}
.grzx .twob {
  margin: 0 auto;
  width: 148px;
}
.grzx .sh {
  margin: 0 auto;
  width: 180px;
  margin-top: 8px;
}
.grzx .sh a {
  border: 1px solid #e0e0e0;
  display: block;
  float: left;
  padding: 5px;
  width: 60px;
}
.grzx .sh a i {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.grzx .sh .active {
  color: #c42727;
}
.grzx .wytg a {
  background: #015293;
  display: block;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
}
.grzx .wytg a:hover {
  background: #c42727;
  transition: all ease-in-out 0.5s !important;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.m_tabs li {
  width: 352px;
}
.m_tabs li i {
  color: #444;
  width: 277px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
