﻿.infobox {
    width: 960px;
    overflow: hidden;
    float: right;
}

.leftmenu {
    float: left;
    width: 180px;
    overflow: hidden;
}

    .leftmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.infobgdc {
    position: absolute;
    background: url("../images/dc.png") no-repeat;
    bottom: 0px;
    left: 150px;
    width: 100px;
    height: 372px;
}

        .leftmenu ul li {
        }

            .leftmenu ul li a {
                font-size: 18px;
                display: block;
                font-weight: normal;
                padding: 5px 5px 5px 40px;
                color: #666;
                background: url("../images/listdot.png") 25px 15px no-repeat;
            }

                .leftmenu ul li a:hover, .leftmenu ul li a.subon {
                    color: #009675;
                }

                .leftmenu ul li a.intro {
                    background: url("../images/m_js.png") no-repeat left center;
                    font-weight: bold !important;
                    background-size: 24px 24px !important;
                }

                    .leftmenu ul li a.intro:hover, .leftmenu ul li a.introon {
                        background: url("../images/m_js1.png") no-repeat left center;
                        font-weight: bold !important;
                        background-size: 24px 24px !important;
                        color: #009675 !important;
                    }

                .leftmenu ul li a.group {
                    font-weight: bold !important;
                    background-size: 24px 24px !important;
                    background: url("../images/m_jg.png") no-repeat left center;
                }

                    .leftmenu ul li a.group:hover, .leftmenu ul li a.groupon {
                        font-weight: bold !important;
                        background-size: 24px 24px !important;
                        background: url("../images/m_jg1.png") no-repeat left center;
                        color: #009675 !important;
                    }

                .leftmenu ul li a.course {
                    font-weight: bold !important;
                    background-size: 24px 24px !important;
                    background: url("../images/m_lc.png") no-repeat left center;
                }

                    .leftmenu ul li a.course:hover, .leftmenu ul li a.courseon {
                        font-weight: bold !important;
                        background-size: 24px 24px !important;
                        background: url("../images/m_lc1.png") no-repeat left center;
                        color: #009675 !important;
                    }

                .leftmenu ul li a.honor {
                    font-weight: bold !important;
                    background-size: 24px 24px !important;
                    background: url("../images/m_ry.png") no-repeat left center;
                }

                    .leftmenu ul li a.honor:hover, .leftmenu ul li a.honoron {
                        font-weight: bold !important;
                        background-size: 24px 24px !important;
                        background: url("../images/m_ry1.png") no-repeat left center;
                        color: #009675 !important;
                    }
                .leftmenu ul li a.culture {
                    background: url("../images/m_cul.png") no-repeat left center;
                    font-weight: bold !important;
                    background-size: 24px 24px !important;
                }

                    .leftmenu ul li a.culture:hover, .leftmenu ul li a.cultureon {
                        background: url("../images/m_cul1.png") no-repeat left center;
                        font-weight: bold !important;
                        background-size: 24px 24px !important;
                        color: #009675 !important;
                    }
                .leftmenu ul li a.xcc {
                    background: url("../images/m_xcc.png") no-repeat left center;
                    font-weight: bold !important;
                    background-size: 24px 24px !important;
                }

                    .leftmenu ul li a.xcc:hover {
                        background: url("../images/m_xcc1.png") no-repeat left center;
                        font-weight: bold !important;
                        background-size: 24px 24px !important;
                        color: #009675 !important;
                    }

                .leftmenu ul li a.submenu {
                    display: block;
                    font-weight: normal !important;
                }

                    .leftmenu ul li a.submenu:hover {
                        color: #009675;
                        display: block;
                        font-weight: normal !important;
                    }

.honortime {
    width: 100%;
    position: relative;
    height: 50px;
}

    .honortime .honortime_ym {
        position: absolute;
        left: 0px;
        top: 5px;
        width: 150px;
        height: 27px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        background: #009675;
        border-radius: 20px;
        padding-top: 5px;
    }

    .honortime .honortime_clock {
        position: absolute;
        left: 170px;
        top: 0px;
        width: 40px;
        height: 40px;
        background: url("../images/icon_time.png") #fff no-repeat center;
        background-size: 32px 32px;
    }

    .honortime .honortime_line {
        position: absolute;
        left: 150px;
        top: 20px;
        width: 800px;
        height: 2px;
        background: #009675;
    }

    .honortime .honortime_items {
        position: absolute;
        right: 10px;
        top: 0px;
        width: 100px;
        height: 30px;
        color: #009675;
        text-align: right;
    }

.honor_itembox {
    width: 850px;
    padding-left:80px;
    overflow: hidden;
    margin-bottom:15px;
    clear:both;
}
.honor_title {
    font-size: 18px;
    color: #009675;
    padding: 10px;
    width: 610px;
    float: left;
    background: url("../images/icon_honor.png") no-repeat left center;
    padding-left:40px;
}
.honor_org {
    color:#fb911d;
    width: 650px;
    padding: 0px 10px;
    float: left;
}
.honor_info {
    color: #999;
    padding: 0px 10px;
    line-height: 180%;
    width: 650px;
    float: left;
}
.honor_pic {
    float:right;
    width:150px;
}
.honor_pic img {
    width: 100%;
}
.honor_subline {
    border-bottom: 1px dashed #ccc;
}

.item-template {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #ddd;
    overflow: hidden;
    box-shadow: 0px 0px 10px #eee;
    box-sizing: border-box;
}
    .item-template span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        padding:6px;
    }
.item-template:hover {
    background:#ddf7f1;
}
    .item-template .cn{
    color:#009675;
}
a.groupbtnlink{
    padding:10px 30px;
    background:#009675;
    border-radius:50px;
    color:#fff;
    text-align:center;
    margin-bottom:20px;
    margin-left:350px;
}

.xcclogo {
    margin-top: 10px;
    margin-left: 40px;
}