﻿@charset "UTF-8";
html, body {
  width: 100%;
  min-width: 1220px;
  height: 100%;
  /* overflow: hidden;*/
  /* color: #fff;*/
}

/*a {
  color: #fff;
}*/

/* 灰色边框*/
.font_blue {
  color: #0063ba;
}

.font_red {
  color: #ea3e3e;
}

.font_red a{
  color: #ea3e3e;
}

/* 灰色边框*/
.show {
  display: block;
}

.hide {
  display: none;
}

.margin_right20 {
  margin-right: 20px;
}
.margin_right20 a{
  color: #333;
  cursor: pointer;
}
/*头部样式*/
.main_header .header_login {
  width: 100%;
  /*height: 57px;*/
  height: 30px;
  /*line-height: 57px;*/
  line-height: 30px;
  margin: 0 auto;
  text-align: right;
  color: #333;
  font-size: 14px;
  position: relative;
}
.main_header .header_login span:hover {
  color: #0063ba;
}
.main_header .header_content {
  position: relative;
  width: 1200px;
  /* height: 175px;*/
  height: 160px;
  margin: 0 auto;
}
.main_header .header_content .header_logo {
  position: absolute;
  /*top: 30px;*/
  top: 35px;
  left: 0;
  margin: auto;
  width: 270px;
  height: 75px;
  cursor: pointer;
  z-index: 9;
}
.main_header .header_content .header_logo span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/u19.png) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.main_header .header_content .header_search_wrap {
  position: absolute;
  top: 55px;
  right: 0;
  margin: auto;
  color: #333;
  font-size: 0;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap {
  display: inline-block;
  font-size: 14px;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #bebebe;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title {
  height: 40px;
  line-height: 40px;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title em {
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url("../images/arrow_left.png") 5px 16px no-repeat;
  vertical-align: middle;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title .search_arrow_hover {
  background: url("../images/arrow.png") 5px 15px no-repeat;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title:hover {
  color: #0063ba;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  width: 145px;
  z-index: 10;
  margin: auto;
  text-align: center;
  border: 1px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:hover {
  color: #0063ba;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:last-of-type {
  border-bottom: 0px solid #bebebe;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap .active {
  display: block;
}
.main_header .header_content .header_search_wrap .header_formsearch_wrap span {
  display: inline-block;
}
.main_header .header_content .header_search_wrap .input_content {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: blue;
  vertical-align: middle;
  cursor: pointer;
}
.main_header .header_content .header_search_wrap .search_text {
  font-size: 14px;
  text-indent: 25px;
  min-width: 400px;
  height: 40px;
  line-height: 40px;
  float: right;
}
.main_header .header_content .header_search_wrap .btn {
  width: 68px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  float: right;
  cursor: pointer;
  background: #e22323 url("../images/search_grey.png") 24px 13px no-repeat;
}
/*头部导航样式*/
.header_nav {
  width: 100%;
  height: auto;
  background-color: #e22323;
}
.header_nav .nav_container {
  width: 1200px;
  margin: 0 auto;
  background-color: #e22323;
  display: table;
  table-layout: fixed;
}
.header_nav .nav_container ul {
  display: table-row;
  width: 1200px;
  height: 50px;
  border-bottom: 1px solid black;
}
.header_nav .nav_container ul .nav_item {
  position: relative;
  display: table-cell;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.header_nav .nav_container ul .nav_item a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 98%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.header_nav .nav_container ul .nav_item span{
  float: right;
  color: #FFFFFF;
  width: 2%;
  text-align: right;
}
.header_nav .nav_container ul .nav_item .no_border_line {
  border: 0px solid #fff;
}
.header_nav .nav_container ul .nav_item.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 0px;
  border-bottom: 6px solid rgba(0, 204, 255, 1);
}
.header_nav .nav_container ul .nav_item1 {
  border-bottom: 1px solid #FFFFFF;
}
/*主体样式*/
.main_body {
  width: 1200px;
  margin: 0 auto 100px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
/*主体轮播样式*/
.main_body .carousel_wrap {
  width: 1200px;
  height: 350px;
  margin: 40px 0 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  overflow: hidden;
}
/*主体轮播图片样式*/
.main_body .carousel_wrap .carousel_left {
  display: inline-block;
  width:1200px;
  height: 350px;
  overflow: hidden;
  /* border: 1px solid #bebebe;*/
  box-sizing: border-box;
  /*  margin: 15px 0px 15px 6px;*/
}
/*.main_body .carousel_wrap .carousel_left img {
  width: 850px;
  height: 320px;
}*/
/*轮播右侧文章样式*/
.main_body .carousel_wrap .carousel_right {
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 0 17px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
  color: #0c0300;
}
.main_body .carousel_wrap .carousel_right .artical_title {
  margin-top: 40px;
  line-height: 24px;
}
.main_body .carousel_wrap .carousel_right .artical_title a {
  color: #0c0300;
  font-size: 18px;
  font-weight: bold;
}
.main_body .carousel_wrap .carousel_right .artical_detail {
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.main_body .carousel_wrap .carousel_right .artical_detail .detail_left {
  height: 20px;
  line-height: 20px;
  cursor: default;
}
.main_body .carousel_wrap .carousel_right .artical_detail .detail_left .zhuanlan {
  display: inline-block;
  padding: 0 7px;
  background-color: #ea3e3e;
  color: #fff;
}
.main_body .carousel_wrap .carousel_right .artical_detail .detail_left .zhuanlan_name {
  display: inline-block;
  padding: 0 8px;
  background-color: #efefef;
}
.main_body .carousel_wrap .carousel_right .artical_detail .detail_right {
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
  float: right;
}
.main_body .carousel_wrap .carousel_right .artical_detail .detail_right .artical_from {
  padding-left: 15px;
  /*background: url("../images/comp.png") 0 3px no-repeat;*/
}
.main_body .carousel_wrap .carousel_right .artical_content {
  line-height: 18px;
  height: 140px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.main_body .carousel_wrap .carousel_right .artical_footer_unfold {
  position: absolute;
  bottom: -16px;
  margin: auto;
  width: 300px;
  height: 58px;
  line-height: 40px;
  text-align: right;
  border-top: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_body .carousel_wrap .carousel_right .artical_footer_unfold a {
  color: #ea3e3e;
}
/*主体左侧样式*/
.main_body .body_part_left {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 830px;
}
/*左侧新闻列表嵌套模板*/
.main_body .body_part_left .artical_wrap {
  /*  width: 830px;*/
  width: 100%;
  height: auto;
}
.main_body .body_part_left .artical_wrap .artical_column_nav {
  height: 45px;
  line-height: 45px;
  width: 100%;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  font-size: 0;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li {
  /* width: 110px;*/
  min-width:150px;
  display: inline-block;
  color: #333333;
  font-size: 18px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li a{
  width: 100%;
  height: 43px;
  display: inline-block;
  color: #333333;
  padding: 0 5px;
  cursor: default;
}
.main_body .body_part_left .artical_wrap .artical_column_nav li a.active {
  /* background-color: #0063ba;*/
  background-color: #e22323;
  color: #fff;
}
/*.main_body .body_part_left .artical_wrap .artical_column_nav li a:hover {
  background-color: #e22323;
  color: #fff;
}*/
.main_body .body_part_left .artical_wrap .artical_show_part {
  color: #333;
}
.main_body .body_part_left .artical_wrap .artical_show_part li {
  padding: 20px 20px;
  border-bottom: 1px solid #bebebe;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title {
  line-height: 18px;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title a {
  color: #0c0300;
  font-size: 16px;
  letter-spacing: 1px;
  /*  font-weight: bold;*/
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail {
  /*margin-top: 5px;*/
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail span{
  cursor: default;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left {
  height: 20px;
  line-height: 20px;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan {
  display: inline-block;
  padding: 0 7px;
  background-color: #e22323;
  color: #fff;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan_name {
  display: inline-block;
  padding: 0 8px;
  background-color: #efefef;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right {
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
  float: right;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_from {
  padding-left: 15px;
  /*background: url("../images/comp.png") 0 3px no-repeat;*/
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_time {
  padding-left: 15px;
  /*background: url("../images/clock.png") 0 3px no-repeat;*/
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right span {
  margin: 0 10px;
}
.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content {
  line-height: 22px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 64px;*/
}
/*左侧文章定位样式*/
.main_body .body_artical_location {
  margin-top: 40px;
  height: 36px;
  font-size: 15px;
  color: #444;
}
.main_body .body_artical_location p {
  text-indent: 20px;
}
.main_body .body_artical_location p a{
  color: #444;
}
.main_body .body_artical_location p a:hover{
  color: #0063ba;
}
/*左侧文章内容样式*/
.main_body .body_part_left .artical_page_detail {
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  color: #4f5050;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap h2 {
  font-size: 24px;
  font-weight: bold;
  color: #4f5050;
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  /* margin-bottom: 20px;*/
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap {
  height: 48px;
  line-height: 48px;
  color: #7c7c7c;
  border-bottom: 1px solid #bebebe;
  font-size: 14px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap em {
  margin: 0 10px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_left {
  float: left;
  font-size: 14px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right {
  float: right;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .right_13px {
  margin-right: 14px;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .share_icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  vertical-align: middle;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .weixin_share {
  background: url("../images/weixin_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .weibo_share {
  background: url("../images/weibo_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .tieba_share {
  background: url("../images/tieba_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .rb_share {
  background: url("../images/rb_icon.png") 0px 0px no-repeat;
}
.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
// text-indent: 35px;
// line-height: 24px;
// font-size: 12px;
// padding: 20px 0;
  -moz-user-select: text;
  -o-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap {
  text-align: right;
  margin-top: 16px;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right {
  color: #9f9f9f;
  height: 20px;
  line-height: 20px;
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_from {
  padding-left: 15px;
  /*background: url("../images/comp.png") 0 3px no-repeat;*/
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_time {
  padding-left: 15px;
  /*background: url("../images/clock.png") 0 3px no-repeat;*/
}
.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right span {
  margin: 0 10px;
}
/*左侧相关文章样式*/
.main_body .body_part_left .native_artical_wrap {
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  color: #4f5050;
  margin-top: 20px;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title {
  border-bottom: 1px solid #bebebe;
  height: 30px;
  line-height: 25px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title span {
  display: inline-block;
  height: 30px;
  border-bottom: 5px solid #e22323;
  box-sizing: border-box;
}
.main_body .body_part_left .native_artical_wrap .native_artical_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("../images/zx_icon_red.png") 0 5px no-repeat;
}
.main_body .body_part_left .native_artical_wrap ul {
  padding: 10px 10px 6px 10px;
}
.main_body .body_part_left .native_artical_wrap ul li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  list-style: decimal;
  list-style-position: inside;
}
.main_body .body_part_left .native_artical_wrap ul li a {
  color: #4f5050;
  display: inline-block;
}
.main_body .body_part_left .native_artical_wrap ul li span {
  display: inline-block;
  float: right;
  color: #9f9f9f;
}
/*右侧样式*/
.main_body .body_part_right {
  position: relative;
  display: inline-block;
  float: right;
  width: 350px;
}
/*右侧文章搜索样式*/
.main_body .body_part_right .artical_search_wrap {
  width: 350px;
  height: 150px;
  background-color: #d1e1f0;
  text-align: center;
}
.main_body .body_part_right .artical_search_wrap .search_artical_title {
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #0c0300;
  text-indent: 20px;
}
.main_body .body_part_right .artical_search_wrap .search_artical_input {
  height: 45px;
  width: 310px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
}
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content {
  height: 45px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .search_text {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 20px;
  float: left;
  border:none;
}
/*右侧专栏直通车样式*/
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .btn {
  float: right;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: url("../img/search_blue.png") 5px 10px no-repeat;
  cursor: pointer;
  border:none;
}
.main_body .body_part_right .special_column_style, .main_body .body_part_right .special_column_wrap {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.main_body .body_part_right .special_column_style .column_title, .main_body .body_part_right .special_column_wrap .column_title {
  border-bottom: 4px solid #e6e6e6;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  box-sizing:border-box;
}
.main_body .body_part_right .special_column_style .column_title span, .main_body .body_part_right .special_column_wrap .column_title span {
  /*width: 50%;*/
  display: inline-block;
  height: 30px;
  border-bottom: 4px solid #ea3e3e;
  box-sizing: border-box;
}
.main_body .body_part_right .special_column_style .column_title span em, .main_body .body_part_right .special_column_wrap .column_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("../images/zx_icon_red.png") 0 5px no-repeat;
}
.main_body .body_part_right .special_column_style .column_list, .main_body .body_part_right .special_column_wrap .column_list {
  width: 270px;
  margin: 10px 0 0 30px;
  text-align: center;
  font-size: 14px;
}
.main_body .body_part_right .special_column_style .column_list li, .main_body .body_part_right .special_column_wrap .column_list li {
  width: 130px;
  /*height: 25px;*/
  line-height: 25px;
  display: inline-block;
  margin-top: 10px;
}
.main_body .body_part_right .special_column_style .column_list li a, .main_body .body_part_right .special_column_wrap .column_list li a {
  color: #676868;
  font-size: 14px;
}
.main_body .body_part_right .special_column_style .column_list .duck_grey, .main_body .body_part_right .special_column_wrap .column_list .duck_grey {
  background-color: #e8e7e7;
}
.main_body .body_part_right .special_column_style .column_list .light_grey, .main_body .body_part_right .special_column_wrap .column_list .light_grey {
  background-color: #f2f2f2;
}
/*右侧大家关注样式*/
.main_body .body_part_right .people_interest_wrap .column_list_interest {
  color: #333;
  font-size: 14px;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li {
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
  line-height: 25px;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li span {
  font-size: 12px;
  color: #ea3e3e;
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: 1px solid #ea3e3e;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: default;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li p {
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main_body .body_part_right .people_interest_wrap .column_list_interest li a {
  color: #333;
}
/*底部样式*/
.main_footer {
  background-color:#e22323;
  width: 100%;
  color: #fff;
}
.main_footer a{
  color: #fff;
}
.main_footer .footer_content {
  background-color: #e22323;
  width: 1200px;
  height: 60px;
  /*   padding: 30px 0; */
  margin: 0 auto;
  text-align: center;
  font-size: 15px !important;
}
.main_footer .footer_content p {
  height: 30px;
  line-height: 30px;
}

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

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

input:-ms-input-placeholder {
  color: #999999;
  font-size: 12px;
}

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

.phcolor {
  color: #999;
}

div.slideBox div.tips {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 65px;
}

div.slideBox div.tips div.nums {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0px;
  bottom: 0;
  height: 100%;
  text-align: center;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content a{
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
}
.zhuanlan_name a{
  background-color: #efefef;
}
.main_body .carousel_wrap .carousel_right .artical_content a{
  color: #333;
  font-size: 14px;
}

/*加载更多*/
.ajaxMore {
  height: 50px; width: 100%;text-align: center;line-height: 50px;color: #0063ba;cursor: pointer;
}

.pagination1 {
  width: 100px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 999;
  margin-right: 400px;
}

/*home-new  头部样式 start*/
.search {
  position: absolute;
  text-align: right;
  top: 20px;
  left: -156px;
}

.search_term {
  height: 50px;
  line-height: 50px;
}

/*.search_term span {
  margin-right: 16px;
  font-size: 14px;
  cursor: pointer;
}*/

.search_content {
  line-height: 50px;
  font-size: 0;
}

.search_input {
  width: 600px;
  height: 50px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 50px;
  text-indent: 20px;
  vertical-align: middle;
}

.search_btn {
  vertical-align: middle;
  width: 68px;
  height: 50px;
  background: #e22323 url(../img/u16.png) no-repeat 26px;
  border: 0px;
  cursor: pointer;
  float: right;
}
.active {
  color: #e22323;
}

.thisimg {
  width: 1200px;
  height: 0;
  margin: 0 auto;
  position: relative;
}

.thisimg li {
  position: absolute;
  top: -29px;
  right: 45%;
  z-index: 99;
}
/*logo 返回首页*/
.block-hmoe {
  display: table;
}
/*home-new  头部样式 end*/

input::-webkit-input-placeholder { /* WebKit browsers */
  font-size:14px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size:14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size:14px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size:14px;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
  font-size:14px;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size:14px;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size:14px;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size:14px;
}

.artical_content_wrap {
  padding-top: 20px;
  color: #666666;
}

.editPwd {
  position: absolute;
  top: 28px;
  right: 60px;
}
.editPwd a{
  color: #333;
  border: 1px solid #ccc;
  padding: 2px 10px;
  font-size: 12px;
}
.username a{
  cursor: pointer;
}

.header_edit_icon{
  position: absolute;
  width: 15px;
  top: 38px;
  height: 10px;
  right: 91px;
  background: url(../images/header_edit_icon.png) no-repeat;
}

/*.header_login_bg{
  width: 100%;
  background: #f5f3f0;
}*/

.header_login a {
  font-size: 12px;
}
.header_login lable {
  font-size: 12px;
}

.color_blue {
  color: #0063ba;
}

.header_login em {
  padding: 0 5px;
}


/*焦点图兼容safari浏览器*/
.pic_left {
  float: left;
}

/*改变模板的字体大小*/
.main_body .body_part_left .artical_page_detail .artical_content_wrap p{
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 2;
  margin: 0px;
}

.search_text{width:250px !important;}
