锘?* 鎷涜仒浼?*/
.zph {
    width: 94%;
    margin: auto;
    overflow: hidden;
}

    .zph .line {
        clear: both;
    }

    .zph .city {
        width: 95%;
        border: 1px solid #cccccc;
        height: 35px;
        line-height: 35px;
        text-align: center;
        margin-top: 10px;
        margin-left: 3px;
        margin-right: 3px;
        display: inline-block;
    }

        .zph .city a {
            font-size: small;
            color: #333333;
            display: block;
            text-decoration: none;
        }

/* 鍒楄〃 */
.list {
    padding: 0px;
    width: 100%;
}

    .list .title {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        clear: both;
    }

        .list .title strong {
            font-size: 20px;
        }

    .list .item {
        position: relative;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #cccccc;
    }

        .list .item:after {
            position: absolute;
            content: ' ';
            top: 50%;
            right: 15px;
            margin-top: -4px;
            width: 6px;
            height: 6px;
            border: #999999 solid;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            border-width: 2px 2px 0 0;
            display: block;
        }

        .list .item a {
            margin-left: 10px;
            color: #333333;
            display: block;
            text-decoration: none;
        }

        .list .item .short {
            font-size: small;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .list .title .text {
        float: left;
        margin-left: 10px;
    }

    .list .title .select {
        width: 106px;
        float: right;
        padding-left: 20px;
        cursor: pointer;
        text-align: left;
    }

    .list .title .selected {
        width: 106px;
        float: right;
        cursor: pointer;
        background-color: #666666;
        color: #ffffff;
        padding-left: 20px;
        text-align: left;
    }
    /* 鍒楄〃涓嬫媺灞?*/
    .list .type_div {
        z-index: 1;
        display: none;
        position: absolute;
        background-color: #666666;
        color: #ffffff;
    }

        .list .type_div .type_item {
            text-align: center;
            float: left;
            width: 33.1%;
            border-bottom: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
        }

            .list .type_div .type_item a {
                color: #ffffff;
                display: block;
                text-decoration: none;
            }

            .list .type_div .type_item .item_text {
                font-size: small;
                width: 90%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
/* 鐢ㄤ簬鍚勫垪琛ㄦ爣棰?*/
.green {
    background: #6cba49;
}

.orange {
    background: #ff8800;
}

.blue {
    background: #1870d9;
}

.gray {
    background-color: #eeeeee;
}

    .gray .text {
        color: #999999;
    }
/* 鍚戜笅鍥炬爣 */
.downward {
    margin-right: 20px;
    float: right; /* background: url(/uploads/image/images/downward.png) center no-repeat; */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/* 鍚戜笂鍥炬爣 */
.upward {
    margin-right: 20px;
    float: right; /* background: url(/uploads/image/images/upward.png) center no-repeat; */
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
/* 鏂囩珷 */
.arttop {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    line-height: 30px;
    padding: 10px 0 10px 0;
    width: 100%;
}
    /* 涓婁竴绾ф寜閽?*/
    .arttop .parent {
        width: 60px;
        margin-left: 10px;
        border: 1px solid #d1d1d1;
        text-align: center;
        border-radius: 2px 2px 2px 2px;
        cursor: pointer;
        position: absolute;
    }

        .arttop .parent a {
            color: #787878;
            display: block;
        }

    .arttop .name {
        font-size: 16px;
        text-align: center;
    }

    .arttop .function {
        border: 1px solid #d1d1d1;
        border-radius: 2px 2px 2px 2px;
        display: block;
        height: 29px;
        width: 29px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.arttitle {
    padding: 10px 10px 15px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    border-bottom: 3px solid #e7e7e7;
    position: relative;
}

    .arttitle:after {
        position: absolute;
        left: 0;
        bottom: -3px;
        border-bottom: 3px solid #ff9900;
        width: 80px;
        content: "";
    }

.atrinfo {
    text-align: center;
    color: #9e9e9e;
    font-size: 13px;
    line-height: 30px;
}

.artcontent {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}
.artcontent img {
    width:100%
}
/* 鐩稿叧鏂囩珷 */
.otherart {
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px;
    border: 1px solid #efefef;
}

    .otherart .title {
        background: #3078d8;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

    .otherart ul {
        padding: 0;
        margin: 10px 0 10px 25px;
    }

        .otherart ul li {
            line-height: 30px;
            height: 30px;
        }

            .otherart ul li a {
                font-size: 14px;
                color: #3078d8;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
            }

/* 璧勮椤垫悳绱㈡爮 */
.artsearch {
    margin: auto;
    width: 94%;
    margin-top: 10px;
    position: relative;
    padding: 5px;
    background: #eee;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.icon-isearch:before {
    content: "g";
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 8px;
    left: 8px;
    background: #fff;
}

.artsearch .inputbox {
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    color: #999;
}

.artsearch .inputsearch {
    position: absolute;
    width: 37px;
    height: 37px;
    top: 5px;
    right: 5px;
}
/* 鎵嶈矾璁㈤槄 */
.subscription {
    width: 100%;
    text-align: center;
    background: url(/uploads/image/images/subscription.jpg) center no-repeat #1b1b95;
    height: 200px;
}

    .subscription .input_email {
        width: 180px;
        border-radius: 2px;
        font-size: 14px;
        box-shadow: 2px 2px 2px #f1f1f1 inset;
        outline: medium none;
        height: 30px;
        padding-left: 5px;
    }

    .subscription .submit_btn {
        width: 50px;
        text-align: center;
        height: 30px;
        border-radius: 2px;
        background: #f8da47;
        font-size: 14px;
    }

.activitystatus {
    bottom: 0;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px;
}
