* {
    box-sizing: border-box;
}

body {
    min-width: 1200px;
}

#header {
    height: 240px;
}

.main {
    background: #fff;
    margin-bottom: 26px;
}

.title-wrap {
    padding-top: 30px;
}

.title-wrap .top {
    height: 46px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 24px;
    line-height: 46px;
    color: #000;
    text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    width: 1160px;
    margin: 0 auto;
}

.title-wrap .mid {
    text-align: center;
}

.title-wrap .mid p {
    display: inline-block;
    width: 280px;
    height: 46px;
    font-family: "SourceHanSansCN-Regular";
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #999;
}

.title-wrap .mid p span {
    color: #333;
}

.title-wrap .btm {
    width: 1160px;
    height: 55px;
    background-color: #f8faff;
    margin: 0 auto;
    line-height: 55px;
    color: #888;
}

.title-wrap .btm p {
    display: inline-block;
}

.infor-l p {
    margin-left: 30px;
}

/* .infor-l p span:nth-child(2) {
    padding: 0 20px;
    color: #2c4fb1;
} */

.infor-r a {
    color: #888;
}

.infor-r a p {
    position: relative;
    display: inline-block;
    width: 80px;
    text-align: center;
}

.infor-r a p::before {
    position: absolute;
    content: '';
    height: 17px;
    width: 17px;
    background: url("../images/print.png") center no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* .infor-r a:last-child p:before {
    background: url("../images/share.png") center no-repeat;
    background-size: 100% 100%;
} */

.infor-r a:last-child {
    margin-right: 15px;
}

.text-wrap {
    position: relative;
    padding: 38px 20px 0 20px;
}

.text-l {
    height: calc(100% - 38px);
    position: absolute;
    left: 20px;
    top: 38px;
    padding: 4px 17px 0 0;
    box-shadow: 8px 0px 16px 0px rgba(124, 155, 177, 0.16);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.text-l-item {
    position: relative;
    width: 228px;
    border-radius: 4px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 16px;
    line-height: 60px;
    color: #464847;
}

.text-l-item span {
    display: inline-block;
    text-align: center;
    margin-right: -3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    color: #464847;
}

.text-l-item span:first-child {
    position: relative;
    width: 78px;
}

.text-l-item::before {
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background: #d0dbfb;
    left: 78px;
    top: 50%;
    transform: translateY(-50%);
}

.text-l-item::after {
    position: absolute;
    content: '';
    height: 13px;
    width: 13px;
    background: url("../images/yuan.png") center no-repeat;
    background-size: 100% 100%;
    left: 71px;
    top: 50%;
    transform: translateY(-50%);
}

.text-l-item.active::after {
    background: url("../images/yuan_active.png") center no-repeat;
    background-size: 100% 100%;
}

.text-l-item.active span {
    color: #2556d8;
}

.text-l-item span:last-child {
    width: 150px;
    text-align: left;
    padding-left: 23px;
}

.item-title {
    width: 228px;
    border-radius: 4px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 16px;
    /* padding-left: 20px; */
    background-image: linear-gradient(90deg,
            #6c92ff 0%,
            #58a1ff 100%),
        linear-gradient(90deg,
            #6989e4 0%,
            #6da9fa 100%);
}

.text-r {
    margin-left: 48px;
    width: 860px;
    min-height: 669px;
}

.text-r-title {
    height: 62px;
    background: url("../images/title_bg0.png") center no-repeat;
    background-size: 100% 100%;
	text-align: center;
}

.text-r-title span {
    display: inline-block;
    height: 62px;
    width: 180px;
    background: url("../images/search_result/title_active_bg.png") center bottom 0px no-repeat;
    background-size: 180px 15px;
    font-weight: bold;
    font-family: "SourceHanSansCN-Normal";
    font-size: 27px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #2556d8;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.text-r-content p {
    font-family: "SourceHanSansCN-Normal";
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.text-r-content p span {
    line-height: 30px;
}

.tips {
    width: 842px;
    /* height: 217px; */
    background-color: #f8faff;
    border-radius: 4px;
    border: solid 1px #d0dbfb;
    margin-top: 30px;
    margin-bottom: 43px;
    padding-left: 34px;
}

.tips-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #e40212;
    padding-left: 25px;
}

.tips-title::before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    background: url("../images/tishi.png") center no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.tips-text {
    width: 767px;
    font-family: "SourceHanSansCN-Normal";
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.tips-lianjie {
    padding-top: 15px;
}

.tips-lianjie a {
    display: block;
    font-family: "SourceHanSansCN-Normal";
    text-decoration: underline;
    font-size: 16px;
    line-height: 30px;
    color: #224195;
}

.main img{
	max-width:100%;
}

.bdl-l li {
    width: 193px;
    height: 50px;
    background-color: #f3f6ff;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.bdl-l li a {
    position: relative;
    display: block;
    font-family: "SourceHanSansCN-Normal";
    font-size: 18px;
    color: #4b4c4b;
    width: 193px;
    height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bdl-l li a span {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.bdl-l li a::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
  /*  background: url("../images/transction/icon1.png") center no-repeat;
    background-size: 100% 100%; */
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

.bdl-l li:nth-child(2) a::before {
    /* background: url("../images/transction/icon2.png") center no-repeat;
    background-size: 100% 100%; */
}

.bdl-l li:nth-child(3) a::before {
   /* background: url("../images/transction/icon3.png") center no-repeat;
    background-size: 100% 100%; */
}

.bdl-l li:nth-child(4) a::before {
   /* background: url("../images/transction/icon4.png") center no-repeat;
    background-size: 100% 100%; */
}

.bdl-l li:nth-child(5) a::before {
    /* background: url("../images/transction/icon5.png") center no-repeat;
    background-size: 100% 100%; */
}

.bdl-l li:nth-child(6) a::before {
    /* background: url("../images/transction/icon6.png") center no-repeat;
    background-size: 100% 100%; */
}

.bdl-l li.active,
.bdl-l li:hover {
    /* background-image: linear-gradient(90deg,
            #6c92ff 0%,
            #58a1ff 100%); */
			background-color:#58a1ff ;
}

.bdl-l li.active a,
.bdl-l li:hover a {
    color: #fff;
}

.bdl-l li a::before {
    position: absolute;
    content: '';
}
.about2{
	width: 173px !important;
	text-align: center;
	margin-left: 10px;
}

.about2>a{
	width: 173px !important;
	text-align: center;
}

.oldModel .item-title{
    font-size: 30px;
}

.oldModel .bdl-l li a,.oldModel .text-r-title span{
    font-size: 28px;
}

.oldModel .text-r-content p span{
    font-size: 30px!important;
    line-height: 50px;
}