@import 'reset.css';
@import 'base.css';

/* content */
.container2 {
    /* padding: 10px 10px 10px 0; */
	margin-top: 8px;
}
.carousel2 {
    padding-right: 20px;
}
.carouselImg img ,.carouselImg1 img {
    width: 100%;
}
.layui-carousel img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.dynamic {
    background: #fff;
    margin-top: 1px;
    padding: 0;
    box-shadow: 2px 1px 4px 0px rgba(9, 77, 120, 0.26);
}
.tabHeader {
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}
.tabHeader span {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
	cursor: pointer;
}
.tabHeader span.cur {
    background: #2F63BA;
    color: #fff;
}

.dynamicList {
    padding: 0 10px;
    background: #fff;
}
.dynamicList li {
    height: 40px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #E5E5E5;
}
.dynamicList li:last-child {
    border-bottom: none;
}
.dynamicList li i{
    display: inline-block;
    float: left;
}
.dynamicList li a {
    display: inline-block;
    padding-left: 5px;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dynamicList li span {
    float: right;
    display: inline-block;
}
.serviceCenterBox {
    margin-bottom: 25px;
}
.serviceCenter {
    color: #2F63BA;
    font-size: 16px;
    font-weight: 700;
}
.serviceCenter span {
    
    margin-right: 10px;
}
.cartBox {
    /* height: 48px; */
    padding: 15px 12px;
    background: #FFFFFF;
    display: flex;
    text-align: center;
    align-items: center;
}
.cartBox span {
    font-size: 14px;
    color: #333;
    display: inline-block;
}
.cartBox span:first-child {
    margin-right: 10px;
}
.cartBox span:last-child {
   flex: 1;
}
.infoBox {
    width: 100%;
    background: #fff;
    padding: 48px 0;
}
.infoCart {
    padding: 10px;
    /* border-top: 2px solid #2F63BA; */
    box-shadow: 2px 1px 4px 0px rgba(9, 77, 120, 0.26);
    height: 300px;
	box-shadow: 3px 1px 8px 0px rgba(9, 77, 120, 0.26);
}
.infoCart h2 {
    color: #2F63BA;
    font-size: 18px;
    font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.infoCart h2 img {
	margin-right: 5px;
}
.infoCart h2 span {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400;
	color: #2F63BA;
    cursor: pointer;
}
.cartHeader {
	min-height: 40px;
	background: #fff;
	background: #F6F6F6;
    margin-top: 10px;
    /* display: flex; */
}
.cartHeader span {
    /* flex: 1; */
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
	cursor: pointer;
	
}
.cartHeader span.cur {
    background: #fff;
	 border-top: 3px solid #2F63BA;
}
.firstInfo {
    padding: 10px 0;
    border-bottom: 1px dashed #E5E5E5;
}
.firstInfo dt {
    /* margin-right: 10px; */
}
.firstInfo dt img {
    width: 100%;
}
.firstInfo h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}
.firstInfo p {
    font-size: 12px;
    color: #717171;
    line-height: 18px;
}
.text_p {
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
ol.infoList{
    padding: 10px 0;
    min-height: 164px;
}

ol.infoList li {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
}
ol.infoList li a {
    display: inline-block;
    width: 84%;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ol.infoList li a em {
	color: #505050;
	font-size: 18px;
	line-height: 12px;
}
ol.infoList li span {
    display: inline-block;
    float: right;
}

.adBox {
    padding: 20px 0;
}
.adBox img {
    width: 100%;
}

.linkBox {
    padding: 32px 0;
    /* background: #fff; */
}

.linkContainer {
    /* width: 774px;
    height: 80px; */
    border: 1px solid #144EA2;
    box-shadow: 2px 1px 4px 0px rgba(9, 77, 120, 0.26);
    border-radius: 5px;
    padding: 10px;
}
.linkContainer h2 {
    font-size: 16px;
    font-weight: 700;
    color: #144EA2;
    position: relative;
}
.linkContainer h2:after {
    content: '';
    position: absolute;
    left: 104px;
    top: 11px;
    z-index: 0;
    width: 30%;
    height: 2px;
    background: #EBEBEB;
}
.linkContainer ul {
    padding-top: 10px;
}
.linkContainer ul li {
    height: 20px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}
.linkContainer ul li a {
    color: #343434;
}

@media screen and (min-width: 992px){
	.cartHeader span {
		padding: 0 12px;
	}
}
/* 手机 */
@media screen and (max-width: 768px){
    .container2 {
        padding: 0 20px;
		/* margin-top: 86px; */
    }
    .carousel2 {
        padding: 0;
    }
	.cartBox span {
		font-size: 12px;
	}
    .dynamic {
        background: none;
        height: auto;
        margin-top: 20px;
        /* margin: 10px 10px 0 10px; */
    }
    .dynamicList {
        padding: 0 5px;
    }
    .dynamicList li i {
        display: none;
    }
    .dynamicList li a {
        width: 70%;
    }
    ol.infoList li a {
        width: 64%;
    }
    .linkContainer {
        margin: 0 10px;
    }
    .linkContainer h2:after {
        content: '';
        position: absolute;
        left: 104px;
        top: 11px;
        z-index: 0;
        width: 60%;
        height: 1px;
        background: #EBEBEB;
    }
    .cartHeader span {
        width: 49.3%;
        padding: 0;
        text-align: center;
    }
    
}