.content {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
    height: 100%;
    padding-top: 20px;
}

.left {
    float: left;
    height: 100%;
    max-height: 750px;
    width: 200px;
    overflow: auto;
    background-color: #ffffff;
}

.left h5 {
    margin: 10px;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 0;
    position: relative;
    padding-right: 15px;
}

.left .h5_nav:hover {
    color: #1da7e7;
}

.left h5 i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "宋体";
    line-height: 20px;
    height: 20px;
}

.left .left-item .active {
    color: #1da7e7;
}

.left li {
    margin: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}

.left li a {
    display: block;
}

.left li a:hover {
    color: #1da7e7;
}

.left li:hover {
    color: #1da7e7;
}

.left li.active {
    color: #1da7e7;
}

.left li.active a {
    color: #1da7e7;
}

.article-wrap {
    width: 740px;
    float: left;
    background-color: #ffffff;
    margin: 0 20px;
    overflow: hidden;
    padding: 0 20px;
}

.article-wrap ul {
    padding: 0px 40px 20px;
}

.article-wrap ul li {
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 1.6;
}

.article-wrap ul li a:hover {
    color: #1da7e7;
}

.right {
    float: right;
    width: 280px;
}

.city-box {
    background: #ffffff;
    font-size: 13px;
}

.city-box .city_name {
    width: 33.33%;
    float: left;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}

.city-box .city_name .active {
    color: #1da7e7;
}

.city-box li:hover a {
    color: #1da7e7;
}

.city-box .search {
    margin: 10px 20px;
    position: relative;
}

.city-box .search-list {
    position: absolute;
    height: 170px;
    width: 135px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    left: 70px;
    overflow: auto;
    display: none;
    box-shadow: 0 0 5px #ccc;
}

.city-box .search-list li {
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}

.city-box .search-list .no-data {
    line-height: 140px;
    text-align: center;
    color: #7c7c7c;
}

.city-box .search input {
    width: 125px;
    height: 24px;
    outline: 0;
    padding: 0 5px;
}

.city-box .search i {
    float: right;
    line-height: 26px;
    color: #1da7e7;
    cursor: pointer;
}

.app-box {
    background-color: #ffffff;
    padding: 20px;
    margin: 20px 0;
}

.app-box a {
    margin: 10px 0;
    display: block;
}

.app-box .icon-box {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.app-box .icon-box img {
    width: 40px;
    display: block;
    border-radius: 5px;
}

.app-box h5 {
    margin: 0;
    font-weight: 100;
    font-size: 15px;
    color: #1da7e7;
}

.app-box p {
    font-size: 13px;
    color: #7c7c7c;
    padding-top: 3px;
}

.right-box {
    background-color: #ffffff;
    padding: 20px;
}

.right-box h5 {
    margin: 0;
    border-bottom: 4px solid #1da7e7;
    padding-bottom: 10px;
}



html {
    background-image: url(/static/index_static/img/timg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    background: rgba(255, 255, 255, 0.9);
}

.right-box a {
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}

.right-box a span {
    color: #7c7c7c;
    font-size: 13px;
}

.right-box a p {
    font-size: 14px;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nodata {
    text-align: center;
    margin-top: 150px;
    color: #7c7c7c;
}

.empty {
    height: 30px;
}

.empty:last-child {
    display: none;
}
.article-wrap{
    position: relative;
}
.gz-btn{
    border: 1px solid red;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    color: red;
    font-size: 14px;
}
.gz-box{
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15px;
    width: 300px;
    border-radius: 3px;
    top: 50px;
    right: 10px;
    display: none;
}
.row-box {
    display: flex;
    margin: 30px 0;
}
.row-box img{
    width: 90px;
    height: 90px;
}
.row-box .info{
    padding-left: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row-box .name{
    font-size: 18px;
    font-weight: 600;
}
.row-box .intro{
    font-size: 13px;
    color: #999;
}
.gz-box .link{
    display: flex;
    /*border-top: 1px solid #ccc;*/
    padding-top: 10px;
    justify-content: space-between;
    font-size: 14px;
}
.gz-box .link a{
    border: 1px solid red;
    color: red;
    padding: 2px 10px;
    border-radius:2px;
}
.gz-box .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}