@charset "utf-8";
.frame-page{
    background-color: #F9F9F9;
    padding: 5px 10px 30px;
    min-height: 500px;
}

/* ×ó²àµ¼º½ */
.frame-page .main-left {
    width: 21%;
    position: relative;
    float: left;
    background-color: #F9F9F9;
}
.frame-page .main-left h1 {
    color: #114fa4;
    font-size: 2.4em;
    text-indent: 40px;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    background: #297BE9 url('../images/common/ico_sidebar.jpg') no-repeat 20px center;
}
.frame-page .main-left h1 .en{
    font-family: 'Arial';
    color: #777777;
    font-size: 0.5em;
}
.frame-page .menu-list{
    padding: 10px;
    background-color: #FFF;
}
.frame-page .menu-list li {
    display: inline-block;
    width: 100%;
}

.frame-page .menu-list li a {
    font-size: 1.6em;
    color: #333;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #E9EDF6;
    margin: 1px auto;
    background-position: 80% center;
    background-repeat: no-repeat;
}
.frame-page .menu-list li a:hover,
.frame-page .menu-list li a.selected{
    background-color: #35B4F7;
    color: #FFF;
}
.new-trends{
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-top: 20px;
    background-color: #FFF;
}
.new-trends h3{
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 1.8em;
    color: #000000;
    display: block;
    width: 99%;
    line-height: 35px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.new-trends span:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -3px;
    /* background-color: #e2e2e2; */
}
.new-trends a{
    display: block;
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 1.4em;
    color: #333333;
    line-height: 28px;
    border-bottom: 1px dotted #E2E2E2;
    padding-left: 10px;
    padding-top: 10px;
    background-image: url('/Public/Home/images/common/ico_trends_un.png');
    background-position: 0 22px;
    background-repeat: no-repeat;
}
.new-trends a:hover{
    color:#297BE9;
    border-bottom: 1px dotted #297BE9;
    background-image: url('/Public/Home/images/common/ico_trends_on.png');
}
.new-trends a span{
    display: block;
    color:#AAAAAA;
    text-indent: 10px;
}
/* ÓÒ²àÄÚÈÝÇø */
.frame-page .main-right {
    width: 78%;
    float: right;
    margin-left: 1%;
    background-color: #FFF;
}
/* Ãæ°üÐ¼µ¼º½ */
.location-main{
    height:60px;
    line-height: 60px;
    border-bottom: 1px solid #3E88EB;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    padding-left: 25px;
}
.location-path .location-title{
    font-size: 1.8em;
    color:#297BE9;
}
.location-main-path{
    float: right;
    padding-right: 18px;
    font-size: 1.6em;
    background: url('/Public/Home/images/common/ico_location.png') 0 center no-repeat;
    padding-left: 15px;
}
.location-main-path a{
    display: inline-block;
    font-family: "Microsoft YaHei";
    color:#040000;
    line-height: 40px;
}
.location-main-path a:last-of-type{
    color: #114fa4;
}
.location-main-path em{
    display: inline-block;
    font-family: "Microsoft YaHei";
    color:#666666;
    line-height: 40px;
    padding: 0 3px;
}
.location-main-path em:last-child{
    display:none
}
 .blogroll{display:none}


/* 1024-1199 */
@media only screen and (max-width: 1199px) {
    .frame-page{
    min-height: 400px;
}
/* .location-main-path{
    width: 38.5%;
    padding-left: 20px;
} */
.frame-page .main-left {
    width: 25%;
}
.frame-page .main-right {
    width: 73%;
}
}
/*768 - 1023*/

@media only screen and (max-width: 1023px) {
    .frame-page{
    min-height: 600px;
    }
    /*×ó²àÄ¿Â¼Ê÷*/
    .frame-page .main-left {
        display: none;
        float: none;
    }
    /*ÓÒ²àÄÚÈÝ*/
    .frame-page .main-right {
        width:100%;
        float: none;
        padding: 0;
        margin: 10px auto;
    }
    .location-main{
        margin-bottom: 10px;
    }
}

/*640 - 767*/

@media only screen and (max-width: 767px) {
.frame-page{
    min-height: 300px;
}
}


/*480 - 639*/

@media only screen and (max-width: 639px) {
.location-main a,
.location-main em{
    display: none;
}
.location-main a:first-of-type,
.location-main a:last-of-type,
.location-main em:first-of-type{
    display: inline-block;
}
}


/*360 - 479*/

@media only screen and (max-width: 479px) {
    .location-main{
        padding-left: 2px;
        background: none;
        line-height: 40px;
        height: auto;
        padding-right: 0;
        padding-left: 5px;
    }
    .location-main-path{
        float: none;
    }

    .location-path .location-title{
        font-size: 2.0em;
    }

}


/*320 - 359*/

@media only screen and (max-width: 359px) {

}
