@charset "UTF-8";
.main-container {
    background: transparent;
    width: 1200px;
    padding: 0 20px;
    margin: 7px auto;
    height: auto;
}


.lawyer_bg_white{
    background-color: #FFFFFF;
}

.theo-lawyer_dynamic,.theo-lawyer_pic{
    height: 500px;
}
.theo-lawyer_practice,.theo-lawyer_advice{
    height: 415px;
}
.theo-lawyer_norm,.theo-lawyer_train,.theo-lawyer_notice,.theo-lawyer_work{
    height: 360px;
}

.theo-lawyer_body{
    padding: 10px;
}

.theo-lawyer_title{
    height: 35px;
    font-size: 20px;
	background-color:#e0effe ;
    padding: 5px;
    border-bottom:1px solid #909090 ;
}

.theo-lawyer_title p{
    float: left;
    margin: 0;
}
.theo-lawyer_title span{
    border: 1px solid #909090;
    color: #909090;
    font-size: 12px;
    margin-top: 10px;
    float: right;
}

.theo-lawyer_title a:visited{
    text-decoration: none;
}
.theo-lawyer_title a:link{
     text-decoration: none;
}
.theo-lawyer_title a:hover{
     text-decoration: none;
}

.theo-lawyer_content{
    padding-top: 20px;
}

.theo-lawyer_content ul li{
    min-height: 30px;
}
.theo_li_square{
    width: 96%;
    margin-left: 4%;
    color: #909090;
    list-style-type:square;
}

.lawyer_content_info{
    width: 78%;
    color: #000000;
}
.lawyer_content_date{
    width: 22%;
    color: #000000;
    text-align: right;
}

.theo-lawyer_pic img{
    width: 100%;
    height: 92%;
}

.pic_content{
    padding: 0 3%;
    height: 27%;
}

.pic_content span{
    margin-right: 10px;
    font-size: 20px;
}
.pic_content p,.pic_content .row{
    color: #909090;
}

.pic_content_title{
    height:  15px;
}

.pic_content p{
    height: 20px;
}


.theo-lawyer_connection{
    height: 485px;
}
.theo-lawyer_connection ul{
    height: 100%;
}

.theo-lawyer_connection li{
    height: 15.5%;
    margin-bottom: 2%;
}

.lawyer_connect_content{
    height: 100%;
    background-color: #e5effd;
    border-width: 1.5px;
    border-style: solid;
    border-color: #1364b8;
    box-shadow: 0px 0 7px #92befb inset;
    border-radius: 5px;
    color:#1364b8;
    font-weight: bold;
    font-size: 20px;
}
.lawyer_connect_content .row{
    height: 100%;
    line-height: 70px;
}
.lawyer_connect_content .connection_icon_pel{
    text-align: right;
}
.connection_icon_pel span{
    font-weight:normal !important;
    font-size: 49px !important;
}
.theo-lawyer_connection li a:hover .iconfont{
    display: inline-block;
    transform:rotate(-30deg) scale(1.1);
    -ms-transform:rotate(-30deg) scale(1.1); 	/* IE 9 */
    -moz-transform:rotate(-30deg) scale(1.1); 	/* Firefox */
    -webkit-transform:rotate(-30deg) scale(1.1); /* Safari  Chrome */
    -o-transform:rotate(-30deg) scale(1.1); 	/* Opera */
    transition-duration:0.1s;
}
.theo-lawyer_connection li a:hover .lawyer_connect_content{
    background-color: #1364b8;
    color: #FFFFFF;
    box-shadow:none;
    transition-duration:0.1s;
    font-size: 22px;
}




.lawyer_dynamic_content,.lawyer_practice_content{
    padding-top: 0px;
}

.lawyer_dynamic_content li{
    height: 68px;
    border-bottom: 1px solid #909090;
    margin-top: 10px;
}
.dynamic_content_date{
    float: right;
    margin-top: -20px;
}
.dynamic_content_date span{
    font-size: 20px;
    padding: 0 10px 0 20px;
}



.lawyer_dynamic_content .dynamic_content_info{
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    min-height: 45px;
}

.lawyer_dynamic_content img{
    width: 0;
    height: 110px;
    float: left;
}

.dynamic_selected{
    height: 120px !important;
    transition-duration:0.2s;
}
.dynamic_selected img{
    width: 30%;
    transition-duration:1s;
}
.dynamic_selected .dynamic_content_info{
    width: 70%;
    font-size: 20px;
    padding-left: 10px;
    min-height: 75px;
}
.dynamic_selected .dynamic_content_date{
    float: left;
    padding-top: 4%;
    transition-duration:1s;
}


.theo-lawyer_advice .btn ,.practice_btn .btn, .lawyer_practice_page .btn{
    color:#ffffff;
    background-color: #1364b8 ;
}
.theo-lawyer_advice .btn:active,.practice_btn .btn:active ,.lawyer_practice_page .btn:active {
    color: #1364b8 ;
    background-color: #e0effe;
    outline: 2px solid #1364b8;
}


.lawyer_practice_content .swiper-container{
    height: 318px;
}

.lawyer_practice_content .practice_content_li{
    margin-top: 10px;
    height: 95px !important;
    border-bottom:1px dashed #909090;
}
.lawyer_practice_content img{
    height: 85px;
    width: 56.5px;
    border-radius: 5px;
}
.practice_pic{
    padding-left: 20px;
}
.practice_info{
    padding:15px 0 0 40px;
    line-height: 25px;
}
.practice_btn{
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
}

.lawyer_practice_page{
    float: right;
    padding-top: 6px;
}