﻿.index-content{
    width:100%;
    height: auto;
    background: #fff;
}
.index-content .center{
    width:1200px;
    height: auto;
    margin:0 auto;
    text-align:left;
}
.index-content .top{
    width:1200px;
    height: 115px;
    margin:0 auto;
}
.index-content .top .left{
cursor: pointer;    width:600px;
    height: 115px;
    color:#000;
    font-size: 18px;
    line-height: 160px;
    float: left;
}
.index-content .top .left a{ color:#000; text-decoration:none;}
.index-content .top .left sub{
    color:#c6c6c6;
    font-size: 12px;
    margin-left:15px;
}
.index-content .top .right{
    width:600px;
    height: 115px;
    color:#0d6abe;
    font-size: 18px;
    line-height: 160px;
    text-align: right;
    float: right;
}
.index-content .top .right span{
    color:#f39800;
    margin-left:15px;
}
.index-content .top ul{
    width: auto;
    height: auto;
    color:#000;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    margin-top: 66px;
    background: url("/Portals/_default/GlobalstechTemplates/Appointment/images/line.png") left no-repeat;
    background-size: 1px 15px;
    float: right;
    overflow: hidden;
}
.index-content .top ul li{
    width:124px;
    height: 33px;
    color:#777;
    background: url("/Portals/_default/GlobalstechTemplates/Appointment/images/line.png") right no-repeat;
    background-size: 1px 15px;
    float: right;
    cursor: pointer;
}

.index-content .top ul li div{
    width:124px;
    height: 33px;
    margin-bottom:17px;
}
.index-content .top .choose{
    color:#fff;
    background:#f39800;
    background-size: 100% 100%;
}
.index-content .content{
    height: 310px;
}
.index-content .content ul{
    width:372px;
    height:312px;
    background:url("/Portals/_default/GlobalstechTemplates/Appointment/images/shadow.png") bottom no-repeat;
    float:left;
}
.index-content .content li{
    width:270px;
    height:253px;
    border:1px solid #cfd2d6;
    padding:30px 50px 10px 50px;
    background:linear-gradient(#fff 10%, #f6f7f9 70%);
}

.index-content .content li p{
    width:100% ;
    height:50px;
    color:#333;
    font-size:16px;
    line-height: 28px;
    margin-bottom:20px;
    overflow: hidden;
}
.index-content .content li p a{ color:#333; text-decoration:none;}
.index-content .content li dl{
    width:100%;
    height:35px;
    overflow: hidden;
}
.index-content .content li dl dt{
    width:50% ;
    height:35px;
    color:#666;
    font-size: 14px;
    float: left;
}
.index-content .content li dl dd{
    width:50% ;
    height:35px;
    color:#666;
    font-size: 14px;
    float: left;
}
.index-content .content li dl span{
    font-size: 18px;
    color:#f39800;
}
.index-content .content li .lod-top{
    width:100% ;
    height:30px;
    color:#666;
    font-size: 14px;
}
.index-content .content li .lod-top span{
    font-size: 18px;
    color:#f39800;
}

.index-content .content li .lod{
    width: 100%;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius:4px;
    background: #0d6abe;
}
.loding{
    width: 10%;
    height: 4px;
    margin-bottom: 25px;
    border-radius:4px;
    background: #f39800;

}
.index-content .content li .button{
    width:175px;
    height:38px;
    color:#666;
    font-size:14px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #dddfe2;
    border-radius:3px;
    background: #fff;
    margin:0 auto;
    cursor:pointer;
}
.index-content .content li .button a 
{
    width:175px; 
    height:38px;
    display:block;
    text-decoration:none;
    color:#666;
    }
.index-content .content li .button:hover{
    color:#fff;
    background:#f39800;
    background-size: 100% 100%;
}
.index-content .content li .button:hover a{ color:#fff;}
.index-content .content .m-lr1:nth-child(2){
    margin:0px 42px;
}