body {
  background: #fff;
}

@font-face {
  font-family: 'iconfont';  /* project id 830747 */
  src: url('https://at.alicdn.com/t/font_830747_mmudjdb1por.eot');
  src: url('https://at.alicdn.com/t/font_830747_mmudjdb1por.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_830747_mmudjdb1por.woff') format('woff'),
  url('https://at.alicdn.com/t/font_830747_mmudjdb1por.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_830747_mmudjdb1por.svg#iconfont') format('svg');
}

a,
a:hover {
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
}

a:hover,a:active,a i:hover,a i:active {
  text-decoration: none;
}

i {
  font-style: normal;
}

/*button,
button:active {
  outline: none;
  box-shadow: none;
}*/

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.icon {
  font-family: iconfont;
  font-style: normal;
}

.main , .nav_list{
  max-width: 1200px;
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}

.nav_wrapper_layout{
  width: 100%;
  height: 58px;
  background: #333;
}

.header {
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}

.header .col-lg-3.image_wrapper {
  padding-left: 0;
}

.image_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.image_wrap span {
  padding: 0 0 5px 5px;
  font-weight: bold;
  color: #a4a4a4;
}

.col-lg-3.image_wrap {
  padding-left: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 36px !important;
}
.search_wrap {
  padding-top: 19px;
}

.search_wrap .dropdown-toggle {
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dcdcdc;
}

.search_wrap .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #e82930;
  border-color: #e82930;
  color: #fff;
}

.search_wrap .form-control {
  border-color: #dcdcdc;
}

.contact_us_way {
  padding-top: 17px;
	font-size: 20px;
  padding-right: 0;
  text-align: right;
}

.contact_us_way .icon {
  font-size: 26px;
}

.contact_us_way a {
  padding-right: 8px;
  text-align: left;
  text-decoration: none;
}

.contact_us_way a b {
  font-size: 15px;
  color: #000;
}

.contact_us_way span .tel {
  color: #e92930;
}

.phone_icon {
  color: #d81e06;
}

.wechat_icon {
  color: #2ba246;
}

.tel_icon {
  color: #e92930;
}

.contact_us_way b{
  font-weight: normal;
}

/*nav bars*/

.banner_wrapper {
  width: 100%;
  height: 540px;
  position: relative;
}

.banner_img_wrap {
  height: 540px;
  overflow: hidden;
  position: relative;
}
.banner_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
}

.banner_img_wrap .banner_font_wrap {
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: -288px;
}

