﻿#meddle_box {
    height: 530px;
}

#center_main {
    width: 817px;
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    float: left;
    clear: none;
    background-color: White;
    margin-right: 10px;
    border: 1px solid rgba(204,204,244,1);
}


#specials {
    width: 180px;
    height: 100%;
    float: left;
    clear: right;
    margin-bottom: 10px;
    
}

    #specials .i_Items {
        width: 100%;
        height: 46px;
        margin: 0;
        margin-bottom: 10px;
    }

.i_Items img {
    width: 100%;
    height: 100%;
}

.i_Items_rest {
    background:url("/Images/sp_rest.jpg") bottom;
}

.JKdiv {
    font-size: 14px;
    margin: 10px;
    color: #FF0000;
    overflow: hidden;
    height:392px;
}

#focus_wrap {
    width: 320px;
    height: 244px;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(204,204,244,1);
    float: left;
    clear: left;
}

#focus_box {
    display: inline-block; /*display:inline;*/
    zoom: 1;
}

#focus {
    width: 320px;
    height: 240px;
    display: inline-block; /*display:inline;*/
    zoom: 1;
}

#focus_set {
    margin-top: 40px;
    position: relative;
    text-align: right;
    padding-right: 10px;
}

    #focus_set span {
        color: #999;
    }

#Hot_link {
    width: 320px;
    height: 92px;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
    border: 1px solid rgba(204,204,244,1);
    float: left;
    clear: left;
    overflow: hidden;
}

    #Hot_link a {
        display: block;
        height: 32px;
        border-bottom: 1px dashed #dde0e3;
        font-size: 18px;
        white-space: nowrap;
        color: rgba(21, 21, 51, 1);
    }

        #Hot_link a:hover {
            color: rgba(0, 0, 104, 1);
        }

#New_link {
    width: 422px;
    height: 370px;
    padding: 10px;
    text-align: left;
    border: 1px solid rgba(204,204,244,1);
    float: right;
    clear: right;
}

    #New_link div {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        padding-top: 5px;
    }

.Child_menu {
    width: 198px;
    padding: 0;
    float: left;
    height: 100%;
    clear: left;
}

.Child_Article {
    width: 558px;
    height: 354px;
    padding: 10px;
    float: left;
    clear: right;
    border: 1px solid rgba(204,204,244,1);
}

.w100 {
    height: 370px;
    padding: 10px;
    border: 1px solid rgba(204,204,244,1);
}

.home_Class_Link {
    float: left;
    width: 162px;
    height: 28px;
    margin: 5px;
    padding: 2px 10px;
    background-color: #dde0e3;
    border: 1px solid rgba(204,204,204,1);
    font-size: 18px;
}

    .home_Class_Link:hover {
        background-color: rgba(204,204,244,1);
    }

    .home_Class_Link a {
        color: rgba(21, 21, 51, 1);
    }

        .home_Class_Link a:hover {
            color: rgba(204, 0, 0, 1);
        }

nav {
    margin: 2px 0;
    font-size:120%;
    font-weight:500;
    padding-left: 10px;
    text-align:left;
}
    nav a {
        display: inline-block;
        width: calc(20% - 22px);
        margin: 2px 10px 2px 0;
        padding:10px;
        text-align:center;
        background-color: rgba(51,51,91,.6);
        color: white;
    }
        nav a:hover {
            background-color: rgba(51,51,91,.8);
        }







.home_foot_Ad {
    height:118px;
    width:100%;
}
    .home_foot_Ad img {
        margin: 0 10px 10px 10px;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        height: -webkit-calc(100% - 10px);
        height: -moz-calc(100% - 10px);
        height: calc(100% - 10px);
    }
