.main .ct_content .line,.main .nt_content .line{
   width: 80px;
height: 4px;
//background: rgba(0, 0, 0, 0.86);
}
.ct_content .top{
	width: 100%;
	display: flex;
	text-align: center;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #ededed;
}
.ct_content .top .cli{
	color: #1763FF;
}
.ct_content .top .cli a{
	color: #1763FF;
  display:block;
  position: relative;
}
.ct_content .top .cli a::after{
	content:'';
    position: absolute;
    width: 45%;
    height: 3px;
    background: #1763FF;
    bottom: 0px;
    left: 27.5%;
}
.ct_content .top div{
	width: 20%;
}
.ct_content .tlist div{
	width:733px;
}
.ct_content .tlist div:nth-child(2){
	width: 467px;
}
.ct_content .tlist .i-item img{
	text-align: center;width: 100%;
	margin-top:50px;
} 
.ct_content .tlist .t-item{
	padding:90px 0 0 60px;
	box-sizing: border-box;
}
.ct_content .tlist .t-item .title{
	font-size: 24px;
    font-weight: bold;
	line-height:37px;
	color: #000000;
    margin-bottom:28px;
}
.ct_content .tlist .t-item ul{
	margin:0px 0%;
}
.ct_content .tlist .t-item ul li{
	line-height:30px;
    color:#3D4961;
    margin-bottom:20px;
  	font-size:18px;
}
.none{
	display: none !important;
}
.nt_content .list{
	display: flex;
}
.nt_content .list .left{
	width: 30%;
}
.nt_content .list .right{
	width: 60%;
}
.nt_content .title_list div{
	text-indent:60px;
	line-height: 60px;
}
.nt_content .title_list a{
	color: #424D65;
	font-size: 16px;
	display: block;
	background: url(../images/a.png) no-repeat;
    background-size: 20px 24px;
    background-position: 30px center;
}
.nt_content .title_list div.cli{
	color: #1763FF;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 20%, #FFFFFF 100%);
}
.nt_content .title_list div.cli a{
	background: url(../images/a-on.png) no-repeat;
  background-size: 20px 24px;
  background-position: 30px center;
}
.nt_content .right img{
	width: 100%;
	margin-top:-50px;
}

.add-item .title h3 {
    color: rgba(0, 0, 0, 0.86);
    font-size: 40px;
    text-align: center;
}
.add-item .title .line {
    width: 80px;
    height: 4px;
    margin: 30px auto 60px;
    background: #1763FF;
}
.add-item .list{
	width: 1400px;
	margin: 0 auto 30px;
}
.add-item .list img{
	width:100%;
	height:auto;
}