.banner_title,
 .banner_font{
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.banner_title {
  line-height: 1.05;
  font-size: 88px;
}

.banner_font {
  font-weight: normal;
  line-height: 1.55;
  font-size: 30px;
}

.banner_font_1 {
  margin-top: 40px;
}

.nav_list {
  padding: 16px 0 0 0;
  background: #333;
  color: #fff;
  height: 58px;
  padding-top: 0px;
  margin-top: 15px;
}

.nav_list a{
  padding: 0 28px;
  color: #fff;
	font-size: 16px;
}

.nav_list a.active , .nav_list a:hover{
  color: #d50419;
}

.nav_menu_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

.nav_list .nav_menu_title {
  display: inline-block;
  width: 238px;
  height: 58px;
  background-color: #d50419;
  text-align: center;
  line-height: 58px;
  font-size: 22px;
  font-weight: bold;
  color: #fff!important;
}

.nav_list .nav_menu_title:hover,
.nav_list .nav_menu_title:focus,
.nav_list .nav_menu_title:active{
  color: #fff;
}

.nav_menu {
  float: left;
  width: 238px;
  height: 100%;
  background: rgba(98, 98, 98, .7);
  position: relative;
  z-index: 2;
  display: none;
}

.nav_menu ul,
.nav_menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.nav_menu li a.nav_menu_link{
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #5e6e6e;
  text-align: left;
  line-height: 59px;
  color: #fff;
	font-size: 16px;
}

.nav_menu li a.nav_menu_link:after {
  position: absolute;
  top: 28px;
  right: 15px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #d5d5d5;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.nav_menu li a.nav_menu_link:hover {
  background: #e3e2e2;
  color: #d73c46;
}

/*nav end*/

.item_image_wrap {
  margin: 35px -15px 15px;
}

.item_image_wrap a {
  padding-right: 8px;
}

.item_image_wrap a:last-child {
  padding-right: 0;
}

.item_image_wrap a.col-sm-1 {
  width: 9.8%;
  margin-right: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.item_image_wrap a img {
  display: block;
  width: 108px;
  height: 89px;
}

.course_list {
  padding-right: 0;
}

.second_title {
  padding-top: 23px;
  background: url('/images/second_title_bg.png') top left no-repeat;
  font-size: 30px;
  background-position: 0 2px;
}

.second_title a,
.second_title a:focus,
.second_title a:active,
.second_title a:hover {
  color: #000;
}

.second_title i {
  font-style: normal;
  color: #e62510;
}

/*online*/
.online {
  margin-top: 30px;
}
.online .col-sm-9 {
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
}

.online .col-sm-3 {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

.online_list {
  padding: 20px 20px;
  background: #f8f8f8;
}

.online_image {
  padding-right: 0;
}

.online_image img{
  width: 100%;
  height: 315px;
}

.online_intro {
}

.play_icon {
  font-size: 16px;
  color: #bdbdbd;
}

.online_list {
  height: 315px;
  overflow: hidden;
}

.online_list .col-sm-7 h6 {
  margin-bottom: 3px;
}

.online_intro {
  height: 45px;
  margin-left: 8px;
  padding: 0 0 5px 18px ;
  border-left: 1px solid #bdbdbd;
}

.online_intro a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.online_intro a:hover,.online_intro a:active {
  text-decoration: none;
  color: #404040;
}

.online_list .col-sm-5 {
  text-align: right;
}
.hvr_row_box{
  position: relative;
  left: -12px;
}

.online_time {
  padding: 32px 0 0 15px;
  color: red;
  font-weight: 700;
  font-size: 14px;
}

.online .col-sm-9 .col-sm-8 {
  padding-left: 0;
}

.online .col-sm-9 .col-sm-8 h6 {
  margin-bottom: 5px;
}

.course {
  display: block;
  height: 63px;
  margin-top: 0px;
  box-sizing: border-box;
  padding: 11px 31px;
  text-align: center;
  line-height: 1.25;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.course:hover {
  color: #fff;
}

.red_bc {
  background: #ff4d4d;
}

.blue_bc {
  background: #69aaff;
}

.yellow_bc {
  background: #fdba25;
}

.green_bc {
  background: #38d187;
}

.purple_bc {
  background: #cf6cfc;
}

/*activities_wrap*/
.activities_wrap {
  margin-top: 55px;
}

.activities_images a {
  display: inline-block;
  width: 19%;
  height: 100px;
  box-sizing: border-box;
  margin-right: 1px;
  padding: 15px 21px;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  color: #fff;
}

.activities_images a:hover {
  color: #fff;
}

.blue_gradual {
  background: -webkit-linear-gradient(left, rgb(53, 228, 254) , rgb(54, 189, 247)); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(53, 228, 254), rgb(54, 189, 247)); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(53, 228, 254), rgb(54, 189, 247)); /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(53, 228, 254) , rgb(54, 189, 247)); /* 标准语法 */
}

.yellow_gradual {
  background: -webkit-linear-gradient(left, rgb(248, 192, 83) , rgb(247, 136, 124)); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(248, 192, 83), rgb(247, 136, 124)); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(248, 192, 83), rgb(247, 136, 124)); /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(248, 192, 83) , rgb(247, 136, 124)); /* 标准语法 */
}

.pink_gradual {
  background: -webkit-linear-gradient(left, rgb(252, 137, 143) , rgb(245, 89, 131)); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(252, 137, 143), rgb(245, 89, 131)); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(252, 137, 143), rgb(245, 89, 131)); /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(252, 137, 143) , rgb(245, 89, 131)); /* 标准语法 */
}

.purple_gradual {
  background: -webkit-linear-gradient(left, rgb(249, 148, 253) , rgb(206, 108, 253)); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(249, 148, 253), rgb(206, 108, 253)); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(249, 148, 253), rgb(206, 108, 253)); /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(249, 148, 253) , rgb(206, 108, 253)); /* 标准语法 */
}

