@charset "utf-8";

/*全局样式*/

* {
 padding: 0px;
 margin: 0px;
 list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
 margin: 0;
 padding: 0;
 font-size: 14px;
 font-weight: normal;
}

select,
input,
img,
select {
 vertical-align: middle;
 margin: 0;
 padding: 0;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

img {
 vertical-align: middle;
 border: none
}

body {
 color: #333;
 font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体', sans-serif;
 font-size: 14px;
 margin: 0;
 padding: 0;
 background: #fff;
}

a {
 color: #333;
 text-decoration: none;
 cursor: pointer;
}

a:hover {
 color: #d12c1c;
 text-decoration: none;
}

.clearit,
.clearb {
 clear: both;
 margin: 0;
 padding: 0;
}

.overflow {
 overflow: hidden;
 height: 1%;
}

.fl {
 float: left
}

.fr {
 float: right
}


/*------错误提示------*/

.field-validation-error {
 color: red
}


/*在线咨询图标隐藏*/

.FixedField_2.Value {
 display: none
}

.main {
 border-bottom: 1px solid #ededed
}

.FriendLink {
 border-top: 1px solid #fff
}

h2.title_head {
 line-height: 42px;
}


/*文章、栏目、站点、二级页面主体宽度*/

.main_content {
 width: 1200px;
 margin: 0 auto 20px;
}

.w1200 {
 width: 1200px;
 margin: 0 auto;
 overflow: hidden
}


/*左右布局样式*/

.Min_L {
 width: 700px;
}

.Min_R {
 width: 330px;
}


/*板块布局样式*/

.col-md-12 {
 width: 100%;
}

.col-md-10 {
 width: 83%;
}

.col-md-9 {
 width: 75%;
}

.col-md-8 {
 width: 67%;
}

.col-md-7 {
 width: 59%;
}

.col-md-6 {
 width: 50%;
}

.col-md-5 {
 width: 41%;
}

.col-md-4 {
 width: 33%;
}

.col-md-3 {
 width: 25%;
}

.col-md-2 {
 width: 17%;
}

.mrg {
 margin: 0 2%;
}


/*外边距像素*/

.mt10 {
 margin-top: 10px;
}

.mt15 {
 margin-top: 15px
}

.mt20 {
 margin-top: 20px
}

.mb10 {
 margin-bottom: 10px;
}

.mb15 {
 margin-bottom: 15px;
}

.mb20 {
 margin-bottom: 20px;
}

.ml10 {
 margin-left: 10px;
}

.ml15 {
 margin-left: 15px;
}

.ml20 {
 margin-left: 20px;
}

.mr10 {
 margin-right: 10px;
}

.mr15 {
 margin-right: 15px;
}

.mr20 {
 margin-right: 20px;
}

.mg0-10 {
 margin: 0 10px;
}

.mg20-0 {
 margin: 20px 0;
}

.mg25-0 {
 margin: 25px 0;
}


/*内边距像素*/

.pd10 {
 padding: 10px
}

.pd15 {
 padding: 15px;
}

.pd20 {
 padding: 20px;
}

.pb10 {
 padding-bottom: 10px;
}

.pb15 {
 padding-bottom: 15px;
}

.pb20 {
 padding-bottom: 20px;
}

.pt5 {
 padding-top: 5px;
}

.pt10 {
 padding-top: 10px;
}

.pt15 {
 padding-top: 15px;
}

.pt20 {
 padding-top: 20px
}

.pr10 {
 padding-right: 10px;
}

.pr15 {
 padding-right: 15px;
}

.pr20 {
 padding-right: 20px;
}

.pl10 {
 padding-left: 10px;
}

.pl15 {
 padding-left: 15px;
}

.pl20 {
 padding-left: 15px;
}

.pd0-10 {
 padding: 0px 10px;
}

.pd0-15 {
 padding: 0px 15px
}

.pd0-20 {
 padding: 0px 20px
}

.pd5-0 {
 padding: 5px 0px
}

.pd10-0 {
 padding: 10px 0px
}

.pd15-0 {
 padding: 15px 0px
}

.pd20-0 {
 padding: 20px 0px
}

.pd5-15 {
 padding: 5px 15px
}

.pd0-15 {
 padding: 0px 15px
}

.pd0-10 {
 padding: 0px 10px
}

.pd0-20 {
 padding: 0px 20px
}


/*边框样式*/

.border_T {
 border-top: 1px solid #ededed;
}

.border_B {
 border-bottom: 1px solid #ededed;
}

.border_L {
 border-left: 1px solid #ededed;
}

.border_R {
 border-right: 1px solid #ededed;
}

.border {
 border: 1px solid #ededed;
 border-top: 2px solid #d12c1c;
}


/*渐变样式*/

.transition {
 transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
}


/*输入框样式*/

input,
textarea,
select {
 font-size: 14px;
 color: #555;
 background-image: none;
 border: 1px solid #ccc;
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus,
select:focus {
 border-color: #d12c1c!important;
 outline: 0!important;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/*公用标题样式*/

h2.title_header {
 height: 45px;
 font-weight: bold;
 line-height: 45px;
 color: #d12c1c;
 font-size: 20px;
 border-bottom: 2px solid #ccc
}

h2.title_header a.more {
 background: url(/Content/Areas/News/images/XinWenZhongXin/icon4.png) no-repeat scroll right -16px;
 color: #999999;
 display: block;
 float: right;
 font-size: 12px;
 font-weight: normal;
 height: 16px;
 line-height: 16px;
 margin-top: 18px;
 padding-right: 23px;
}

h2.title_header a.more:hover {
 font-weight: bold;
 font-size: 14px;
}

h2.title_header span {
 border-bottom: 2px solid #d12c1c;
 display: inline-block;
 border-left: none
}

h2.title_header span a {
 color: #d12c1c
}


/*字体颜色*/

.blue {
 color: #0573be !important
}

.blue span a {
 color: #0573be !important
}

.green {
 color: #178601 !important
}

.green span a {
 color: #178601 !important
}

.dark_blue {
 color: #005087 !important;
}

.dark_blue span a {
 color: #005087 !important;
}

.blue span {
 border-bottom: 2px solid #0573be !important;
}

.green span {
 border-bottom: 2px solid #178601 !important;
}

.dark_blue span {
 border-bottom: 2px solid #005087 !important;
}

.green a.more {
 background-position: right -32px !important;
}

.dark_blue a.more {
 background-position: right -48px !important;
}

.blue a.more {
 background-position: right 0px !important;
}


/*文章列表插件样式*/

ul.article_list li {
 padding-left: 10px;
 background: url(/Content/Areas/Hospitals/images/Main/li_bg.png) no-repeat 0px 15px;
 line-height: 32px;
}

ul.article_list li.No_Con {
 background: none;
}

ul.article_list li span.span_date {
 float: right;
}

ul.article_list li a.columnName {
 float: left;
 color: #d12c1c;
 margin-right: 4px;
}

ul.article_list li a.columnName:hover {
 font-weight: 600;
}


/*公用读取一篇文章*/

.article_box {
 overflow: hidden
}

.article_box img {
 float: left;
 margin-right: 20px;
}

.article_box h2 {
 font-size: 18px;
 color: #333;
 font-weight: normal;
 margin-bottom: 5px;
}

.article_box p {
 font-size: 14px;
 line-height: 28px;
 color: #999999;
}

.article_box .details {
 float: right;
 font-size: 12px;
 overflow: hidden;
 color: #d12c1c;
 +float: none;
}

.article_box .details:hover {
 font-weight: 700;
 font-size: 14px;
}

.detail {
 color: #d12c1c;
}

.detail:hover {
 font-weight: 700;
 font-size: 14px;
}


/*背景渐变样式*/

h2.title_header a.more:hover,
p a.more:hover,
p a.details:hover {
 transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
}


/*全站弹出样式*/

.msgbox {
 background: #fff url(/Content/Areas/Common/images/space_bg.png) top no-repeat;
 position: relative;
 left: 15px;
 top: 8px;
 position: absolute;
 z-index: 22;
 *position: relative;
 *zoom: 1;
 *display: none !important;
 _display: none !important;
}

.msgbox p {
 padding: 0;
 margin: 0;
 text-indent: 0;
 font-weight: normal
}

.msgbox p a {
 color: #07519A;
 font-weight: normal
}

.msgbox h2 {
 text-indent: 0;
 font-weight: normal
}

.spanHover {
 z-index: 1000
}


/*专家介绍弹窗样式*/

div.speac_div {
 background: #fff;
 border: solid 1px #d9d9d9;
 width: 316px;
 clear: both;
 height: 138px;
 padding: 10px 10px 12px 10px;
 left: 0px;
 position: absolute;
 text-align: left;
 top: 25px;
 z-index: 10000;
 line-height: 22px!important;
 font-size: 12px;
 color: #333;
}

div.speac_div img {
 float: left;
 margin: 0 10px 0 0;
 width: 99px;
 height: 134px;
 line-height: 20px;
}

div.speac_div h2 a {
 float: none!important;
 font-size: 14px;
}


/*banner*/

.banner {
 width: 1200px;
 margin: 0 auto;
 display: none;
}

.banner img {
 display: block;
 margin-bottom: 20px
}

.banner img:hover {
 transform: none !important
}

@media only screen and (max-width: 1024px) {
 .main {
 margin: 0px 0 20px;
 width: 1200px;
 }
}

@media only screen and (max-width: 768px) {
 .w1200 {
 width: 100%
 }
 .main {
 width: 100%;
 }
 .main_content {
 box-sizing: border-box;
 width: 100%;
 box-sizing: border-box;
 padding: 0 10px;
 }
 .banner,
 .banner img {
 width: 100%;
 }
 /*板块布局样式*/
 .col-sm-12 {
 width: 100%;
 float: none;
 margin-bottom: 20px;
 }
 .col-sm-6 {
 width: 50%;
 }
 .col-sm-hid {
 display: none
 }
}

@media only screen and (max-width:640px) {
 /*板块布局样式*/
 .col-sm-6 {
 width: 100%;
 float: none;
 margin-bottom: 20px;
 }
 .col-md-7 {
 width: 100%;
 float: none
 }
 .col-md-5 {
 width: 100%;
 float: none
 }
 .col-xs-hid {
 display: none
 }
 .mrg {
 margin: 0 0 20px 0;
 }
}


/*------------------左侧菜单--------------------*/

.article_left {
 width: 20%;
 float: left;
}

.leftNavTitle {
 width: 100%;
 text-indent: 45px;
 font: 100 18px/49px "Microsoft YaHei", "微软雅黑";
 color: #fff;
 background: #D11307;
 border-radius: 5px 0 0 0;
 -moz-border-radius: 5px 0 0 0;
 -webkit-border-radius: 5px 0 0 0;
}


/***一级***/

.article_left .lv1_ul .lv1_li {
 /* line-height: 38px; */
 /* padding: 10px 0; */
}

.article_left .lv1_li {
 margin: 0 0 1px;
 background: #EEE;
 font-size: 14px;
 _line-height: 40px;
 _width: 100%
}

.article_left .lv1_li a:hover {
 color: #D11307
}

.article_left .lv1_li .lv1_p {
 font-size: 14px;
 cursor: pointer;
 padding-left: 40px;
}

.article_left .lv1_li .lv1_p a.lv1_tit {
 display: block;
 width: 154px;
 padding: 10px 0;
}

.article_left .lv1_p.hasChildren {
 background: url(/Content/Areas/Common/images/Article/icon_7.png) no-repeat 212px center;
 cursor: pointer;
 padding-right: 50px;
 _padding-right: 40px
}

.article_left .lv1_p.hasChildren.show {
 background: url(/Content/Areas/Common/images/Article/icon_8.png) no-repeat 212px center;
}

.article_left .lv1_p.hasChildren.current.show {
 background: url(/Content/Areas/Common/images/Article/icon_9.png) no-repeat 212px center;
 background-color: #D11307;
}

.article_left .lv1_p.current {
 background-color: #D11307
}

.article_left .lv1_p.current.hasChildren {
 background: url(/Content/Areas/Common/images/Article/icon_7.png) no-repeat 212px center;
 background-color: #D11307;
 _background-color: #eee
}

.article_left .lv1_p.current a {
 color: #fff
}

.article_left .lv1_p.current a:hover {
 color: #fff;
}


/****二级****/

.article_left .lv2_ul {
 display: none;
 padding-bottom: 10px;
 background: #edeff1
}

.article_left .lv2_li .lv2_p.hasChildren {
 cursor: pointer;
 padding-right: 35px;
}

.article_left .lv2_li .lv2_p.hasChildren.opend.show {
 background: url(/Content/Areas/Common/images/Article/icon_4.png) no-repeat 5px center;
}

.article_left li .lv2_li {
 padding: 0 0 0 60px;
 font-size: 14px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 45px 16px;
 display: block;
}

.article_left li .lv2_li .current {
 padding-left: 0;
 width: 100px;
}

.article_left .lv2_li .current a {
 color: #D11307
}

.article_left .lv2_li .lv2_p a {
 display: block;
 padding: 10px 0;
}


/****三级菜单****/

.article_left .lv3_ul {
 display: none;
 padding-left: 10px;
}

.article_left .lv3_ul li.lv3_li a.lv3_tit {
 font-size: 12px;
}


/*------------------左侧菜单结束--------------------*/

.article_right {
 float: right;
 width: 78%;
 box-sizing: border-box;
 *width: 76%;
 _width: 76%;
}


/*默认站点页样式、默认栏目首页*/

.article_right .Min_Box .article_box img {
 width: 160px;
 height: 115px;
 float: left
}


/*默认栏目列表页*/

.column_list_tit {
 padding: 0 0 0 10px;
 height: 32px;
 line-height: 32px;
 background: #f7f7f7;
 margin: 10px 0;
 color: #D11307;
 font-weight: bold;
}

.column_list li {
 padding-left: 10px;
 line-height: 32px;
 background: url(/Content/Areas/Common/images/common/li_point.gif) no-repeat 0px 14px
}

.column_list .list_line {
 border-bottom: 1px dashed #ddd;
 height: 1px;
 margin: 5px 0;
}


/*有时间栏目列表*/

.column_list li .count,
.column_list li .date {
 float: right;
 color: #999;
 display: block;
 width: 100px;
 text-align: center;
}

.column_list_tit .count,
.column_list_tit .date {
 float: right;
 display: block;
 width: 100px;
 text-align: center;
}

.Min .column_list li {
 padding-bottom: 10px;
 border-bottom: 1px solid #f3f3f3;
 background: none;
 line-height: 26px;
 margin-top: 15px
}

.Min .column_list li:hover {
 background: #F7F7F7
}

.Min .column_list li h2 {
 font-size: 18px;
 height: 40px;
 line-height: 40px;
 overflow: hidden;
}

.Min .column_list li img {
 width: 160px;
 height: 110px;
 float: left;
 margin-right: 15px;
}


/*分享按钮样式*/

span.bdsharebuttonbox {
 float: right
}

span.bdsharebuttonbox .bds_more {
 background: none;
 height: 26px;
 line-height: 26px;
 font-size: 14px
}

.article_R {
 float: right;
 width: 300px;
}


/*有时间图文栏目列表样式*/

.column_list li .count_one,
.column_list li .date_time {
 float: left;
 color: #999;
 padding-left: 20px;
 line-height: 26px;
 height: 26px;
 margin: 6px;
}

.column_list li .count_one {
 background: url(/Content/Areas/Common/images/Article/count_one.png) no-repeat left center;
}

.column_list li .date_time {
 background: url(/Content/Areas/Common/images/Article/date_time.png) no-repeat left center;
}

.list_more {
 float: right;
 font-size: 12px;
 color: #666
}


/*--------------------文章内容页--------------------*/

.article_right .article_title {
 font-size: 24px;
 line-height: 1.8em;
 text-align: center;
 color: #D11307;
 padding: 15px 0;
}

.article_right .sub_tit {
 text-align: center;
 position: relative;
 padding: 15px 0;
 border-bottom: 1px solid #ededed
}

.article_right .sub_tit span {
 color: #999999;
 padding-right: 15px;
}

.article_right .Editor {
 color: #999999;
 float: right;
}

.article_right .sub_tit span.count {
 padding-right: 0
}

.article_right .font_size {
 position: absolute;
 right: 0;
 top: 0px;
 line-height: 25px
}

.article_right .font_size span.notice {
 padding-right: 0;
 float: left;
 font-size: 12px
}

.article_right .font_size a {
 display: block;
 float: left;
 width: 20px;
 height: 25px;
 overflow: hidden;
 text-indent: -2000em
}

.article_right .font_size a.smaller {
 background: url(/Content/Areas/Common/images/Article/icon_1.jpg) 0 center no-repeat;
}

.article_right .font_size a.larger {
 background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -27px center no-repeat
}

.article_right .font_size a.default {
 background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -49px center no-repeat;
 width: 23px
}

.article_right .article_cont {
 margin-top: 20px;
 line-height: 2em;
 padding-bottom: 20px;
 font-size: 14px;
}

.article_right .article_cont p {
 line-height: 2em;
 padding-bottom: 10px;
}

.article_right .article_video li {
 text-align: center;
}

.article_right .article_video a {
 font-size: 24px;
 line-height: 2em;
}


/*文章表格样式*/

.article_cont table {
 margin: 0 auto;
}

.article_right .article_cont td {
 border: 1px solid #ccc;
 padding: 5px;
}


/*文章视频样式*/


/******************************相关********************************/

i {
 font-style: inherit;
}

.article_right .hide {
 display: none
}

.RelatedOther {
 padding: 0px 0px;
 height: 30px;
 line-height: 30px;
 display: none !important
}

.RelatedOther span {
 display: inline-block;
 cursor: pointer;
 font-size: 14px;
}

.RelatedOther i {
 padding: 0 12px;
}

.RelatedOther .jiu span {
 border-bottom: 2px solid #D11307;
 color: #D11307;
 height: 28px;
}

.RelatedO {
 margin-top: 15px
}

#con_togl_1 h2.Com_tit,
#con_togl_2 h2.Com_tit,
#con_togl_3 h2.Com_tit,
#con_togl_4 h2.Com_tit,
#con_togl_5 h2.Com_tit,
#con_togl_6 h2.Com_tit {
 display: none;
}

#con_togl_1,
#con_togl_2,
#con_togl_3,
#con_togl_4,
#con_togl_5,
#con_togl_6 {
 display: none
}


/*翻页*/

.share {
 margin-top: 20px;
 color: #D11307
}

.share a {
 color: #D11307
}

.share a:hover {
 text-decoration: underline;
}

.prev_next {
 margin-bottom: 10px
}

.share p span {
 background: #D11307;
 color: #FFF;
 padding: 2px 4px;
 margin: 0 2px 0 0px;
}

.article_right .prev {
 line-height: 25px;
 overflow: hidden;
}


/*分页样式*/

.pages {
 line-height: 30px;
 margin: 15px auto!important;
 height: 34px;
 padding: 0 20px;
 float: right;
 _width: 94%
}

.pages form {
 float: left;
 margin: 0 0 0 5px;
 height: 31px;
 line-height: 31px;
}
.pagetz_form{
 display: inline-block;
 vertical-align: middle;
}
.pagetz_input{
 width: 40px;
 height: 31px;
 border: 1px solid #dcdcdc;
 border-radius: 3px;
 padding: 0 5px;
 box-sizing: border-box;
 margin: 0 2px;
}

.pages form .pagetz_input {
 width: 30px;
 margin: 0 5px;
 border: 1px solid #dcdcdc;
 height: 28px;
 line-height: 28px;
 display: block;
 float: left
}

.pages .pagetz_btn {
 /* width: 30px; */
 margin: 0 2px;
 border: 1px solid #dcdcdc;
 /* height: 30px; */
 display: inline-block;
 /* float: left; */
 cursor: pointer;
 background: #fff;
 border-radius: 3px;
 padding: 5px 10px;
 color: #d11307;
}

.pages .pagetz_btn:hover {
 background: #D11307;
 color: #fff
}

.page_number_div {
 /* float: left; */
 display: inline-block;
 vertical-align: middle;
}

.ae-pagination {
 width: 100%
}

.pagination_page {
 color: #333333!important;
}

.ui-state-default {
 background: none!important;
 height: 24px!important;
 font-size: 14px!important;
 color: #009b80;
 text-decoration: none;
 font-weight: normal;
 border: none!important;
 line-height: 24px;
}

.ui-state-default:hover {
 border: none
}

.ae-pagination a {
 height: 24px!important;
 font-size: 12px;
 margin: 0 2px!important;
 text-decoration: none;
 font-weight: normal;
 padding: 0px!important;
 text-align: center;
 padding: 5px 10px!important;
 border: solid 1px #dcdcdc!important;
 color: #D11307!important
}

.ae-pagination a:hover {
 color: #FFF!important;
 background: #D11307!important;
 border: 1px solid #D11307!important;
}

.pagination_firstpage {
 border: none!important;
 height: 24px!important;
 width: 36px;
 padding: 0px!important;
 text-align: center;
 color: #666666!important;
 line-height: 24px!important;
}

.ae-pagination-current {
 color: #FFF!important;
 background: #D11307!important;
 border: 1px solid #D11307!important;
}

.page_number_div {
 *float: right;
 *height: 35px;
 *padding: 5px 0;
}

.pages a:hover {
 color: #FFF!important;
 background-color: #e64031!important;
 border: 1px solid #e64031!important
}

.pages .ae-pagination-current,
.pages .ae-pagination-current:hover {
 color: #FFF!important;
 background-color: #D11307!important;
 border: 1px solid #D11307!important
}

.pagination_firstpage,
.pagination_previouspage,
.pagination_nextpage {
 cursor: pointer;
}

.ui-corner-all {
 border-radius: 3px!important;
}


/*网站地图样式*/

.WebMap1_ul .WebMap1_li {
 width: 100%;
 margin-top: 10px;
 overflow: hidden;
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a {
 float: left;
 font-size: 14px;
 padding: 3px 8px;
 background: #D11307;
 color: #fff
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a:hover {
 background: #e64031;
 color: #fff
}

.WebMap2_ul {
 overflow: hidden;
 float: left;
 margin-left: 15px;
}

.WebMap2_ul li.WebMap2_li {
 float: left;
 line-height: 28px;
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a {
 border-right: 1px solid #999;
 padding: 0 8px;
 color: #999
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a:hover {
 color: #D11307
}

ul.WebMap3_ul {
 display: none;
}

@media only screen and (max-width:768px) {
 .article_right .article_cont {
 overflow: scroll;
 }
 .article_left {
 display: none
 }
 .article_right {
 width: 100%;
 float: none
 }
 .article_right .Min_Box {
 width: 100%;
 box-sizing: border-box
 }
 .article_right .Min_Box ul.article_list li {
 width: 50%;
 box-sizing: border-box;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 }
 .RelatedOther {
 display: none
 }
 .article_right .article_blue_block .article_cont {
 width: 90%;
 margin: 0 auto;
 }
 .article_video li div {
 margin: 0 auto;
 }
 /*无时间图文栏目列表样式*/
 .article_R {
 display: none!important
 }
 .article_L {
 width: 100%;
 float: none;
 box-sizing: border-box;
 padding: 5px 10px;
 }
 /*文章样式*/
 .article_right .article_cont p img {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 0 auto;
 }
 .sub_tit {
 display: none
 }
}

@media only screen and (max-width:640px) {
 .article_right .Min_Box ul.article_list li {
 width: 100%;
 float: none!important
 }
 /*文章列表页*/
 ul.column_list .articleCont {
 display: none
 }
 ul.column_list li:after {
 content: "";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 ul.column_list li a.dy_title {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 width: 100%;
 display: block;
 float: left
 }
 .pic_list li {
 margin: 10px 2%;
 width: 46%;
 }
 .article_video li div {
 width: 100% !important;
 height: auto !important
 }
 #ckplayer_a1 {
 width: 100% !important;
 height: auto !important
 }
 /*有时间栏目列表*/
 .column_list li .count,
 .column_list li .date,
 .column_list_tit .count,
 .column_list_tit .date {
 display: none
 }
 /*无时间图文栏目列表样式*/
 .article_L .column_list li img {
 display: none
 }
 .article_right .Min img {
 width: 530px !important;
 margin: 0 auto;
 display: block;
 height: auto !important
 }
}

@media only screen and (max-width:540px) {
 .article_right .Min_Box .article_box img {
 display: block;
 float: none;
 width: 100%;
 height: auto;
 }
 a.pagination_page.ui-state-default.ui-corner-all {
 display: none
 }
 .article_right .Min img {
 width: 100% !important;
 }
}

@media only screen and (max-width:375px) {
 .ae-pagination a {
 padding: 5px 5px !important;
 }
}

@media only screen and (max-width:320px) {
 h2.title_header {
 height: auto !important
 }
}  