﻿
/* 网律商学院 */

.banner.school {
    height: 400px;
    background: url(/skins/images/pc/schoolbanner0.jpg) no-repeat center top;
}
.container.school {
    overflow: hidden;
}
.container.school::-webkit-input-placeholder {
    color: #666;
    font-family: "Microsoft Yahei";
}
.container.school:-moz-placeholder {
    color: #666;
    font-family: "Microsoft Yahei";
}
.container.school::-moz-placeholder {
    color: #666;
    font-family: "Microsoft Yahei";
}
.container.school:-ms-input-placeholder {
    color: #666;
    font-family: "Microsoft Yahei";
}
.school-left {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    overflow: hidden;
}
.school-left h2 {
    font-size: 22px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
    margin: 20px 0;
}
.school-left h2 a {
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left h2 a:hover {
    color: #f7961e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left span.info {
    display: block;
    padding: 10px 0;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.school-left mark {
    background-color: #97bed6;
    padding: 2px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left mark:hover {
    background-color: #5490be;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left .big-article img {
    width: 100%;
    height: 450px;
}
.school-left .big-article.school p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.school-left article {
    padding: 33px 54px 33px 38px;
    margin: 5px 5px 60px 5px;
    background-color: #ffffff;
	box-shadow: 1px 1px 16px 0 rgba(180, 180, 180, 0.35);
    border-radius: 30px;
    overflow: hidden;
}
.school-left article .write-box {
    float: right;
    width: 510px;
}
.school-left article a.img-box {
    float: left;
    display: block;
    width: 450px;
    height: 280px;
    overflow: hidden;
}
.school-left article .write-box h3 {
    padding-top: 20px;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 70px;
}
.school-left article .write-box p {
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    padding-bottom: 70px;
}
.school-left article .write-box span {
    color: #666;
}
.school-right {
    width: 250px;
    float: right;
    height: auto;
    margin-bottom: 20px;
}
.school-right .search {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}
.school-right .search input {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #e9e9e9;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    float: left;
}
.school-right .search input:focus {
    outline-color: #f7961e;
    background-color: #ededed;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right .search button {
    width: 50px;
    background-color: #f7961e;
    float: right;
    height: 100%;
    text-align: center;
    color: white;
    cursor: pointer;
    border: none;
}
.school-right .search button i {
    font-size: 40px;
    line-height: 50px;
}
.school-right .search button i:hover {
    transform: scale(1) rotate(0deg) rotateY(360deg);
    -ms-transform: scale(1) rotate(0deg) rotateY(360deg);
    -moz-transform: scale(1) rotate(0deg) rotateY(360deg);
    -webkit-transform: scale(1) rotate(0deg) rotateY(360deg);
    -o-transform: scale(1) rotate(0deg) rotateY(360deg);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 10px;
}
.school-right .school-right-accordion {
    width: 100%;
}
.school-right .school-right-accordion dl {
    clear: both;
    overflow: hidden;
}
.school-right .school-right-accordion dl.cur {
    padding-bottom: 20px;
}
.school-right .school-right-accordion dl.cur dd {
    display: block;
}
.school-right .school-right-accordion dt {
    line-height: 40px;
    color: #333;
    font-size: 16px;
    height: 40px;
    background-color: #d8e7f2;
    cursor: pointer;
    margin-bottom: 2px;
}
.school-right .school-right-accordion dt span {
    width: 40px;
    height: 40px;
    float: left;
    background-color: #afd0e9;
    text-align: center;
    margin-right: 10px;
}
.school-right .school-right-accordion dt span i {
    line-height: 40px;
    font-size: 18px;
    color: white;
}
.school-right .school-right-accordion dt:hover i {
    transform: scale(1) rotate(0deg) rotateY(360deg);
    -ms-transform: scale(1) rotate(0deg) rotateY(360deg);
    -moz-transform: scale(1) rotate(0deg) rotateY(360deg);
    -webkit-transform: scale(1) rotate(0deg) rotateY(360deg);
    -o-transform: scale(1) rotate(0deg) rotateY(360deg);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right .school-right-accordion dd {
    width: 76px;
    float: left;
    margin: 20px 20px 0;
    display: none;
}
.school-right .school-right-accordion dd:before {
    content: '';
    margin-top: 5px;
    float: left;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #868686;
    border-bottom: 4px solid transparent;
}
.school-right .school-right-accordion dd a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right .school-right-accordion dd a:hover {
    color: #f7961e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right .ad {
    width: 250px;
    height: 110px;
    margin-top: 25px;
}
.school-right .tags-box {
    border-top: 1px solid #d5d5d5;
    padding: 15px 0;
    height: 180px;
    overflow: hidden;
}
.school-right .tags-box a {
    line-height: 30px;
}
.school-right .tags-box span {
    margin-right: 10px;
}
.school-right ul.article-hot {
    border-top: 1px solid #d5d5d5;
}
.school-right ul.article-hot li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    border-bottom: 1px dashed #d4d4d4;
}
.school-right ul.article-hot li a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right ul.article-hot li a:hover {
    color: #f7961e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-right ul.article-hot li:before {
    content: '';
    margin-top: 5px;
    float: left;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #868686;
    border-bottom: 4px solid transparent;
}
.school-right .qr-code {
    width: 235px;
    margin: 25px auto 0;
    text-align: center;
}
.school-right .qr-code span {
    color: #f7961e;
}
.school-right .qr-code img {
    width: 235px;
    display: block;
}
/* 网律商学院文章详情 */

.school-left.details .big-article h2 {
    padding-bottom: 0;
}
.school-left.details .big-article p {
    text-indent: 2em;
    line-height: 2em;
    margin: 10px 0;
}
.school-left.details .bdsharebuttonbox {
    margin: 45px 0;
}
.school-left.details .nav-box {
    border-top: 1px solid #dedede;
}
.school-left.details .nav-box h4 {
    width: 142px;
    height: 36px;
    background-color: #4a9de0;
    text-align: center;
    line-height: 36px;
    color: white;
    margin-left: 10px;
}
.school-left.details .nav-box ul {
    margin: 20px 10px 30px;
    overflow: hidden;
}
.school-left.details .nav-box ul li {
    width: 340px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    margin-right: 10px;
}
.school-left.details .nav-box ul li a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left.details .nav-box ul li a:hover {
    color: #f7961e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left.details .nav-box ul li:before {
    content: '';
    margin-top: 5px;
    float: left;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #868686;
    border-bottom: 4px solid transparent;
}
/* 网律商学院专家咨询 */

.school-left.expert::-webkit-input-placeholder {
    color: #bbb;
    font-family: "Microsoft Yahei";
}
.school-left.expert:-moz-placeholder {
    color: #bbb;
    font-family: "Microsoft Yahei";
}
.school-left.expert::-moz-placeholder {
    color: #bbb;
    font-family: "Microsoft Yahei";
}
.school-left.expert:-ms-input-placeholder {
    color: #bbb;
    font-family: "Microsoft Yahei";
}
.school-left.expert h2 small {
    font-size: 14px;
}
.school-left.expert .consult-box {
    padding-left: 20px;
    padding-right: 60px;
}
.school-left.expert .consult-box .desc {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    margin-right: 15px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.school-left.expert .consult-box .warning {
    border: 1px solid red;
}
.school-left.expert .consult-box textarea {
    width: 510px;
    height: 130px;
    padding: 10px;
    border: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    resize: none;
    outline: none;
    margin-bottom: 15px;
    font-family: "Microsoft Yahei";
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.school-left.expert .consult-box input {
    width: 510px;
    height: 30px;
    padding: 10px;
    outline: none;
    border: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Microsoft Yahei";
    vertical-align: top;
}
.school-left.expert .consult-box input.v-code {
    width: 200px;
}
.school-left.expert .consult-box img {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.school-left.expert .consult-box p {
    color: #ff0000;
    margin: 5px 0 15px 100px;
}
.school-left.expert .consult-box button {
    margin-left: 100px;
    background-color: #f7961e;
    width: 220px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: white;
    border: 1px solid #dedede;
    font-size: 20px;
    margin-bottom: 45px;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left.expert .consult-box button:hover {
    background-color: #f2710e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.school-left.expert .consult-box button:after {
    content: "";
    position: absolute;
    top: -25px;
    left: -65px;
    width: 100%;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.16);
    z-index: 1;
    transform: scale(1) rotate(-40deg) rotateY(0);
    -ms-transform: scale(1) rotate(-40deg) rotateY(0);
    -moz-transform: scale(1) rotate(-40deg) rotateY(0);
    -webkit-transform: scale(1) rotate(-40deg) rotateY(0);
    -o-transform: scale(1) rotate(-40deg) rotateY(0);
}
.school-left.expert .qa-box {
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}
.school-left.expert .qa-box .tag {
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    color: white;
    background-color: #4a9de0;
    position: absolute;
    top: 0;
    left: 10px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    font-size: 18px;
}
.school-left.expert .ask-content {
    background-color: #f3f3f3;
    padding: 15px 55px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.school-left.expert .answer-content {
    position: relative;
    padding: 15px 55px;
    overflow: hidden;
}
.school-left.expert .answer-content .tag {
    background-color: #f7961e;
}
.school-left.expert .answer-content .left {
    overflow: hidden;
}
.school-left.expert .answer-content img {
    width: 70px;
    height: 80px;
    display: block;
}
.school-left.expert .answer-content .left {
    width: 70px;
    text-align: center;
    float: left;
}
.school-left.expert .answer-content p {
    margin-left: 85px;
}
.school-left.expert .g.pages {
    margin-bottom: 20px;
}
.case-inform .content-box .left-box .title-box2 {
    padding-bottom: 60px;
}
.case-inform .content-box .left-box .title-box2 h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 5px;
}
.case-inform .content-box .left-box .title-box2 p {
    font-size: 14px;
    color: #666;
    line-height: 14px;
}
.case-inform .content-box .right-box .list2 .ul-list22 li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
    margin-bottom: 20px;
}
.case-inform .content-box .right-box .list2 .ul-list22 li a {
    color: #888;
}
.case-inform .content-box .right-box .list1 .ul-list li {
    margin-bottom: 21px;
}