.green_gradual {
  background: -webkit-linear-gradient(left, rgb(65, 238, 196) , rgb(56, 209, 136)); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(65, 238, 196), rgb(56, 209, 136)); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(65, 238, 196), rgb(56, 209, 136)); /* Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(65, 238, 196) , rgb(56, 209, 136)); /* 标准语法 */
}

.image_icon {
  display: inline-block;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #69aaff;
  text-align: center;
  line-height: 102px;
  font-size: 44px;
  color: #fff;
}

.image_change span {
  padding-left: 15px;
  line-height: 102px;
  font-size: 18px;
  color: #000;
}

/*考试题库*/
.question_bank {
  margin-top: 50px;
}

.question_bank .main{
  height: 270px;
  overflow: hidden;
}

.question_bank_title {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.question_bank_title span {
  display: inline-block;
  width: 95%;
  position: relative;
  padding: 0 0 20px 0px;
  font-size: 27px;
  color: #000;
}

.question_bank_title i {
  color: #666;
}

.bank_tab {
  margin-bottom: 25px;
  border-bottom: 1px solid #00b1b4;
}

.question_bank_tab a:hover {
  color: #00b1b4;
}

.bank_tab a {
  display: inline-block;
  padding: 13px 15px;
  position: relative;
  font-size: 15px;
  color: #666;
  text-decoration: none;
}
.bank_tab a.active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
}
.bank_tab a.active {
  border-width: 3px 1px 0 1px;
  border-style: solid;
  border-color: #00b1b4;
  color: #00b1b4;
}

.question_list {
  box-sizing: border-box;
  padding-right: 0;
}

.question_list .topic {
  display: inline-block;
  width: 49.8%;
  position: relative;
  padding: 10px 57px 10px 13px;
  box-sizing: border-box;
  white-space: nowrap;
  word-break: break-all;
  font-size: 15px;
}

.question_list .topic i,
.question_list .topic span i{
  color: #aeaeae;
}

 .question_list .topic span i {
   padding-right: 3px;
   font-size: 13px;
 }

.question_list .topic span {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}

.question_list .topic span b {
  max-width: 72%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: -10px;
  color: #404040;
}
.question_bank_category_new{
  position: relative;
  left: 5px;
}
.question_bank_category_fire{
  width: 18px;
  height: 20px;
  position: relative;
  left: 5px;
}
.question_list .topic span.bd_red i,.question_list .topic span.bd_red b{
  color: red;
}

.topic_time {
  position: absolute;
  top: 17px;
  right: 17px;
}

.download_bank a:hover {
    color: #00b1b4;
}
.prepare_bank a:hover {
    color: #49b343;
}
.download_bank a:hover {
    color: #1eabec;
}
.question_list .topic span b:hover{
  color: #00b1b4;
}
.prepare_bank .question_list .topic span b:hover{
  color: #49b343;
}
.download_bank .question_list .topic span b:hover{
  color: #1eabec;
}

/*topic link*/
.topic_link_row {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 32px 22px 22px 0;
}
.topic_link_row a ,
.topic_link_row a:hover{
  color: #626262;
}

.topic_link_row a {
  padding: 0 0 0 23px;
  line-height: 1;
}

.topic_link_row a b {
  color: #323232;
}

.topic_link_row .topic_link_title {
  padding: 0 15px 0 37px;
  border-right: 1px solid #b4acac;
}
.topic_link_row .last_topic {
  display: block;
  border: none;
  line-height: 38px;
}

/*download_bank*/

.download_bank .question_bank_title span::before {
  background: #1eabec;
}

.download_bank .bank_tab {
  border-bottom: 1px solid #1eabec;
}

.download_bank .bank_tab a.active {
  border-color: #1eabec;
  color: #1eabec;
}

/*prepare_bank*/

.prepare_bank .question_bank_title span::before {
  background: #49b343;
}

.prepare_bank .bank_tab {
  border-bottom: 1px solid #49b343;
}

.prepare_bank .bank_tab a.active {
  border-color: #49b343;
  color: #49b343;
}

/*friendship link*/

.friend_ship {
  margin-top: 100px;
  padding: 0;
}
.friend_ship h4 {
  font-size: 22px;
  color: #000;
}
.friend_ship a,
.friend_ship a:hover {
  color: #000;
}
.friend_ship a {
  padding-right: 20px;
  font-size: 15px;
	color: #49485d;
}
.friend_ship a:hover{
  color: red;
}
/*footer*/

