body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
    border: 0 none
}


/* 重置fieldset（表单分组）、图片的边框为0*/

blockquote,
q {
    quotes: none
}


/* 重置嵌套引用的引号类型 */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}


/* 重置嵌套引用*/

input,
select,
textarea,
button {
    vertical-align: middle
}


/* 重置表单控件垂直居中*/

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}


/* 重置表单button按钮效果 */

body {
    background: #fff
}


/* 重置body 页面背景为白色 */

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #000
}


/* 重置页面文字属性 */

a {
    color: #666;
    text-decoration: none
}


/* 重置链接a标签 */

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


/* 重置链接a标签的鼠标滑动效果 */

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}


/* 重置样式标签的样式 */

caption {
    display: none;
}


/* 重置表格标题为隐藏 */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}


/* 重置table属性 */

img {
    vertical-align: top
}


/* 图片在当前行内的垂直位置 */

iframe {
    border: 0px;
}


/* 页面设置 */


/* 取消a标签点击后的虚线框 */

a {
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

li {
    list-style-type: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000;
}

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

a:active {
    text-decoration: none;
    color: #000;
}

body,
th,
td {
    font: "微软雅黑";
}


/*====================首页开始====================*/

html {
    height: 100%;
}

body {
    height: 100%;
}

.main_body {
    width: 100%;
    position: relative;
    min-height: 100%;
    padding-bottom: 62px;
}


/* 头部 */

.main_bodyTop {
    background: url(../img/png_2.png);
    height: 3px;
/*    padding: 11px 10px 0px 10px;*/
}

.main_bodyTop_tuji {
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
}

.main_bodyTop_zi {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 5px auto 0;
}

.main_bodyTop_zi2 {
    width: 51px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #FFF;
    display: inline-block;
    border-left: 1px solid #FFF;
    margin-left: 5px;
    text-align: center;
}

.top_Icon {
    width: 115px;
    height: 26px;
    display: inline-block;
    margin-bottom:5px;
}

.top_Icon img {
    height: 100%;
    width: 100%;
    vertical-align: middle;

}


/* navbar */

.navbar {
    margin: 0 auto;
}

.navbar .navbar_list {
    width: 100%;
    height: 28px;
    line-height: 26px;
    overflow-x: scroll;
    overflow-y: hidden;
    list-style: none;
    text-align: center;
}

.navbar .navbar_list li {
    width: 14.5%;
}

.webkit_box {
    display: -webkit-box;
}

.webkit_box_middle {
    -webkit-box-align: center;
}

.webkit_horizontal {
    -webkit-box-orient: horizontal;
}

.nanbar_listInner {
    font-size: 15px;
    color: #666666;
    height: 100%;
    text-align: center;
}

.navbar .navbar_list .active {
    font-size: 15px;
    border-bottom: 2px solid #07aeff;
    color: #07aeff;
}

.middleall {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 10px;
}


/* swiper */

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide1 img {
    width: 100%;
    height: auto;
    position: relative;
}

.swiper_title {
    width: 100%;
    position: absolute;
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
    padding-right: 65px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}


/* swiper修改样式 */

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1f93ff;
}


/* 内容 */

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

.message_imgleft {
    width: 130px;
    height: 70px;
    vertical-align: top;
}

.content_inner {
    border-top: 1px solid #efefef;
    padding: 5px 0px;
}

.content_inner:first-child {
    border-top: none;
}

.content_innerDetail {
    display: inline-block;
    height: 70px;
    position: relative;
    width: calc(100% - 135px);
    vertical-align: top;
}

.content_innerDetail2 {
    width: 100%;
    display: inline-block;
    height: 70px;
    position: relative;
    vertical-align: top;
}

.content_innerDetail3 {
    width: 100%;
    display: inline-block;
    height: 110px;
    position: relative;
    vertical-align: top;
}

.message_imgThree:first-child {
    margin-left: 0;
}

.message_imgThree {
    width: 31.3%;
    height: 70px;
    margin-left: 5px;
    margin-top: 5px;
}

.content_innerDetail4 {
    width: 100%;
    display: inline-block;
    height: 250px;
    position: relative;
    vertical-align: top;
}

