/*
    util.css
        作用： .top-nab，.list-content，.breadcrumb，.footer样式
        多个页面公用
*/






/*
    topnav演示
        头部的logo和搜索样式
        头部的导航栏样式
*/

.top-nav {
    background: #fff;
}

/* 头部样式 */

.header {
    height: 27px;
    padding: 19px 0;
    border-bottom: 1px solid #b5b5b5;
    background-color: #fff;
}

.header-search {
    position: relative;
}

.header-search input {
    padding-left: 10px;
    width: 300px;
    height: 26px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.search-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 3px;
    background: url('/img/zhishiku/searchlogo.png') no-repeat;
}

/* 头部导航栏样式 */
.tab-card {
    background: #fff;
}

.tab-title>li {
    float: left;
    position: relative;
    text-align: center;
    border-top: 3px solid transparent;
    width: 110px;
    height: 40px;
    line-height: 40px;
    z-index: 5;
}

.tab-title .line {
    width: 2px;
    height: 14px;
    margin-top: 16px;
    background-color: #ccc;
}

.tab-title>li>a {
    display: block;



}

.tab-title .tab-item {
    position: absolute;
    width: 100%;
    font-weight: 400;
    text-align: left;
    padding-top:1px;
    z-index: 10;
    /* background: skyblue; */
    background: #fff;
    box-shadow: 1px 1px 1px 0px
		rgba(7, 3, 3, 0.1);
}
.tab-title .tab-li {
    position: absolute;
    padding-top: 24px;
    width: 100%;
    z-index: 10;
}
.tab-title .hidden {
    display: none;
}

/*
鼠标放上去文字不加粗
*/

/*.tab-active {*/
    /*border-top-color: #707070 !important;*/
    /*font-weight: 700;*/
/*}*/


.tab-item-title,
.tab-item-name {
    font-size: 16px;
}

.tab-item>li {
    font-size: 0;
}

.tab-item-title {
    display: inline-block;
    font-size: 16px;
    color: #a0a0a0;
    /* padding: 0 100px 0 60px; */
    width: 160px;
    text-align: center;
}

.tab-item a {
    display: inline-block;
    width: 125px;
    text-align: center;
}

.tab-item-name {

    font-family: AlibabaPuHuiTiR;
    font-weight: 400;

    color: #535353;

}

/* topnav样式结束 */




/*
    list-content样式
        左侧文章列表样式
        右侧广告样式
*/

.topWrapper {
    /* width: 840px; */
    width: 740px;
}

.topList {
    float: left;
     /*width: 840px;*/
    width: 740px;
    height: 140px;

    background-color: #fff;
    margin-bottom: 6px;

}

.to{
    width: 740px;
}

.imagesPotion {
    float: left;
    margin: 12px;
}

.imagesPotion img {

    width: 170px;
    height: 118px;
}

.topcontent {
    position: relative;
    float: left;
    width: 480px;
    margin-left: 10px;

}
.topcontent .title{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topcontent .title:first-child {
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 10px;

}
.topcontent .title:last-child{
    font-size: 14px;
    padding-top: 16px;
}
.topcontent .title a {
    color: #606060
}

.topcontent p {
    font-size: 12px;
    padding-top: 14px;
}
.topcontent span{
    position: absolute;
    font-size: 13px;
    left: 100px;
    top: 69px;
}
.readyMore {

    height: 40px;
    line-height: 40px;
    text-align: center;
}

.readyMore a {
    color: #9a9a9a;
    font-family: AlibabaPu
}

/* .adList {
    width: 230px;
    height: 721px;
    padding: 5px 10px 0;
    background-color: #fff;
} */



.adList li {
    margin-bottom: 20px;
}

.adList li a {
    display: block;
}
.adList li a img{
    width: 340px;
    height: 230px;
}

/* list-content样式结束 */


/*
    面包屑导航样式
*/
.list-content{
    min-height: 700px;
}
.breadcrumb {
    width: 820px;
    height: 50px;
    padding-left: 20px;
    margin: 10px 0;

    line-height: 50px;
    background: #fff;
}

.breadcrumb li {
    float: left;
    position: relative;
    padding-right: 30px;
}

.breadcrumb li:not(:last-child)::after {
    position: absolute;
    display: block;
    content: '>';
    height: 50px;
    width: 20px;
    color: #999;

    text-align: center;
    /* left: 68%; */
    right: 5px;
    top: 0;
}

/*
    面包屑导航样式结束
*/



/*
    footer的样式
*/

.footer {
    position: relative;
    width: 100%;
   /* position: fixed;*/
    bottom: 0;
    height: 160px;
    background-color: #333;
}

.footer-top {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9f9f9f;
}
.footer-logo {
    width: 116px;
    height: 21px;
}

.footer-logo a {
    display: block;
    height: 100%;
    width: 100%;
    background: url('https://oss.ipason.cn/Official2019/pc/img/116x21_%E7%94%BB%E6%9D%BF%201.png') no-repeat;
    background-size: 100% 100%;
    /*position: fixed;*/
}

.footer-share span a {
    display: inline-block;
    margin-right: 10px;
    width: 21px;
    height: 19px;
}
.footer-share .wx{
    background:url('/img/zhishiku/share.png') no-repeat;
}
.footer-share .weibo{
    background: url('/img/zhishiku/share.png') no-repeat -33px 0;
}
.footer-share .tieba{
    width: 18px;
    background: url('/img/zhishiku/share.png') no-repeat -69px 0;
}
.footer-bottom {
    padding-top: 10px;
}
.footer-bottom p {
    width: 427px;
    height: 27px;
    font: 10px/16px Noto Sans S Chinese;

    color: #666666;
}
/*
    footer样式结束
*/

/*
    轮播图样式
*/


.banner{
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    z-index: 1;
}

.banner a{
    display: block;
    /* position: relative; */
}
.banner a img{
    /* position: absolute; */
   /* width: 1100px;*/
    left: 100px;
    top:0;
}
.btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 50px;
    text-align: center;
    /*background: rgba(255, 255, 255, .4);*/
    font: bold 40px/50px '宋体';
    display: none;

  }

  /* 右侧按钮 */

  .next {
    right: 0;
  }

  /* 鼠标进入轮播区显示按钮 */

  .banner:hover .btn {
    display: block;
  }

  /* 一组小点按钮 */

  .controls {
    position: absolute;
    bottom: 20px;
    left: 52%;
    margin-left: -98px;
  }

  .controls a {
    float: left;
    width: 54px;
	height: 3px;
	background-color: #c0c0c0;
    font-size: 0;
    text-indent: -999em;
  }

  /* 兄弟选择器 除了第一个之后所有的兄弟有效 */
  .controls a + a {
    margin-left: 3px;
  }

  /* 当前选中的项 */

  .controls a.active {
    background: #000000;
  }

/*
  轮播图结束
*/

.ew{
    position: absolute;
    display: none;
    width: 10%!important;
    margin-left: 70%!important;
    top: -160px;
    /*margin-top: -22%!important;*/
}
