/* 内容开始 */

.content {
    width: 1300;
    margin-bottom: 38px;
    position: relative;
    margin-top: 20px;
}


/* 内容左边开始 */

.con_left {
    width: 885px;
    height: 100%;
}


/* 投保指南 开始 */

.selected_products {
    width: 100%;
    /* height: 362px; */
}

.products_con {}

.products_con_tab {
    height: 59px;
    background: #FCFCFC;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.products_con_tab li {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.products_con_tab .products_active {
    background: #E5E7FA;
    box-sizing: border-box;
    border-bottom: 2px solid #2533C4;
}

.products_con_tab .products_active div {
    border: none;
}

.products_con_tab li div {
    width: 127px;
}

.products_con_tab li:last-child div {
    border: none;
}

.products_con_tab li div img {
    width: 19px;
    height: 19px;
    margin-right: 11px;
}

.products_img .insurance_img {
    width: 166px;
}
.insurance_guide_con {
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.insurance_guide_con li {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.term {
    margin: 0;
    width: 100%;
    height: 101px;
    padding: 28px 30px 0 30px;
    cursor: pointer;
    
}
.term:hover h3{
	color: #2533C4;
	font-weight: 600;
}

.term>img {
    width: 133px;
    border-radius: 4px !important;
}

.term_right {
    padding-left: 26px;
}

.term_right h3 {
    font-size: 16px;
    margin-top: 2px;
    color: #333;
    font-weight: 600;
    width: 592px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.term_right .blue {
    color: #2533c4;
}
.time p{
	width: 382px;
	   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
     display: inline;
}
.term_right .ash {
    color: #999;
}

.term_right>p {
    width: 592px;
    line-height: 20px;
    font-size: 13px;
    color: #999999;
    margin-top: -10px;
     width: 592px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.term_right .time>img {
    width: 17px;
    height: 17px;
    margin-left: -2px;
}

.term_right .time>b {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    margin-left: 6px;
}

.term_right .time>p>a {
    margin-left: 30px;
    font-size: 11px;
    color: #0076ff;
}


/* 分页 */

.paging {
    width: 100%;
    height: 32px;
    padding: 40px 0 52px 0;
}

.paging li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    background: #fff;
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
}

.paging li:first-child {
    font-size: 22px;
}

.paging li:last-child {
    font-size: 22px;
}

.paging li.paging_active {
    background: #fd6620;
    color: #fff;
}


/* 投保指南 结束 */


/* 内容左边结束 */


/*  内容右边开始*/

.honor_con_right {
    width: 295px;
    margin-left: 20px;
}

.hot_search {
    width: 295px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.search{
	position: relative;
}
.search>input {
    width: 185px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 2px 0px 0px 2px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    border-radius: 2px 0px 0px 2px;
}
.search img{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 76px;
	display: none;
	cursor: pointer;
}

.search>p {
    width: 67px;
    height: 36px;
    background: linear-gradient(90deg, #5284fc, #2f68fc);
    border-radius: 0px 2px 2px 0px;
    font-size: 16px;
    color: #ffffff;
    border-radius:0 3px 3px 0;
    line-height: 36px;
    text-align: center;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
}

.title {
    font-size: 15px;
    color: #333333;
    margin-top: 17px;
}

.search_list>li {
    width: 252px;
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.search_list>li:hover{
	color: #2533c4;
}


/* 公司荣誉开始 */

.marg {
    margin-top: 16px;
}

.company_honor {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 0 22px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
}

.honor_up {
    width: 100%;
    height: 50px;
}

.honor_up>img {
    width: 18px;
    height: 18px;
}

.honor_up>h3 {
    font-size: 16px;
    color: #333333;
    margin-left: 16px;
}

.honor_con {
    width: 100%;
}

.honor_con>li {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 16px 0;
}

.honor_con>li>img {
    width: 251px;
    height: 189px;
    border-radius: 6px;
}

.honor_con>li>p {
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.honor_con>li>.honor_active {
    color: #2533C4;
}


/* 公司荣誉结束 */


/* 合作伙伴开始 */

.down_stroke {
    border-bottom: 1px solid #f0f0f0;
}

.img_list {
    width: 100%;
    margin-top: 20px;
}

.img_list li {
    width: 115px;
    height: 31px;
    background: #f0f0f0;
    border-radius: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.img_list .hot-tip-active{
	background: #E5E7FA;
	color: #2533C4;
}
.img_list .hot-tip-active p{
	color: #2533C4;
}
.img_list li:nth-child(2n) {
    margin-left: 20px;
}

.img_list li p {
    font-size: 14px;
    color: #333333;
}
.img_list li .img_list_select{
    color: #2533C4;
}

/* 合作伙伴结束 */


/*  内容右边结束*/


/* 内容结束 */
.products_con_tab {
    height: 60px;
    background: #FCFCFC;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.products_con_tab li {
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #999999;
    position: relative;
    height: 60px;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
}
.products_con_tab li:after{
	content: "";
	height: 15px;
	width: 1px;
	background: #999999;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
}
.products_con_tab li:last-of-type:after{
	width: 0;
}
.products_con_tab .products_active {
    background: #E5E7FA;
    border-bottom: 1px solid #2533C4;
    color: #2533C4;
}
.products_con_tab .products_active:after{
	width: 0;
}
.products_con_tab .line-none:after{
	width: 0 !important;
}
.products_con_tab li:hover{
	color: #2533c4;
}
