﻿@charset "utf-8";
*{margin:0px;padding:0px;}
/*内外边距初始化*/
html, body, div, h1, h2, h3, h4, h5, h6, p, th, strong, var, em , span, img, input, textarea, ul, ol, li, hr { margin: 0;padding: 0;font-size:62.5%; font-family:"微软雅黑",Arial, Helvetica, sans-serif; }
/*去除 list 默认样式*/
ul, ol {list-style-type: none;}
/*去除 a 标签默认样式*/
a {text-decoration: none;}
/*左右浮动*/
.fl {float: left;}
.fr {float: right;}
/*去除读取内容样式*/
th, strong, var, em {
    font-weight: normal;
    font-style: normal;
}
/*清除浮动*/
.clear{clear:both;}
.clearfix::after {display: block; height: 0; content: ""; clear: both; visibility: hidden;}
/*不同字号*/
.f-13 {font-size: 1.3rem;}
.f-14 {font-size: 1.4rem;}
.f-16 {font-size: 1.6rem;}
.f-18 {font-size: 1.8rem;}
.f-20 {font-size: 2rem;}
/*元素类型*/
.inline {display: inline;}
.block {display: block;}
.inline-block {display: inline-block;}
/*box-sizing*/
.border-box {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*外边距*/
.mar20 { margin:20px auto;}
.mar15 { margin:15px auto;}
.mar10 { margin:10px auto;}
/*内边距*/
.pad20 { padding:20px;}
.pad15 { padding:15px;}
.pad10 { padding:10px;}
/*省略号*/
.slh {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.slhm {overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
/*透明度*/
.opacity{opacity: 0; cursor:pointer;  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);}
/*首行缩进*/
.shsj { text-indent:2em}
/*字体对齐*/
.textl {text-align:left}
.textc {text-align:center}
.textr {text-align:right}
/*强制换行*/
.qzhh {word-wrap:break-word; word-break:break-all; padding:0px;}
/*图片链接边框*/ 
.borimg{border:0 none;}
/* 鼠标样式 */
.pointer{ cursor:pointer;}
/* 定位关系 */
.absolute{ position:absolute;}
.relative{ position:relative;}

.wirte{color:#fff;}
.line-35{line-height:35px}
.line-45{line-height:45px;}
.line-25{line-height:25px;}
/*-------------分割线-----------------*/
/*top 内边距为 12
main: 内边距为 20
上下栏目边距为 15px*/

/*顶部*/
.top{width:100%; max-width:750px; margin:0 auto;overflow:hidden;padding:0 12px; box-sizing:border-box; background:#0a95e1; }
.top_nav{font-size: 1.6rem; color:#fff; line-height: 43px;margin-top: 5px;}
.top_nav img {display: inline-block;margin-left: 6px;position: relative;top: 3px;width: 20px;}

/*主体*/
.main{width:100%; max-width:750px; margin:0 auto;overflow:hidden; box-sizing:border-box; background:#eff0f2;}


/*公告内容*/
.main_qx {padding: 0 20px;background-color: #fff;border-bottom: 1px solid #d9d9d9;text-align:  center;padding-bottom: 25px;}
.main_qx img {width: 50%;margin-top: 50px;}
.main_qx p { font-size: 1.8rem; font-weight: 600;  color: #753823;
    line-height:  40px;}
.main_ts {
    width: 100%;
    background: #fffdee;
    border: 1px solid #e2ddbb;
    border-radius: 15px;
    margin: 0 auto;
	margin-top:22px;
    font-size: 30px;
    text-align:  left;
    padding:  20px;
    box-sizing:  border-box;
}

.main_ts div {
    color: #333333;
    font-weight: 600;
}

.main_ts p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 40px;
    padding-top:  15px;
}

span.orange {
    display:  inline-block;
    font-size: 18px;
    color: #f67a00;
}
.link_us {
    margin-top:  25px;
    background:  #fff;
    margin-bottom: 25px;
}

.link_us img {
    display:  inline-block;
    width: 50px;
    vertical-align:  middle;
    margin-top: 6px;
}

p {}

.link_us p {
    display:  inline-block;
    vertical-align: top;
    font-size: 28px;
    margin-left: 15px;
}

.link_us p span {
    display:  block;
    line-height: 25px;
    margin-top: 4px;
}

.link_us li {
    height: 79px;
    margin: 0px 20px;
    padding: 7px 5px;
    position:  relative;
    box-sizing:  border-box;
    border-bottom: 1px dotted #d5d5d5;
}

.link_us li:last-child {
    border: none;
}
.num_blue{
	color: #0a95e1;
    font-weight: 600;
    font-size: 24px;	
}

a.link_QQ {
    position:  absolute;
    right: -11px;
    text-align: right;
    top: 30px;
}

a.link_QQ img {
    width: 50%;
}








/*底部*/
.footer{width:100%; max-width:750px; margin:0 auto;overflow:hidden;padding: 10px 12px 20px 12px; box-sizing:border-box; background:#5d626a; }

