

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;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, background-color 0.15s linear;
  -moz-transition: color 0.1s linear, background-color 0.15s linear;
  -o-transition: color 0.1s linear, background-color 0.15s linear;
  transition: color 0.1s linear, background-color 0.15s linear;
}
body {
  color: #636363;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  margin: auto;
  background: url(../images/bg.png) no-repeat top center;
  background-size: cover ;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
label {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
i,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  color: #636363;
  text-decoration: none;
}
/*a:hover {
  text-decoration: none;
  color: #0a8be5;
}*/
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline-style: none;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
input,
textarea,
select,
button {
  font-family: "Microsoft YaHei";
  color: #191919;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #636363;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
/*头部*/
.header {
  width: 1200px;
  margin: auto;
  position: relative;
}
.header .logo {
  position: absolute;
  top: 25px;
  left: 35px;
  z-index: 9999;
}
.header .banner {
  width: 1200px;
  height: 277px;
  position: relative;
}
.header .banner ul li {
  display: none;
  height: 277px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.header .banner ul li img {
  position: absolute;
  bottom: 20px ;
  opacity: 0;
}
.header .banner ul li img.by1 {
  left: -190px;
}
.header .banner ul li img.by2 {
  left: 50%;
  margin-left: -88px;
  bottom: -30px;
}
.header .banner ul li img.by3 {
  right: -240px;
}
/*导航*/
.nav {
  width: 1200px;
  margin: auto;
  background: #3773ad;
  text-align: center;
}
.nav > li {
  display: inline-block;
  position: relative;
  height: 64px;
  padding: 0 8px;
}
.nav > li > a {
  line-height: 64px;
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.nav > li .sub {
  position: absolute;
  left: 0;
  width: 150%;
  top: 100%;
  display: none;
  z-index: 999999;
  background: #3c83c7;
  text-align: center;
  font-size: 14px;
}
.nav > li:nth-child(15) .sub{
	 right: 0;
	 left: initial;
}
.nav > li .sub li {
  line-height: 35px;
}
.nav > li .sub li > a {
  display: block;
  color: white;
}
.nav > li .sub li.on {
  background: #3773ad;
}
.nav > li .sub li:hover {
  background: #3773ad;
}
.nav > li.on {
  background: #2868a6;
}
/*日期*/
.date {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  width: 1200px;
  background: white;
  margin: auto;
}
.date .date_t {
  background: url(../images/rl.png) no-repeat left;
  padding-left: 42px;
  color: #636363;
  float: left;
}
.date .date_w {
  background: url(../images/fz.jpg) no-repeat left;
  padding-left: 33px;
  color: #636363;
  float: left;
}
.date .weather {
  float: right;
  width: 130px !important;
  margin-top: 12px;
  color: #636363;
  height: 36px;
}
.date .weather .codebox .box .t1,
.date .weather .codebox .box .t3 {
  color: #636363;
}
/*广告位*/
.ggw {
  width: 1200px;
  margin: 0 auto 30px;
}
.ggw img {
  width: 100%;
}
/*tit*/
.tit {
  height: 56px;
  line-height: 55px;
  border-bottom: 1px solid #e3e3e3;
  background: #fbfafb;
}
.tit span {
  float: left;
  text-align: center;
  padding: 0 15px;
  color: white;
  font-size: 18px;
  background: #3773ad;
}
.tit a {
  float: right;
  margin-right: 15px;
}
.tit p {
  float: left;
  font-size: 18px;
  line-height: 1;
  border-left: 6px solid #3773ad ;
  margin-left: 15px;
  padding-left: 17px;
  margin-top: 19px;
}
.tit1 {
  height: 55px;
  line-height: 55px;
  background: #fbfafb;
}
.tit1 a {
  float: right;
  margin-right: 15px;
}
.tit1 p {
  float: left;
  font-size: 18px;
  line-height: 1;
  border-left: 6px solid #3773ad ;
  margin-left: 15px;
  padding-left: 17px;
  margin-top: 19px;
}
/*主体*/
.section {
  width: 1200px;
  margin: auto;
}
.section .index_a {
  width: 370px;
  float: left;
  margin-bottom: 30px;
}
.section .index_a .swiper-slide {
  position: relative;
}
.section .index_a .swiper-slide img {
  width: 100%;
  height: 276px;
  display: block;
  
}
.section .index_a .swiper-slide p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 120px 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section .index_a .id_f {
  left: auto;
  right: 8px;
  width: auto !important;
  bottom: 15px;
}
.section .index_a .id_f span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: white;
  opacity: 1;
  background: #636363;
  border-radius: 0;
  font-size: 13px;
  border: none;
}
.section .index_a .id_f span.swiper-pagination-bullet-active {
  background: #3773ad;
}
.section .index_b {
  width: 470px;
  height: 276px;
  float: left;
  margin-bottom: 30px;
  margin-left: 25px;
  border: 1px solid #e3e3e3;
}
.section .index_b .ktr {
  margin: 15px 20px 10px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_b .ktr .kt1 {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_b .ktr .kt1 img {
  display: block;
  height: 90px;
  width: 100%;
}
.section .index_b .ktr .kt2 {
  float: left;
  width: 300px;
  padding-left: 18px;
}
.section .index_b .ktr .kt2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px auto;
  line-height: 1.5;
}
.section .index_b .ktr .kt2 a:hover {
  color: #e90000;
}
.section .index_b ul {
  padding: 0 23px;
}
.section .index_b ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 18px ;
}
.section .index_b ul li:hover a {
  color: #e90000;
}
.section .index_c {
  width: 307px;
  height: 276px;
  float: right;
  margin-bottom: 30px;
  margin-left: 25px;
  border: 1px solid #e3e3e3;
}
.section .index_c ul {
  padding: 5px 18px 20px 18px;
}
.section .index_c ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 19.5px ;
}
.section .index_c ul li:hover a {
  color: #e90000;
}
.section .index_d {
  width: 370px;
  height: 353px;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
}
.section .index_d .ktr {
  margin: 18px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_d .ktr .kt1 {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_d .ktr .kt1 img {
  display: block;
  height: 90px;
  width: 100%;
}
.section .index_d .ktr .kt2 {
  float: left;
  width: 202px;
  padding-left: 18px;
}
.section .index_d .ktr .kt2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px auto;
  line-height: 1.5;
}
.section .index_d .ktr .kt2 a:hover {
  color: #e90000;
}
.section .index_d ul {
  padding:0px 23px;
}
.section .index_d ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px ;
}
.section .index_d ul li:hover a {
  color: #e90000;
}
.section .index_e {
  width: 405px;
  height: 353px;
  float: left;
  margin-bottom: 30px;
  margin-left: 25px;
  border: 1px solid #e3e3e3;
}
.section .index_e .ktr {
  margin: 18px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_e .ktr .kt1 {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_e .ktr .kt1 img {
  display: block;
  height: 90px;
  width: 100%;
}
.section .index_e .ktr .kt2 {
  float: left;
  width: 239px;
  padding-left: 18px;
}
.section .index_e .ktr .kt2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px auto;
  line-height: 1.5;
}
.section .index_e .ktr .kt2 a:hover {
  color: #e90000;
}
.section .index_e ul {
  margin: auto 23px;
}
.section .index_e ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px ;
}
.section .index_e ul li:hover a {
  color: #e90000;
}
.section .index_f {
  width: 370px;
  height: 353px;
  float: right;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
}
.section .index_f .ktr {
  margin: 18px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_f .ktr .kt1 {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_f .ktr .kt1 img {
  display: block;
  height: 90px;
  width: 100%;
}
.section .index_f .ktr .kt2 {
  float: left;
  width: 202px;
  padding-left: 18px;
}
.section .index_f .ktr .kt2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px auto;
  line-height: 1.5;
}
.section .index_f .ktr .kt2 a:hover {
  color: #e90000;
}
.section .index_f ul {
  padding: 0px 23px;
}
.section .index_f ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px ;
}
.section .index_f ul li:hover a {
  color: #e90000;
}
.section .section_a {
  float: left;
  width: 800px;
}
.section .section_b {
  width: 370px;
  float: right;
}
.section .index_g {
  width: 370px;
  height: 314px;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
}
.section .index_g .ktr {
  margin: 18px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_g .ktr .kt1 {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_g .ktr .kt1 img {
  display: block;
  height: 90px;
  width: 100%;
}
.section .index_g .ktr .kt2 {
  float: left;
  width: 202px;
  padding-left: 18px;
}
.section .index_g .ktr .kt2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px auto;
  line-height: 1.5;
}
.section .index_g .ktr .kt2 a:hover {
  color: #e90000;
}
.section .index_g ul {
  padding:0px 23px;
}
.section .index_g ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px ;
}
.section .index_g ul li:hover a {
  color: #e90000;
}
.section .index_h {
  width: 405px;
  float: left;
  height: 314px;
  margin-bottom: 30px;
  margin-left: 25px;
  border: 1px solid #e3e3e3;
}
.section .index_h .gtk {
  margin: 18px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_h .gtk img {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_h .gtk div {
  float: left;
  width: 239px;
  padding-left: 18px;
}
.section .index_h .gtk div h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 8px;
}
.section .index_h .gtk div h6:hover {
  color: #e90000;
}
.section .index_h .gtk div p {
  line-height: 1.9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .index_h ul {
  margin: auto 23px;
  padding-bottom: 20px;
}
.section .index_h ul li {
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 17px ;
}
.section .index_h ul li:hover a {
  color: #e90000;
}
.section .index_i {
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  margin-bottom: 25px;
}
.section .index_i .expert {
  margin: 0 15px;
}

.section .index_i .expert .tempWrap{
	 width: 100% !important;
}
.section .index_i .expert li{
	 width: 50%;
	 float: left;
	 /*padding: 0 7.5px;*/
	margin-right: 15px;
	 text-align: center;
}
.section .index_i .expert .bd li img {
  width: 100%;
}
.section .index_i .expert .bd li  p {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
}
.section .index_i .expert .swiper-slide {
  text-align: center;
}
.section .index_i .expert .swiper-slide img {
  width: 100%;
}
.section .index_i .expert .swiper-slide p {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
}
.section .ggw1 {
  margin-bottom: 18px;
}
.section .ggw1 img {
  width: 100%;
}
.section .index_j .tit1 {
  background: none;
}
.section .index_j .tit1 p {
  margin-left: 0;
}
.section .index_j .service {
  text-align: center;
}
.section .index_j .service a {
  float: left;
  width: 116px;
  height: 42px;
  line-height: 42px;
  background: #e0ebf4;
  margin-bottom: 20px;
  margin-left: 11px;
}
.section .index_j .service a:hover {
  color: white;
  background: #6d9fcd;
}
.section .index_k {
  float: left;
  width: 800px;
  height: 297px;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
}
.section .index_k ul {
  /*padding: 5px 0;*/
}
.section .index_k ul li {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.section .index_k ul li .ktr {
  margin: 16px 0;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e3e3e3;
}
.section .index_k ul li .ktr .kt1 {
  float: left;
  width: 124px;
  height: 90px;
}
.section .index_k ul li .ktr .kt1 img {
  display: block;
  height: 90px;
  width: 100%;
}
.section .index_k ul li .ktr .kt2 {
  float: left;
  width: 233px;
  padding-left: 18px;
}
.section .index_k ul li .ktr .kt2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px auto;
  line-height: 1.5;
}
.section .index_k ul li .ktr .kt2 a:hover {
  color: #e90000;
}
.section .index_k ul li > a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 12px auto;
}
.section .index_k ul li > a:hover {
  color: #e90000;
}
.section .index_k ul li:nth-child(1) {
  border-right: 1px dashed  #e3e3e3;
}
.section .index_l {
  float: right;
  height: 297px;
  width: 370px;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
}
.section .index_l ul {
  padding-top: 25px;
}
.section .index_l ul .tg1 {
  margin: 0 7px;
}
.section .index_l ul .tg1 a {
  width: 50%;
  float: left;
  padding: 0 13px;
}
.section .index_l ul .tg1 a img {
  width: 100%;
}
.section .index_l ul .tg2 {
  margin: 0 20px;
  padding: 5px 0;
}
.section .index_l ul .tg2 a {
  display: block;
  padding-left: 20px;
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 9px auto;
}
.section .index_l ul .tg2 a:hover {
  color: #e90000;
}
.section .index_m {
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
}
.section .index_m .photography {
  margin: 30px 28px 0 28px;
}

.section .index_m .photography .swiper-slide img {
  width: 100%;
}
.section .index_m .photography .swiper-slide p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section .index_m .photography .bd .tempWrap{
	width: 100% !important;
}
.section .index_m .photography .bd li{
	float: left;
	width: 20%;
	padding: 0 12px;
}
.section .index_m .photography .bd li img {
  width: 100%;
}
.section .index_m .photography .bd li  p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*友情链接*/
.link {
  width: 1200px;
  margin: 0 auto 25px;
}
.link span {
  float: left;
  width: 134px;
  height: 46px;
  line-height: 46px;
  background: url(../images/link.png) no-repeat center;
  padding-right: 5px;
  text-align: center;
  font-size: 16px;
  color: white;
}
.link ul {
  float: right;
  width: 1055px;
}
.link ul li {
  border: 1px solid #e4e4e4;
  height: 46px;
  float: left;
  width: 254px;
  margin-left: 13px;
  line-height: 44px;
  padding: 0 40px 0 15px;
  position: relative;
  background: url(../images/jty.png) no-repeat 223px center;
}
.link ul li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.link ul li div {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  border: 1px solid #e4e4e4;
  border-top: none ;
  width: 100%;
}
.link ul li div a {
  padding: 0 15px;
  display: block;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link ul li div a:hover {
  background: #3773ad;
  color: white;
}
.link ul li:hover div {
  display: block;
}
/*底部*/
.footer {
  background: #3773ad;
  width: 1200px;
  margin: auto;
  padding: 30px 0 20px;
  text-align: center;
}
.footer .d_nav {
  line-height: 2;
  margin-bottom: 15px;
}
.footer .d_nav a {
  color: white;
  font-size: 15px;
  padding: 0 5px 0 8px;
  background: url(../images/xx.png) no-repeat left;
}
.footer p {
  line-height: 2.5;
  font-size: 14px;
  color: white;
}
.footer p span {
  margin: 0 20px;
}
.footer p a {
  color: #ffffff;
}
/*内页主体*/
.n_section {
  width: 1200px;
  margin: auto;
  background: white;
  padding: 0 25px;
  /*左侧*/
  /*右侧*/
}
.n_section .left {
  float: left;
  width: 247px;
}
.n_section .left .left_a {
  margin-bottom: 25px;
  border: 1px solid #e3e3e3;
}
.n_section .left .left_a ul {
  padding: 15px 18px;
}
.n_section .left .left_a ul li {
  background: url(../images/sjx.png) no-repeat left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 8px 0 8px 20px;
}
.n_section .left .left_a ul li:hover a {
  color: #e90000;
}
.n_section .left .left_b img {
  width: 100%;
}
.n_section .left .left_c {
  margin-bottom: 20px;
}
.n_section .left .left_c .left_c_tit {
  background: #3773ad;
  text-align: center;
  font-size: 18px;
  color: white;
  height: 57px;
  line-height: 57px;
}
.n_section .left .left_c ul {
  border-left: 1px solid #e3e3e3 ;
  border-right: 1px solid #e3e3e3 ;
}
.n_section .left .left_c ul li {
  border-bottom: 1px solid #e3e3e3 ;
  background: url(../images/left_bg.jpg) no-repeat;
  background-size: 100% 100% ;
}
.n_section .left .left_c ul li > a {
  margin-left: -1px;
  display: block;
  height: 45px;
  line-height: 45px;
  background: url(../images/yy.jpg) no-repeat 40px center;
  padding-left: 60px;
  padding-right: 20px;
  border-left: 5px solid transparent;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.n_section .left .left_c ul li:hover > a {
  border-left: 5px solid #3773ad;
}
.n_section .left .left_c ul li.on > a {
  border-left: 5px solid #3773ad;
}
.n_section .left .left_c ul li.on .left_u{
	 display: block;
}
.left_u{
	display: none;
}
.left_u a{
		display: block;
  	padding-left: 70px;
  	padding-right: 20px;
  	height:40px;
    line-height: 39px;
    white-space: nowrap;
	  -ms-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  overflow: hidden;
    font-size: 13px;
    color: #838383;
  	border-top: 1px solid #e3e3e3 ;
  	background: url(../images/left_bg.jpg) no-repeat;
  	background-size: 100% 100% ;
}
.left_u a:hover{
		background: #5e89d8;
		color: white;
}
.left_u a.on{
		background: #5e89d8;
		color: white;
}



.n_section .right {
  width: 880px;
  float: right;
  margin-bottom: 35px;
  border: 1px solid #e3e3e3;
  min-height: 500px;
  /*地矿摄影*/
  /*地矿摄影详情*/
  /*人力资源*/
  /*人力资源详情*/
  /*视频点播+企业文化*/
  /*新闻中心*/
  /*新闻详情*/
  /*.专家风采*/
  /*专家风采详情*/
}
.n_section .right .camera {
  margin: 20px 17px 0 17px;
}
.n_section .right .camera li {
  float: left;
  width: 194px;
  text-align: center;
  margin-bottom: 7px;
  margin-left: 22.66px;
}
.n_section .right .camera li img {
  display: block;
  width: 100%;
  height: 143px;
}
.n_section .right .camera li p {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.n_section .right .camera li:hover a {
  color: #e90000;
}
.n_section .right .camera_info {
  padding: 20px;
}
.n_section .right .resources {
  margin: 25px;
  padding-bottom: 1px;
}
.n_section .right .resources li {
  margin-bottom: 10px;
  height: 48px;
  line-height: 48px;
  background: url(../images/j1.png) no-repeat 20px center #f4f3f4;
  padding: 0 40px 0 53px;
}
.n_section .right .resources li p {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.n_section .right .resources li span {
  float: right;
}
.n_section .right .resources li:hover {
  background: url(../images/j2.png) no-repeat 20px center #78b2e7;
}
.n_section .right .resources li:hover a {
  color: white;
}
.n_section .right .resources_info {
  padding: 35px;
}
.n_section .right .resources_info .resources_info_tit {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.n_section .right .culture {
  margin: 10px 25px;
  padding-bottom: 15px;
}
.n_section .right .culture li {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px dashed #e4e4e4;
  padding: 0 10px 0 20px;
  background: url(../images/sjx.png) no-repeat left;
}
.n_section .right .culture li p {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.n_section .right .culture li span {
  float: right;
}
.n_section .right .culture li:hover a {
  color: #e90000;
}
.n_section .right .news_a {
  margin: 30px;
}
.n_section .right .news_a .news_a_d1 {
  float: left;
  width: 328px;
  height: 245px;
}
.n_section .right .news_a .news_a_d1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.n_section .right .news_a .news_a_d2 {
  float: right;
  width: 470px;
}
.n_section .right .news_a .news_a_d2 .new_g {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.n_section .right .news_a .news_a_d2 .new_g a {
  margin-top: -5px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.n_section .right .news_a .news_a_d2 .new_g a:hover {
  color: #e90000;
}
.n_section .right .news_a .news_a_d2 .new_g p {
  line-height: 2;
  color: #a8a8a8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.n_section .right .news_a .news_a_d2 ul li {
  height: 35px;
  line-height: 35px;
  padding: 0 10px 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/sjx.png) no-repeat left;
}
.n_section .right .news_a .news_a_d2 ul li:hover a {
  color: #e90000;
}
.n_section .right .news_b {
  padding: 20px 0;
  margin: auto 25px;
  border-top: 1px dashed #e4e4e4;
  border-bottom: 1px dashed #e4e4e4;
}
.n_section .right .news_b li {
  height: 37px;
  line-height: 36px;
  padding: 0 10px 0 20px;
  background: url(../images/sjx.png) no-repeat left;
}
.n_section .right .news_b li p {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.n_section .right .news_b li span {
  float: right;
}
.n_section .right .news_b li:hover a {
  color: #e90000;
}
.n_section .right .news_info {
  padding: 30px 60px 0 60px;
}
.n_section .right .news_info .next {
  margin-top: 25px;
  padding: 15px 0;
  border-top: 1px dashed #e4e4e4 ;
}
.n_section .right .news_info .next p {
  line-height: 2.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.n_section .right .news_info .next p:hover a {
  color: #e90000;
}
.n_section .right .expert {
  margin: 22px;
  padding-bottom: 1px;
}
.n_section .right .expert li {
  float: left;
  margin-left: 24.66px;
  width: 190px;
  margin-top: 35px;
}
.n_section .right .expert li a {
  display: block;
  padding: 14px 14px 10px 14px;
  background: #fbfafb;
  border: 1px solid #e4e4e4;
}
.n_section .right .expert li a img {
  width: 100%;
  display: block;
  height: 160px;
}
.n_section .right .expert li a p {
  text-align: center;
  padding-top: 10px;
}
.n_section .right .expert li a p span{
	display: block;
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.n_section .right .expert li a:hover {
  background: #3773ad;
  color: white;
}
.n_section .right .expert_info {
  margin: 30px 35px;
}
.n_section .right .expert_info .expert_info_tit {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.bd_weixin_popup {
  width: 255px !important;
  height: 320px !important;
}
/*详情tit*/
.details_tit {
  text-align: center;
  border-bottom: 1px dashed #e4e4e4;
  margin-bottom: 15px;
  margin-top: 5px;
  padding-bottom: 18px;
}
.details_tit h6 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}
.details_tit .n_yyt {
  display: inline-block;
  color: #a8a8a8;
}
.details_tit .n_yyt p {
  float: left;
}
.details_tit .n_yyt p span {
  margin-left: 25px;
}
.details_tit .n_yyt .bdsharebuttonbox {
  float: left;
  margin-left: 25px;
}
.details_tit .n_yyt .bdsharebuttonbox span {
  float: left;
}
.details_tit .n_yyt .bdsharebuttonbox a {
  margin-top: 2px;
  margin-bottom: 0;
}
/*详情内容*/
.info {
  line-height: 2.2;
}
.info img {
  display: block;
  margin: 25px auto;
}
/*分页*/
.pages {
  text-align: center;
  margin: 25px auto 30px;
}
.pages a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  margin: 0 2px;
  background: white;
}
.pages a:hover {
  border: 1px solid #3773ad;
  background: #3773ad;
  color: white;
}
.pages span {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 14px;
  border: 1px solid #3773ad;
  background: #3773ad;
  color: white;
  margin: 0 2px;
}
