





 







.header_i {
    position: relative;
    height: 5.5em;
    width: 98%;
    left: 1%;
    background-color: #fff;
    -webkit-border-radius: .3em;
    z-index: 10;
}

.color_area {
    position: relative;
    height: .25em;
    width: 100%;
}

    .color_area > div {
        float: left;
        width: 25%;
        height: 100%;
    }

.header_title_outer {
    position: relative;
    margin-top: .75em;
    height: 3.75em;
    width: 100%;
    text-align: center;
}

.big_title {
    position: relative;
    height: 2.5em;
    line-height: 2.5em;
    width: 100%;
}

    .big_title span {
        font-size: 1.67em;
    }

.sub_title {
    position: relative;
    height: 1.25em;
    line-height: 1.25em;
    width: 100%;
    color: #777;
}

    .sub_title span {
        font-size: 1.1em;
    }



.photolist {
    padding: 10px;
}

    .photolist > a {
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
        background-color: #ffffff;
    }

    .photolist span {
        display: block;
    }

    .photolist .img {
        overflow:hidden;
            /* height:150px;*/
        margin: 5px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .photolist img {
        display: block;
        width: 100%;
    }

    .photolist .t {
        display: inline-block;
        width:100%;
        text-indent:10px;
        color:#000000;
    }



        .photolist .t > span {
            display:none;
               float: right;
            padding: 0px 10px 0px 20px;
            background-image: url(../images/iconfont-time.svg);
            background-position: left center;
            background-repeat: no-repeat;
            background-size: auto 60%;
            text-align: right;
            color: #a9b7b7;
            text-indent:0px;
        }
            .photolist .c {
        overflow:hidden;
        margin:0px 10px 5px;
        max-height:40px;
        padding:3px 0px;
        border-top:1px solid #dddddd;
         line-height:1.5em;
        font-size:12px;
        color: #a9b7b7;
    }
/*ÁÐ±íÒ³*/
.album {
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
}

    .album .c {
        background-color: #ffffff;
        padding: 10px;
    }

    .album .i {
        display: inline-block;
        width: 100%;
        border-top: 1px solid #dddddd;
        padding: 5px;
        background-color: #fafafa;
        color: #a9b7b7;
    }

        .album .i > *:nth-child(1) {
            float: left;
            padding: 0px 50px 0px 10px;
            background-image: url(../images/icon_01.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 15px;
            text-indent: 10px;
        }

        .album .i > *:nth-child(2n+2) {
            display: inline-block;
            float: right;
            padding: 0px 10px 0px 20px;
            background-image: url(../images/iconfont-time.svg);
            background-position: left center;
            background-repeat: no-repeat;
            background-size: auto 60%;
            text-align: right;
        }

.photoitem {
    margin: 5px;
    /*-webkit-column-count: 2;*/
    column-width: 140px;
    column-gap: 6px;
    -webkit-column-width: 140px;
    -webkit-column-gap: 6px;
    -moz-column-width: 140px;
    -moz-column-gap: 6px;
    -ms-column-width: 140px;
    -ms-column-gap: 6px;
    -o-column-width: 140px;
    -o-column-gap: 6px;
}

    .photoitem > div {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        font-size: 12px;
    }

    .photoitem span {
        display: block;
    }

    .photoitem .img {
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .photoitem img {
        display: block;
        width: 100%;
    }

    .photoitem .t {
        display: block;
        border-top: 1px solid #cdcdcd;
        padding: 0px 5px;
        background-color: #ffffff;
        text-align:center;
    }

    .photoitem .c {
        display: block;
        border-top: 1px solid #cdcdcd;
        background-color: #ffffff;
        text-align: left;
    }

    .photoitem .b {
        display: inline-block;
        width: 100%;
        background-color: #ffffff;
        color: #787878;
        text-align: center;
    }

        .photoitem .b span {
            display: inline-block;
            width: 50px;
            margin: 0px 4px;
            border-radius: 5px;
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 15px;
            text-indent: 15px;
        }

            /*.photoitem .b span:nth-child(1) {
                background-image: url(../images/icon_01.png);
            }*/

            .photoitem .b span:nth-child(1) {
                background-image: url(../images/icon_02.png);
            }

            .photoitem .b span:nth-child(2) {
                background-image: url(../images/icon_03.png);
            }



/*ÏêÏ¸Ò³*/
.headerbtnbox {
    position: absolute;
    right: 0px;
}

    .headerbtnbox > * {
        display: inline-block;
        margin: 5px;
        width: 40px;
        line-height: 30px;
        text-align: center;
    }

        .headerbtnbox > *:nth-child(1) {
            background-image: url(../images/icon_04.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 80%;
            text-indent: -5000px;
        }

        .headerbtnbox > *:nth-child(2) {
            background-image: url(../images/icon_05.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 80%;
            text-indent: -5000px;
        }

        .headerbtnbox > *:nth-child(3) {
            width: 50px;
            border: 1px solid #ce1212;
            border-radius: 5px;
            background-color: #e64148;
            background-image: -webkit-linear-gradient(#e64148, #d83432);
            background-image: -moz-linear-gradient(#e64148, #d83432);
            background-image: -ms-linear-gradient(#e64148, #d83432);
            background-image: -o-linear-gradient(#e64148, #d83432);
            background-image: linear-gradient(#e64148, #d83432);
            color: #ffffff;
        }

#views .imgbox {
    display: block;
    margin: auto;
    max-width: 100%;
}

.remark {
    padding: 10px;
}

.infosbox span {
    display: inline-block;
    margin: 0px 4px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    padding: 0px 10px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 15px;
    text-indent: 18px;
}

    .infosbox span:nth-child(1) {
        background-image: url(../images/icon_01.png);
    }

    .infosbox span:nth-child(2) {
        background-image: url(../images/icon_02.png);
    }

    .infosbox span:nth-child(3) {
        float: right;
        background-image: url(../images/icon_03.png);
    }
/*ÆÀÂÛ*/
.comment {
    border-top: 1px solid #cdcdcd;
    padding: 10px;
}

    .comment .title {
        border-top: 1px solid #dddddd;
        border-bottom: 2px solid #ccc;
        line-height: 2.5em;
    }

        .comment .title > .all {
            float: right;
        }

    .comment dl {
        line-height: 2em;
        margin-top: 0px;
    }

    .comment dt time, .comment .cbbox time {
        float: right;
    }

    .comment dd, .comment .cbbox > p {
        color: #686868;
    }

    .comment dd {
        overflow: hidden;
        margin: 0px;
        border-bottom: 1px solid #dcdcdc;
    }

    .comment .cbbox {
        margin: 3px 0;
        border: 1px solid #eae9d7;
        padding: 7px 14px;
        background: #f9f7e8;
    }

        .comment .cbbox > p {
            overflow: hidden;
            margin: 0px 0px 10px;
        }

    .comment .publish, .comment .pagenext > a {
        width: 100%;
        text-align: center;
    }

    .comment .form {
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .comment .btnbox {
        text-align: right;
    }



    .telView {
    position:absolute;

    z-index:1000;
    border-radius:25px;
    width:40px;
    height:40px;

    background-color:rgba(0, 0, 0, 0.3);
  
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
}   .telView.icon:before{
  	position:absolute;
	top:0px;
	left:0;
	font-size: 30px;
	width: 100%;
    line-height:40px;
    color:#ffffff;
    text-align:center;
    }  
      .telView.h {
                  
    top:10px;
    right:10px;


}          .telView.m {
                   
    top:10px;
    right:70px;

}      .telView.l {
                   
    top:10px;
    left:10px;

}
             body>   a.telView.l:before {

  font-size: 20px!important;   
   line-height:40px!important;

} 

           
.themebgimage {
    display: block;
  
}


    .themebgimage .t {
        position: absolute;
        left: 0px;
        z-index: 1;
        top: 0px;
        width: 100%;
    }

    .themebgimage .img {
        position: relative;
        display: block;
        background-color: #ffffff;
    }



        .themebgimage .img img {
            display: block;
            width: 100%;
        }
        .timedate{
    background-color:#0d89d3;
    color:#ffffff;
    background-image:url(../images/icon-3.png);
    background-position:10px center;
    background-repeat:no-repeat;
    background-size:auto 60%;
    text-indent:30px;
        }