.footer_wrapper {
  margin-top: 65px;
  width: 100%;
  background: #3a485b;
}

.footer_main {
  box-sizing: border-box;
  padding: 32px 0;
  color: #a5a4a4;
}

.footer_main .col-sm-3 {
  padding: 0;
}

.footer_main h5 {
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer_main p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 13px;
}

.primary_btn {
  margin-top: 12px;
  display: inline-block;
  padding: 7px 22px;
  border: 1px solid #db5365;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #db5365;
}

.footer_main .message_wrap {
  padding-left: 50px;
}

.message_input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 0 5px;
  background: none;
  border: 1px solid #4d5e76;
  border-radius: 3px;
  text-align: left;
  line-height: 30px;
  color: #fff;
}

/*list*/
.secondary_nav_wrap {
  width: 100%;
  background: #f6283a;
}

.secondary_nav .nav_list{
  padding-top: 0;
}

.secondary_nav .nav_list a {
  padding: 0 14px;
  color: #fff;
}

.list_banner {
}

/*info list*/

.info_list {
  padding-top: 40px;
}

.info_list_title {
  width: 100%;
  border-bottom: 1px solid #dedede;
  font-size: 31px;
}

.info_list_title span {
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 1px solid #f7293b;
}

.hand_icon {
  font-size: 25px;
  color: #f6283a;
}

.info_brief {
  padding: 0 12px;
  border-right: 1px solid #000;
}

.l_category_name {
  color: #aeaeae;
}

.info_title {
  padding: 0 10px;
}

.views,
.time {
  color: #7b7b7b;
}

.info_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 37px;
  color: #000;
}

.live_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 37px;
  color: #000;
}

.spacial_row .info_brief {
  color: #f6283a;
}

.l_tab_nav {
  padding: 10px 0;
  border-width: 0;
}

.l_tab_nav a:focus,
.l_tab_nav a:hover,
.l_tab_nav a:active {
  color: #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: 1px solid #fe0000;
  border-radius: 20px;
  color: #000;
}

.l_tab_nav>a.active, .nav-tabs>a.active:focus, .nav-tabs>a.active:hover {
  border: 1px solid #fe0000;
  border-radius: 20px;
  color: #000;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: #fff;
  border: 1px solid #fe0000;
  border-radius: 20px;
}

.nav>li>a {
  padding: 5px 15px;
}

.l_tab_nav a {
  border: 1px solid #fff;
  padding: 5px 15px;
  text-decoration: none;
  color: #404040;
}

.normal_info_list {
  margin-top: 15px;
  padding-top: 10px;
}

.info_brief {
  color: #919191;
}

.normal_info_list .info_row {
  position: relative;
  /*padding-left: 26px;*/
}

/*.normal_info_list .info_row::after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bcbbbb;
}*/

/*list right*/

.img_wrap {
  margin: 65px 0 44px;
  box-shadow: 3px 5px 10px #efefef;
}

.img_wrap img{
  width: 100%;
}

.recruitment_summary {
  padding: 15px 15px;
  border: 1px solid #dedede;
}

.summary_title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.summary_title span {
  float: right;
  font-size: 13px;
  color: #999;
	margin-top: 5px;
}

.country_servant_title {
  display: inline-block;
  padding: 27px 0 6px;
  font-size: 16px;
}

.border_green {
  border-bottom: 1px solid #03cbca;
}
.border_blue {
  border-bottom: 1px solid #009fe9;
}
.border_dark_green {
  border-bottom: 1px solid #4ab445;
}
.border_yellow {
  border-bottom: 1px solid #f9c124;
}
.border_dark_pink {
  border-bottom: 1px solid #cf6cfc;
}


.country_servant_link a {
  display: inline-block;
  width: 32%;
  text-align: left;
  line-height: 40px;
  font-size: 14px;
  color: #989d9d;
}

/*preparation*/
.preparation_list_wrap {
  margin-top: 37px;
}
.preparation_list {
  padding-top: 27px;
}

.information_icon {
  padding-right: 10px;
  font-size: 17px;
  color: #bfbfbf;
}

.spacial.information_icon {
  color: #f73a4b;
}

.preparation_list a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 13px;
	color: #778087;
	text-decoration: none;
	word-break: break-all;
}

