/*频道模板css*/
.m_t_40 {
	margin-top:40px;
}
.m_t_60 {
	margin-top:60px;
}
.wid {
	max-width:1920px;
	margin:0 auto;
        width:90%;
}
.con_tl {
	padding-bottom:80px;
	min-height:230px;
        box-shadow:0px 0px 20px 0px #f0f0f0;
        padding:50px 40px;
}
.pinp_t_mk{ wdith:90%;margin:0 auto;}
.pinp_t_img img{ width:100%; margin-bottom:50px;}
.pinp_t_tit{ display:flex;margin-bottom:50px;justify-content:space-between;}
.pinp_t_tit a{ font-size:16px;padding:8px 25px;border:1px #cccccc solid;line-height:200%;}
.pinp_t_mk p{ line-height:200%;text-align:justify;text-indent:32px;}

/*维修技术样式整改*/
input{ margin:0 auto!important;}
.input,#productDate{float:right;}
.input{width:65%;}
#factory{width:65%;}
#brand{ width:65%;}
#series{ width:65%;}
#productDate{ margin-left: 25px;margin-right:0;border: 1px solid #ccc;width:65%;border-radius:5px;padding:0 20px;text-align:left;}
.search-title,.tab-child{margin-top:20px !important;display:none;}
.search{margin-top:30px;}
.form-top{justify-content: normal;}
.form-bottom-item,.form-top-item,.form-bottom-VIN,.form-bottom-wordName{line-height:40px;}
.form-top-item span{ padding-right:20px;}
.form-bottom-item span{ padding-right:20px;}
.m-style a{width: 60px !important;font-size:14px !important;}
.search-time{justify-content: space-between;    display: flex; padding-left: 25px; }
.mask { position: absolute; width: 10px; height: 10px; top: 1px; right: -25px;border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; transform: rotate(45deg);transition: all .3s;}
.tab .active { color: #d42426}
.masked {transform: rotate(225deg); top: 7px; border-right: 2px solid #d42426; border-bottom: 2px solid #d42426;}
/*文字新闻列表css*/
.search-time{ height:64px;line-height:64px;border-bottom:1px #ebebeb solid;padding:0 30px; display: flex; }
.search-time:hover{ border-bottom:1px #e60012 solid;background:#fff6f6;}
.search-time div{ font-size:16px!important;color:#282828;   margin-right: 10px;   overflow: hidden;   text-overflow: ellipsis;   white-space: nowrap;}
.search-time:hover div{ color:#ca1d1d;}
.search-time span{ float:right;color:#838383; white-space: nowrap; margin-left: auto;}
.search-time:hover span{ color:#ca1d1d;}
.search-time:nth-child(5n){ margin-bottom:10px;border-bottom:2px #ebebeb  solid;height:75px;}
.search p{ display:none;}

@media screen and (max-width:799px) {
/*频道模板css*/
.banner{
        display:none;

}
	.m_t_40 {
	margin-top:40px;
}
.m_t_60 {
	margin-top:60px;
}
.wid {
	width:90%;
	margin:0 auto;
}
.con_tl {
	padding-bottom:50px;
	min-height:230px;
        overflow-x:auto;
}
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 固定版心 */
.content_mk{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    /* background-color: aquamarine; */
}

.form-top {
    display: flex;
    justify-content: space-between;
}
.form-top .form-top-item{ width:25%;text-align:right;}
.form-bottom .form-bottom-item{ width:25%;text-align:right;}
.content form{ position:relative;}
.form-button{ position: absolute;right: 3px;bottom: 0;}
.form-bottom div:nth-child(2){ width:25%;text-align:right;}
.form-bottom div:nth-child(2) .input{ width:65%;text-align:left;float:none;}
.form-bottom div:nth-child(2) .span{ padding:0 20px;;}
.form-bottom div:nth-child(3){ width:25%;text-align:right;}
.form-bottom div:nth-child(3) .input{ width:65%;text-align:left;}
.form-bottom div:nth-child(4){ width:25%;text-align:right;}

.pageinput{ margin:0 20px 0 0!important;}
.select {
    padding: 10px 20px;
    border: 1px solid #ccc;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: url('./aside/_下拉箭头小.png') 110px center no-repeat;
    background-size: 12px;
    border-radius:5px;
}

.input {
    margin-left: 20px;
    padding: 5px 20px;
    border: 1px solid #ccc;    border-radius:5px;text-align:left;
}

.form-bottom {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 40px;
}

/* .form-bottom-item {
    text-align: right;
    width: 205px;
} */
.form-bottom-wordName {
    margin-left: 10px;
}

.form-bottom-VIN {
    margin-left:22px;
}

.form-button {
    text-align: right;
}

.form-button button {
    width: 180px;
    height: 45px;
    text-align: center;
    background-color: #d42426;
    letter-spacing: 10px;
    color: #fff;
    border: none;
    /*! font-weight: bold; */
    font-size: 16px !important;
}

.line {
    width: 100%;
    height: 1px;
    /* border: 1px solid ; */
    background-color: #ccc;
    margin-top: 40px;
    margin-bottom: 40px;
}


.tab {
    display: flex;
}

.tab li {
    position: relative;
    margin-right: 60px;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
}

.tab li:last-child {
    margin-right: 0;
}

.mask {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    right: -25px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    transition: all .3s;
}

.tab .active {
    color: #d42426
}


.masked {
    transform: rotate(225deg);
    top: 7px;
    border-right: 2px solid #d42426;
    border-bottom: 2px solid #d42426;
}

.tab-child {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tab-child li {
    letter-spacing: 2px;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
}

/* 查询结果 */
.search_mk {
    margin-top: 80px;
    font-size: 14px;
    font-weight: 800;
}

.search-title {
    display: flex;
    margin-top: 50px;
    padding-left: 25px;justify-content:space-between;display:none;
}

.page {

    margin-top:50px;
}