﻿.main{
    padding-top: 30px;
    padding-bottom:30px;
}
.m_left{
    width: 189px;
    margin-right: 34px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
}
.m_left .m_title
{
    padding-left:10px;
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    text-align: left;
    
    font-size: 16px;
    color: #FFFFFF;
    /*background-image: linear-gradient(-180deg, #4DA5FF 8%, #3C9DFF 97%, #FFC812 100%);*/
    background:#4DA5FF;
    border-radius:5px;
    box-shadow:0px 1px 0px #FFC812;
    position: relative;
    z-index:10;
}
.m_left .m_title img{
    margin: -3px 14px 0px 16px;
    vertical-align: middle;
}
.m_left ul{
    background: #F8F8F8;
}
.m_left ul li{
    height: 47px;
    padding-left: 21px;
    line-height: 47px;
}
.m_left ul li.current i{
    background: url("../images/icon_jiantou_selected.png") no-repeat center center;
}
.m_left ul li.current a{
    color: #43A0FF;
}
.m_left ul li i{
    display: block;
    float: left;
    width: 3px;
    height: 47px;
    background: url("../images/icon_jiantou.png") no-repeat center center;
}
.m_left ul li a{
    display: block;
    width: 146px;
    line-height: 47px;
    
    font-size: 14px;
    color: #666666;
    border-bottom: 1px dashed #dedede;
    padding-left: 10px;
}
.m_right1{
    width: 777px;
}

.m_right1 .r_title{
    height: 27px;
    background: url("../images/honor.png") no-repeat top left;
    padding-top: 18px;
    border-bottom: 2px solid  #e4e4e4;
    position: relative;
    margin-bottom: 40px;
}
.m_right1 .r_title span{
    display: inline-block;
    
    font-size: 24px;
    color: #333333;
    position: absolute;
    background-color: #fff;
}
.m_right1 .r_title .r_t_right{
    display: inline-block;
    width: 676px;

}
.m_right1 .r_title .r_t_right span .current{
    color: #43A0FF;
    margin-left: 5px;
}

.m_right1 .r_title .r_t_right span,.m_right1 .r_title .r_t_right span a,.m_right1 .r_title .r_t_right span em{
    
    font-size: 12px;
    font-style: normal;
    color: #999999;
}
.m_right1 .r_title .r_t_right span img{
    margin: -2px 8px 0px 0px;
    vertical-align: middle;
}
.m_right1 .r_title .r_t_right span a{
    margin: 0px 5px;
}
.m_right1 ul{
    width: 100%;
}
.m_right1 ul li{
    width: 180px;
    height: 174px;
    float: left;
    margin: 0px 6px 21px;
    border: 1px solid #E8E8E8;
    text-align: center;
    box-shadow: 0 1px 4px 0 rgba(92,92,92,0.15);
}

.m_right1 ul li:hover span{
    color: #333;
}
.m_right1 ul li span{
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.m_right1 ul li img{
    vertical-align: middle;
}
