a {text-decoration: none;}
a:hover {text-decoration: none;}
html,body {min-height: 100vh;background: #ebeefb;}

.banner_bg {
    height: 450px;
    background: url(../../images/tecCenterImg-06/culumList_bg.png) no-repeat;
    background-size: 100%;
}
.tongIcon { display: inline-block; vertical-align: middle; background: url(../../images/tecCenterImg-06/tecCenterIcon.png); }
.tIcon1 {width: 14px;height: 14px; background-position: 0 -49px; margin-right: 8px;}
.tIcon2 {width: 13px;height: 15px; background-position: 0 -27px; margin-right: 8px;}
.tIcon3 {width: 13px;height: 15px; background-position: 0 0; margin-right: 8px;}
.tIcon4 {width: 14px;height: 15px; background-position: 0 -73px; margin-right: 8px;}
.box_nav { display: flex; color: #fff; padding: 24px 0px;}
.box_nav .nav_current { }
.box_nav .box_nav_ul { display: flex;margin-bottom: 0; padding-left: 0;}
.box_nav .box_nav_ul li a {color: #fff;}
.box_nav .box_nav_ul li .divider { margin: 0 8px; }
.banner_search { display: flex;align-items: center;justify-content: center;flex-direction: column; }
.banner_search .banner_title { text-align: center; position: relative; margin-top: 6px;margin-bottom: 12px;}
.banner_search .banner_title::before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 93px;
    background: #b0c3ec;
    top: 35px;
    left: -125px;
}
.banner_search .banner_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 93px;
    background: #b0c3ec;
    top: 35px;
    right: -125px;
}
.banner_search .banner_title .titl { font-size: 44px;color: #ffffff; font-weight: bold; }
.banner_search .banner_title span { font-size: 16px; color: #fff; opacity: 0.67; }
.banner_search .search_box { display: flex; background-color: #ffffff; border-radius: 4px; border: solid 1px #6ea8ff; }
.banner_search .search_box .input_box { padding: 0px 10px; }
.banner_search .search_box .input_box input { width: 529px;height: 50px;border: none; background-color: transparent; }
.banner_search .search_box .input_box input::-webkit-input-placeholder { color: #a6a6a6;font-size: 16px; }
.banner_search .search_btn { width: 50px; height: 50px; background-color: #0173ee; border-radius: 0px 3px 3px 0px; cursor: pointer; display: flex; justify-content: center; align-items: center }
.banner_search .search_btn .search_icon {
    width: 15px;
    height: 15px;
    display: inline-block; 
    vertical-align: middle; 
    background: url(../../images/header/searchIcon.png);
}

.list_box { background: #fff; padding: 25px 20px;margin-top: -180px;}
.list_box ul {margin-bottom: 0;}
.list_box ul li {margin-bottom: 20px;}
.list_box ul li:last-child { margin-bottom: 0;}
.list_box .list_box_content { padding: 20px; display: flex;background-color: #f9fbff; border: solid 1px #ebeefb;}
.list_box .list_box_content .list_box_content_left {
    position: relative;
    margin-right: 30px;
}
.list_box .list_box_content .list_box_content_left .tagTab {
    position: absolute;
    background-color: #ff5236;
	border-radius: 4px 0px 12px 0px;
    color: #fff;
    top: 3px;
    left: 3px;
    padding: 2px 14px;
}
.list_box .list_box_content .list_box_content_right {
    width: 740px;
}
.list_box .list_box_content .list_box_content_right .title {
	font-size: 20px;
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 25px;
}
.list_box .list_box_content .list_box_content_right .title a {
    color: #000000;
}
.list_box .list_box_content .list_box_content_right .title_content {

}
.list_box .list_box_content .list_box_content_right .title_content .cont1 {
    margin-bottom: 10px;
}
.list_box .list_box_content .list_box_content_right .title_content .cont2 {
    display: flex;
    align-items: center;
}
.list_box .list_box_content .list_box_content_right .title_content .cont2 .tit {
    display: flex;
    align-items: center;
}
.list_box .list_box_content .list_box_content_right .title_content .cont2 .tit span{
    color: #3366cc;
    margin-right: 5px;
}
.list_box .list_box_content .list_box_content_right .title_bottom {
    margin-top: 15px;
    font-size: 16px;
    color: #5c788a;
    padding: 10px 20px;
    background-color: #ebf1ff;
	box-shadow: 1px 3px 3px 0px rgba(101, 137, 220, 0.1);
}

.list_box .list_box_content .list_box_content_right .title_bottom span{
    color: #ff4800;
    margin: 0 8px;
}
.list_box .pages .page-ul { margin: 30px 0px 0px 0px; } 
.list_box .pages .page-ul li{ margin-bottom: 0px; }

/* 尾部部分 */
.tec-bottom { margin-top: 36px;height: 76px;background: #15224c;text-align: center; }
.tec-bottom span { margin-right: 20px; line-height: 76px;}
.tec-bottom span:last-child { margin-right: 0px; }
.tec-bottom span, .tec-bottom span a { color: #bbbfcd; }