/**!
* 引导页
* date:2020-11-06
* author: wuzhou;
*/

body {
    font-size: 14px;
    min-width: 868px;
    background: url("../images/guide/bg.jpg") center top no-repeat;
    background-size: 100% auto;
}


.info-top {
    height: 34px;
    line-height: 34px;
    color:#fff;
    background-color: #fff;
    background-color: rgba(255,255,255,0.15);
}


.info-center {
    width: 868px;
    margin:0 auto;
}

.web-logo {
    padding-top: 23px;
}

.web-home {
    margin-top: 38px;
    width: 85px;
    padding-top: 30px;
    height: 41px;
    border-radius: 4px;
    line-height: 41px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    background: url("../images/guide/guide_home.png") center 9px no-repeat #ff7e00; 
}

.web-home:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}

.guide-txt {
    padding-top: 46px;
    text-align: center;
}
 

.route-info {
    margin-top: 34px;
    height: 47px;
    line-height: 47px;
    color:#666;
    padding-left: 18px;
    background: url("../images/guide/route_ico.png") left center no-repeat;
}

.route-info a {
    color:#666;
}

.subject-items>li {
    float:left;
    margin-left: 37px;
    width: 264px;
    height: 205px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.004);
}

.subject-items>li:first-child {
    margin-left: 0;
}

.subject-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
     text-overflow: ellipsis;
}

.subject-title:before {
    position: absolute;
    left:0;
    top:50%;
    margin-top: -6px;
    content: "";
    width: 4px;
    height: 12px;
    background-color: #ff7e00;
}


.subject-txt {
    padding:0 25px 0 15px;
    color:#888;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
}

 

.news-items>li {
    position: relative;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
}

.news-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #c0bebe;
    border-radius: 50%;
}

.news-items>li>a {
    padding-left: 15px;
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
     text-overflow: ellipsis;
}

 

.news-items>li:hover a  {
    color: #ff7e00;
}

.news-items>li:hover:before {
    background-color: #ff7e00;
}


.login-links {
    padding-top: 69px;
    padding-bottom: 120px;
    width: 516px;
    margin:0 auto;
}


.login-link {
    width: 235px;
    height: 51px;
    line-height: 51px;
    color:#fff;
    text-indent: 100px;
    border-radius: 4px;
    font-size: 18px;
    background-position: 65px 50%;
    background-repeat: no-repeat;
    background-color: #ff7e00;
}

.login-link:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
}

.login-btn1 {
    background-image: url("../images/guide/btn_ico1.png");
}

.login-btn2 {
    background-image: url("../images/guide/btn_ico2.png");
}