/*Ê×Ò³*/

.menuvice_top{
    width: 100%;
    display:inline-block;
        background-color: #052447;
    background-image: -webkit-linear-gradient(#0b4588, #052447);
    background-image: -moz-linear-gradient(#0b4588, #052447);
    background-image: -ms-linear-gradient(#0b4588, #052447);
    background-image: -o-linear-gradient(#0b4588, #052447);
    background-image: linear-gradient(#0b4588, #052447);
    line-height:3em;
    
}
    .menuvice_top a {
        display: inline-block;
        overflow: hidden;
        width: 24%;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        float:left;
        position:relative;
    }
    .menuvice_top a::after
    {
        content: "|";
        display: block;
        position: absolute;
        top: 0px;
        right: -1px;
        }
.menuvice {
    width: 100%;
    padding: 20px 0px; 
    display:inline-block; 
}
    .menuvice a {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        color:#666666;
        line-height: 40px;
        text-align: left;
        white-space: nowrap;
        padding-left:20px;
        float:left;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }
/*ËÑË÷*/
input#search_home_text {
width: 100%;
}
.search_index {


}
.search_index div:nth-child(1) {
    display:block;
    float:left;
    width:80%; 
    margin:0px 10px;
}
.search_index a  {
   display:inline-block;
   width:40px;
   height:50px;
   background-image:url(../../images/bg-search_index.jpg) ;
   background-repeat:no-repeat;
   background-size:40px;
   background-position: center top;
   text-indent:-5000px;
}
/*²Ëµ¥*/
.listbox .titleHome {
    position: relative;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;

    line-height: 40px;
    background-color:#efefef;
}
.listbox .titleHome.on {
    border-top: 1px solid #214369;
    border-bottom: 1px solid #214369;
    background-color:#072c56;
      
}


    .listbox .titleHome a {
        display: block;
        text-indent: 20px;
        color: #666666;
         white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align:left;
    }
    .listbox .titleHome.on a  
    {
        color: #ffffff;
    }

        .listbox .titleHome > span {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../../images/icon-left-36x36-m.jpg);
        background-size: 10px;
        text-indent:-5000px;
    }
    .listbox .titleHome.on > span {
      background-image: url(../../images/icon-left-36x36.jpg);
    }
        
    .listbox .titleHome + * {
        display: none;
    }

    .listbox .titleHome.on + * {
        display: block;
    }
    
    
    
.pl_i {
    width: 300px;
    margin: 0 auto;
    overflow:hidden;
}

@media screen and (min-width: 453px) {
    .pl_i {
        width: 453px;
    }
}

@media screen and (min-width: 605px) {
    .pl_i {
        width: 100%;
    }
} 
.pl_i a {
    display: inline-block;
    overflow: hidden;
    width: 144px;
    margin: 4px 3px;
    text-align: center;
    float:left;
    
}

.pl_i span {
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5em;
}

.pl_i .img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    height:130px;
    background-color: #fcfcfa;
}

.pl_i img {
    width: 100%;
    height:90px;
}  
/*¹ã¸æ*/
.sitead {
    position: relative;
    margin: 0px auto;
    border-top:1px solid #5c6274;
    border-bottom:1px solid #5c6274;
    text-align: center;

}

    .sitead img {
        display:block;
        width: 100%;
    }

.detail > *:nth-child(2) {
    display: none;
}

.sitead > .dots {
    display:none;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: -10px;
    right: 5px;
    z-index: 200;
    width: auto!important;
}

    .sitead > .dots > * {
        float: left;
        width: 8px!important;
        height: 8px!important;
    }

.sitead_paging {
    border-radius: 8px;
    background: #ccc;
}

.sitead_paging_selected {
    border-radius: 10px;
    background: #f00;
}
.sitead .title {
line-height:37px;
    border-bottom: 1px solid #dedede;
     border-top: 1px solid #dedede;
    background-color: #f0f0f0;
    background-image:url(../../images/bg-ad-title.jpg);
    background-position:20px center;
    background-repeat:no-repeat;


    text-indent:80px;
    text-align:left;
}