/*
Theme Name:  Fly 1.0
Version: 1.0
*/

* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 10px!important;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 1.6rem;
    font-family: Microsoft Yahei;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
form,
dt,
dd,
dl {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

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

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

.derd {
    color: #00F;
    margin-left: 10px
}


/* 头部 */

.toptt {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 100%;
    text-align: center;
    color: #fff;
    background: url(../cxxttt.jpg);
    margin: 2rem 0;
    font-size: 1.8rem;
}

.weui-cell__ft,
.del {
    line-height: 2.6rem;
    text-align: left;
    padding-left: 2em;
}

.weui-panel__hd a img {
    padding-top: 1.5rem;
    width: 6rem;
}

.weui-panel__hd a h4 {
    padding-top: 1rem;
}

.byimg {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.content {
    display: none;
    line-height: 2.2rem;
    padding: 2rem 2em;
    border-bottom: 1px solid #ccc;
}

.weui-cell__bd {
    width: 100%;
    height: 3.8rem;
    line-height: 3.8rem;
    background: #fbfbfb;
    border-bottom: 1px solid #ccc;
    text-indent: 4em;
    overflow: hidden;
}

.title {
    position: relative;
}

.title p {
    position: absolute;
    line-height: 3.4rem;
    top: 0;
    left: 2rem;
    font-weight: bold;
    color: #aaa;
    transition: all 0.2s linear;
    font-family: 宋体;
}

.btmintro {
    padding: 2rem 2em 0;
}

a.weui-btn.weui-btn_mini.weui-btn_default {
    width: 40%;
    height: 3rem;
    line-height: 3rem;
    background: rgb(240 160 40);
    display: block;
    float: left;
    border-radius: 0.5rem;
    margin-left: 7%;
    text-align: center;
    color: #fff;
}

.button-sp-area {
    margin: 2rem 0;
    height: 3rem;
}

p.weui-footer__text {
    text-align: center;
}

.button-sp-area a.rightbtn {
    float: right!important;
    margin-right: 7%;
    margin-left: 0!important;
}

.arrboxs h2 {
    text-align: center;
    padding: 10px;
    width: 40%;
    margin: 0 auto;
    background: #f69735;
    line-height: 16px;
    color: #fff;
    margin: 20px auto;
    font-size: 16px;
    border-radius: 10px;
    font-weight: normal;
    letter-spacing: 2px;
}

.zhuanyetitle {
    width: 30%;
    float: left;
    box-sizing: border-box;
    line-height: 30px;
    height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgb(245 251 255);
    border: 1px solid #ccc;
    border-right: 0;
}

.innerbox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.zhuanyetitle ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.zhuanyetitle ul li.active {
    background: #e1f3f9;
}

.zhuanyetitle ul li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhuanyetitle ul li span.titlebox {
    display: block;
    width: 80%;
    font-size: 14px;
    line-height: 20px;
    padding-left: 1em;
    box-sizing: border-box;
    padding: 5px 0 5px 1em;
}

.zhuanyetitle ul li .right-arrow {
    display: block;
    position: relative;
    width: 10%;
    height: 30px;
    float: right;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -15px;
}

.zhuanyetitle ul li .right-arrow::after {
    display: inline-block;
    content: " ";
    height: 5px;
    width: 5px;
    border-width: 3px 3px 0 0;
    border-color: #8e8e8e;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 35%;
}

.zhuanyeinfo {
    width: 70%;
    height: 325px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    background: #e1f3f9;
    border-left: 0;
}

.zhuanyeinfo .content {
    display: block;
}

.zhuanyeinfo .panel {
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.zhuanyeinfo .panel table {
    table-layout: fixed;
    width: 100%;
}

.zhuanyeinfo .panel table td {
    padding: 5px 0;
}

.zhuanyeinfo .panel table td a {
    color: #3171d2;
}

.zhuanyeinfo .panel table tr td:first-child {
    text-indent: 10px;
}

.zhuanyeinfo .panel p {
    padding: 0 10px 10px 10px;
}