@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
}
*{
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
img {
    border: 0;
    height: auto;
    width: auto;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 13px;
    background: #f8f8f8;
    color: #656565;
    letter-spacing: 0.5px;
}
@media only screen and (min-width: 1200px) {
    body{
        /*background: url(/src/blog/image/background.jpg) repeat repeat fixed top;*/  
        background-position: 89% 35%;
    }
}
a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}
a:hover {
    /*color: #4398ed;*/
}
::selection{background:#d6623d;color:#fff;}

.clear {
    clear: both;
}
.fixed{
    position: fixed;
}
#mainlist {
    width: 1260px;
    margin: 0px auto;
    overflow: hidden;
}
#container {
    width: 1260px;
    margin: 0px auto;
    overflow: hidden;
}
#container-page {
    width: 1125px;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom:30px;
}
#containere {
    width: 1280px;
    margin-left: -20px;
}
.containee {
    width: 890px;
    float: left;
}
.content-text h1{
    text-indent: 0.5em !important;
    padding: 3px 0 !important;
}
.content-text h1 span{
    background-color: #f7f7f7 !important;
}
.pages {padding: 30px 0 30px;text-align: center}
.pages li {display: inline; margin:0 2px; font-size:12px}
.pages li.thisclass, .pages a:hover{padding: 3px 8px; border: 1px solid #d6623d;	background: #d6623d;color: #fff;text-decoration: none}
.pages a{padding: 3px 8px;border: 1px solid #CCC;background: #fff;color: #A4A4A4;line-height: 18px; font-size:12px}
.actGotop{position: fixed;display: block;right:18%;top: 65%;display: none;}
.actGotop img{cursor:pointer;}
@media only screen and (max-width: 768px) {
    .actGotop{display: none !important;}
}
.mydiv {
    top: 2px;
}
.mydiv img{
    max-width: 300px;
}
.single_section {
    margin-top: 42px;
    padding: 0 10px 0 10px;
    margin-bottom: 20px;
}
.single_section_title {
    margin-bottom: 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
    color: #9e9e9e;
    font-size: 1.2rem;
    font-weight: 400;
}
.single_related_list {
    overflow: hidden;  
    max-height: 330px;  
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 700px) {
    .single_related_item {
        float: left;
        width: auto;
        margin-right: 5px;
        max-width: 24%;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 700px) {
    .single_related_item {
        float: left;
        width: auto;
        margin-right: 5px;
        max-width: 45%;
        padding-bottom: 10px;
    }
}
.single_related_item_imgWrap {
    position: relative;
    margin-bottom: 12px;
}
.single_related_item_img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 126px;
    margin-bottom: 6px;
    border: 6px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.single_related_item_title {
    line-height: 1.4rem;
    font-size: 15px;
    color: #434343;
    max-width: 9rem;
    max-height: 1.5em;
    overflow: hidden;
    text-align: center;
}
.single_related_item_shadowAbove, .single_related_item_shadowBottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fbfbfb;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}