.preparation_list p {
	margin: 0;
}

/*detail page*/
.route {
  margin-top: 15px;
  line-height: 25px;
  font-size: 12px;
}
.route_icon {
  color: #858585;
}

.route span {
  color: #999;
}

.route a {
  padding-right: 13px;
  color: #000;
  position: relative;
}

.route a i {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #999;
  -webkit-transform: matrix(0.71,0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71,0.71, -0.71, 0.71, 0, 0);
}

.article_first_title {
  width: 100%;
  margin-top: 0;
  padding: 25px 0 10px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.source_row {
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}

.source_row span {
  font: 12px/34px 'microsoft yahei';
  color: #999;
}

.source_time {
  padding-right: 10px;
}

.source_web {
  padding-left: 5px;
}

.share_btn {
  float: right;
}

.share_btn i {
  padding: 0 3px;
  font-size: 25px;
}

.qq_icon {
  color: #7ab9fd;
}

.wechat_icon {
  color: #7afd9c;
}

.blog_icon {
  color: #ff9fcf;
}

.article_title {
  width: 100%;
  padding: 17px 0 14px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.article_brief {
  width: 100%;
  padding-bottom: 35px;
  text-align: center;
  font-size: 15px;
  color: #000;
}

.article_brief a {
  padding: 0 12px;
  border-right: 1px solid #333;
  color: #333;
}

.article_brief a:last-child {
  border: none;
}

.small_program {
  width: 100%;
  font-size: 14px;
}

.small_program p{
  margin-bottom: 0;
  text-align: center;
}

.small_program img {
  display: block;
  margin: 50px auto 10px;
  width: 190px;
  height: 190px;
}

.responsible_editor {
  padding-bottom: 12px;
  border-bottom: 1px dashed #b8b8c2;
  text-align: right;
  font-size: 14px;
  color: #b8b8c2;
}
.nearby_article {
  margin-top: 10px;
}
.nearby_article p {
  margin-bottom: 0;
}

.mobile_web{
  font-size: 12px;
  color: #000;
}

.mobile_web img {
  width: 25px;
  height: 25px;
}
.copy_right {
  padding: 30px 0 20px;
}

.copy_right p {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #8597b0;
}

.copy_right p a:hover {
	color: #337ab7;
}

/*中医首页*/

/*.medicine_wrap {
  background: url('../../images/chinese_medicine_img/bg.png') repeat-y;
  background-size: 100%;
}*/

.medicine_banner .banner_img_wrap {
  height: 100%;
  overflow: hidden;
}

.content_left {
  padding: 40px 20px 0 0;
}

.main_content_title {
  display: block;
  width: 94%;
  height: 60px;
  margin-bottom: 10px;
  padding: 11px 47px 11px 58px;
  background: url('../../images/chinese_medicine_img/title_bg.png')  no-repeat;
  background-size: 100%;
  color: #404040;
}

.main_content_title:hover {
  color: #000;
}

.main_content_title:active,
.main_content_title:focus{
  color: #000;
}

.expertise_title {
  display: block;
  float: left;
  width: 126px;
  height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}

.more_title {
  display: block;
  float: right;
  width: 32px;
  height: 18px;
  margin-top: 5px;
  color: #aeaeae;
}

.question_list .medicine_topic {
  display: block;
  width: 94%;
  height: 50px;
  line-height: 27px;
  color: #404040;
}

.question_list .medicine_topic :hover {
  color: #404040;
}

.question_list .medicine_topic span {
  display: block;
  width: 75%;
  height: 50px;
  line-height: 27px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.question_list .medicine_topic span b {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m_topic_time {
  float: right;
  padding-left: 10px;
  line-height: 40px;
}
.topic_brief {
  float: left;
  line-height: 40px;
}
.layout{
    width: 700px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 238px;
    top: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    display: none;
}
.layout_content{
    padding-left: 20px;
    padding-right: 20px;
}
.layout_content .layout_content_title{
  font-size: 16px;
  color: #d50419;
}
.layout_content_main a{
  color: #333;
  margin-right: 10px;
}
.layout_content_main a:hover{
  color: #d50419
}
.nav_menu li:last-child .layout{
    bottom: 4px;
    top: inherit;
    border-bottom: 1px solid #ddd;
}
.mini_program{
  position: relative;
}
.mini_program_layout{
    position: absolute;
    bottom: -300px;
    left: -76px;
    width: 240px;
    height: 280px;
    background: #fff;
    box-shadow: 0px 0px 5px #999;
    z-index: 3;
    border-radius: 5px;
    display: none;
}
.mini_program_layout p{
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}
.mini_program_layout img{
    width: 230px;
    height: 230px;
    display: block;
    margin: 0 auto;
}
.message_btn{
  cursor: pointer;
}

.vcp-player {
	width: 700px;
	height: 600px;
	margin: 0 auto;
}

.section_title {
	padding-left: 0px;
}

/*chinese medicine right*/

.medicine_right_column {
  padding: 40px 0 0 0;
}

.c_img_wrap {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}

.c_img_wrap img{
  width: 100%;
  height: auto;
}

.c_img_wrap span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 33px;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  color: #404040;
}

.disciple_title {
  margin-top: 58px;
}

.middle_banner {
  width: 100%;
  margin: 39px auto 50px;
}

.middle_banner img {
  display: block;
  width: 100%;
  height: auto;
}

/*pharmacist list */

.pharmacist_wrapper h4{
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  line-height: 1.75;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #404040;
}

.pharmacist_wrapper h4 b {
  color: #893911;
}

.question_list .medicine_topic {
  position: relative;
}

.pharmacist_list .medicine_topic {
  width: 101%;
}

.question_list .medicine_topic b {
  position: absolute;
  top: 45%;
  left: 2px;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
}

.question_list .medicine_topic .red {
  background: #ff6c5c;
}

.question_list .medicine_topic .yellow {
  background: #ffa739;
}

.question_list .medicine_topic .blue {
  background: #00a0df;
}

.pharmacist_list .medicine_topic {
  height: 64px;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  color: #404040;
  position: relative;
}

.pharmacist_list .medicine_topic span {
  width: 74%;
  white-space: normal;
  text-overflow: clip;
  height: auto;
  /*line-height: 1.65;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #404040;
  word-wrap: break-word;
}

.pharmacist_list .m_topic_time {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #f7f4eb;
  line-height: 1.2;
  background-image: linear-gradient(to right, rgba(247, 244, 235, 0), rgba(247, 244, 235, 1));
}

/*右侧在线咨询*/

.service_wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  width: 125px;
  box-sizing: border-box;
  padding: 15px 5px;
  background: rgba(0, 0, 0, 0.5);

}

.s_img_wrap {
  width: 100%;
  text-shadow: 1px 1px 2px #eee;
  margin-bottom: 5px;
}

.s_img_wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.s_service_link {
  display: block;
  width: 100%;
  margin-bottom: 1px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

.s_qq_link {
  margin-bottom: 0;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 10px;
  background: #03a9f4;
  border-radius: 5px;
  line-height: 28px;
}

.s_qq_link:active,
.s_qq_link:focus {
  text-decoration: none;
  color: #fff;
}

.s_qq_icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -13px;
}

.s_phone_icon {
  font-size: 1em;
  font-weight: bold;
}

.article_detail p {
  font-size: 15px;
}

/*下拉菜单样式*/
/*
#jMenu {
	display:table;
	margin:0;
	padding:0
}*/

#jMenu span {
	display:table-cell;
	background-color:#322f32;
	margin:0;
}
	#jMenu span a {
		padding:10px;
		display:block;
		background-color: transparent;
		color:#fff;
		text-transform:uppercase;
		cursor:pointer;
		font-size:12px;
	}
  #jMenu span {
	display:none;
	position:absolute;
  z-index: 5;
	padding:0;
	margin:0;
}
	#jMenu span a {
		background-color:#322f32;
		display:block;
		border-bottom:1px solid #484548;
		padding:0
	}

		#jMenu span a {
      text-align: center;
			font-size:14px;
			text-transform:none;
			padding:7px;
			display:block;
			border-top:1px solid transparent;
			border-bottom:1px solid transparent;
		}
		#jMenu span a.isParent {
			background:#3A3A3A ;
		}
			#jMenu span a:hover {
				background-color:#514c52;
				border-top:1px solid #322f32;
				border-bottom:1px solid #322f32;
			}
