/*
* @Author: admin
* @Date:   2018-05-06 22:51:19
* @Last Modified by:   admin
* @Last Modified time: 2018-05-06 22:52:51
*/

/* inner公共 */
#box_main{
    padding-top: 35px;
}
#box_right .page .pagination span.current{
    background-color:#1c73c3;
}

#box_right .page .pagination a:hover{
    border: 1px solid cornflowerblue;
}
/*base*/
#box_left #sidemenu{
    background:none;
}
#box_left #sidemenu .caption{
    background: #1e7ace;
    /*background: -webkit-linear-gradient(45deg, rgba(43,190,241,1), rgba(124,225,152,1)); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(45deg, rgba(43,190,241,1), rgba(124,225,152,1)); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(45deg, rgba(43,190,241,1), rgba(124,225,152,1)); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(45deg, rgba(43,190,241,1), rgba(124,225,152,1)); !* 标准的语法 *!*/
    border-radius: 10px 10px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box_left .cc{
    padding: 0;
}
#box_left .cc ul{
    clear: both;
    content: '';
    overflow: hidden;
}
#box_left .cc ul li{
    float: none;
    line-height: inherit;
    border-bottom: none;
}
#box_left .cc ul li:hover a{
    color: white;
}
#box_left .cc ul li:hover a{
    background: #1e7ace;
}
#box_left .cc ul .hover{
    background: #1b963c;
    color: white;
}
#box_left .cc ul li a{
    height: auto;
    /*padding: 8px 10px;*/
    text-align: left;
    line-height: 3;
    background: #f7f7f7;
    /*font-weight: bold;*/
    color: #666;
    font-size: 15px;
    text-align: center;
}

#box_left .caption h4{
    background: none;
    font-size: 20px;
}
#box_right .caption{
    border-bottom:2px solid #1e7ace;
}
#box_right .caption .location{
    position: static;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
}
#box_right .caption h4{
    background: url('/templates/default/images/home.png') no-repeat left;
    padding-left: 28px;
}

#box_left .ul-lv2{
    display: none;
}

/*新闻*/
#box_right  .newslist{
    overflow: hidden;
    content: '';
    clear: both;
    font-size: 14px;
}
#box_right  .newslist li{
    width: 100%;
    line-height: 41px;
    /*background: none;*/
    margin: 21px;
    background-image: none;
    display: flex;
}
#box_right   .list-img{
    margin-right: 26px;
    background-color: rgba(255,255,255,0);
    width: 150px;
    height: 100%;
    display: inline-block;

}
#box_right .newslist .list-message{
    display: inline-block;
}
#box_right .newslist .title a{
    display: inline-block;
    color: #3e3e3e;
    font-weight: 600;
}
#box_right .newslist .summary, #box_right .newslist .date2{
    font-size: 12px;
}
#box_right .newslist .date2{
    flex: 1;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
    margin-right: 39px;
}
@media (max-width: 768px) {
    #box_right  .newslist li{
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        padding-left: 0;
        align-items: center;
    }
    #box_right .newslist .list-message{
        width: 70%;
        padding-left: 14px;
    }
    #box_right   .list-img{
        margin-right: 0;
    }
}

/*产品*/
#box_right #plist .list{
    padding: 0 10px;
}
#box_right #plist .list .pro-module{
    line-height: 36px;
    font-size: 15px;
}
#box_right #plist .list .pro-module:hover{
    background: #d9251c;
}
#box_right #plist .list .pro-module:hover a{
   color: white;
}
#box_right #plist .list .pro-module a{
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    #box_right .caption .location{
font-size: 12px;
}
    #pdetail .pro-module{
        width: auto;
        margin-left: 0 !important;
    }
    #pdetail .pic-module{
        width: auto;
    }
    #pdetail .pic-module .pic{
        width: auto;
    }

}

/*招聘*/
#box_right .joblist li{
    float: none;
}
#box_right .joblist .btn{
    background: #298adb;
}
#box_right .joblist .btn:hover{
    color:white;
    background: #ef9d36;

}