.message_imgfour {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.title1 {
    font-size: 16px;
    color: #272727;
    line-height: 20px;
    height: 40px;
}

.bottom_p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.title2 {
    font-size: 12px;
    color: #c7c7c7;
    float: right;
}

.time {
    font-size: 12px;
    color: #c7c7c7;
    float: left;
    margin-right: 5px;
}

.message_img {
    height: 12px;
    width: 12px;
    float: right;
    margin-right: 5px;
}

.title3 {
    font-size: 12px;
    color: #c7c7c7;
    float: right;
}

.load {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.load img {
    width: 40px;
    height: 20px;
    vertical-align: middle;
}

.load span {
    font-size: 12px;
    color: #07aeff;
    vertical-align: middle;
}

.footer {
    width: 100%;
    height: 62px;
    padding-top: 9px;
    width: 100%;
    text-align: center;
    background: #0090ff;
    position: absolute;
    bottom: 0;
}

.footer p {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}


/*====================首页结束====================*/


/*====================专题列表开始====================*/

.zhuanti_lb ul li {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 10px;
}

.zhuanti_lb ul li img {
    width: 100%;
    height: 100%;
}

.zhuanti_lb ul li .yinying {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    padding-left: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fffefe;
}


/*====================专题列表页结束====================*/


/*====================详情页开始====================*/

.xiangqing .dbt {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #272727;
}

.xiangqing .xbt {
    line-height: 22px;
    color: #c7c7c7;
}

.xbt_right {
    float: right;
}

.xbt_right img {
    width: 20px;
    height: 16px;
    margin: 3px 5px auto auto;
}

.xiangqing .intro {
    font-size: 15px;
    color: #333333;
    text-indent: 2em;
    line-height: 28px;
    margin-top: 11px;
}

.xiangqing .intro img {
    width: 355px;
    height: 198px;
    margin-left: -30px;
}


/*====================详情页结束====================*/


/*====================专题页面开始====================*/

.zhuanti_tu {
    width: 100%;
    height: 235px;
}

.zhuanti_tu img {
    width: 100%;
    height: 100%;
}

.zhuanti_top {
    width: 295px;
    height: 54px;
    line-height: 17px;
    border-left: 5px solid #e0e0e0;
    font-size: 13px;
    color: #c7c7c7;
    padding-left: 16px;
}

.zhuanti_top span {
    font-size: 15px;
    color: #999999;
    margin-right: 6px;
}


/*====================专题页面结束====================*/


/*====================图片列表页结束====================*/

.pics_lb ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 12px;
    clear: both;
}

.pics_lb_tu {
    width: 100%;
    height: auto;
}

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

.pics_lb ul li .title1 {
    width: 285px;
    line-height: 32px;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pics_lb ul li .time {
    margin-left: 10px;
}

.pics_lb_bottom {
    padding-right: 10px;
}

.pics_lb .xian {
    width: 95%;
    height: 1px;
    margin: 6px auto 0;
    background-color: #efefef;
}


/*====================图片列表页结束====================*/


/*====================图片页面开始====================*/

.picsall {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

#pinglun {
    width: 207px;
    height: 24px;
    border: 1px solid #666666;
    border-radius: 25px;
    color: #333333;
    background-color: #000000;
    padding-left: 10px;
}

.pics_xiaotu1 {
    width: 22px;
    height: 24px;
    float: right;
    background-image: url(../img/png_6-1.png);
}

.pics_xiaotu1:hover {
    background-image: url(../img/png_6.png);
}

.pics_xiaotu2 {
    width: 22px;
    height: 24px;
    float: right;
    background-image: url(../img/png_7-1.png);
    margin: 0 10px;
}

.pics_xiaotu2:hover {
    background-image: url(../img/png_7.png);
}

.pics_xiaotu3 {
    width: 22px;
    height: 24px;
    float: right;
    background-image: url(../img/png_8-1.png);
}

.pics_xiaotu3:hover {
    background-image: url(../img/png_8.png);
}


/*====================图片页面结束====================*/


/*==================404页面开始========================*/

.zhaobudao {
    width: 70%;
    height: 22%;
    margin: 30% auto 0;
    background-color: #f7f7f7;
    font-size: 1rem;
    border: 1px solid #c5c9cc;
    border-radius: 1%;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 3%;
}

.zhaobudao span {
    width: 100%;
    font-size: 4rem;
    display: block;
}


/*==================404页面结束========================*/