@charset "UTF-8";


body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    background-color: #fff;
}
img{
    max-width: 100%;
    height: auto;
    border: none;
}
.clearfix:after{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.container{
    width: 1200px;
    margin: auto;
    position: relative;
}
.right-btn{
    width: 40px;
    height: 120px;
    position: fixed;
    bottom: 54px;
    left: 50%;
    margin-left: 610px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}
.right-btn span{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.right-btn span i{
    color: #e7e7e7;
    display: block;
    font-size: 20px;
}
.right-btn span+span{
    border-top: 1px solid #e7e7e7;
}
.right-btn .mobile-codeBtn:hover+.mobile-code{
    display: block;
}
.right-btn .gotop:before{
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    border: 2px solid #e7e7e7;
    border-right: transparent;
    border-bottom: transparent;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}
header{
    width: 100%;
    height: 44px;
    background-color: #333;
    position: relative;
}
header a{
    color: #fff;
    display: inline-block;
}
header .header-left{
    overflow: hidden;
    display: inline-block;
}
header li{
    width: 78px;
    height: 44px;
    float: left;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.h-l{
    overflow: hidden;
    height: 44px;
    float: left;
}
.h-l span {
    padding-left: 6px;
}
.h-l i{
    font-size: 18px;
}

.h-l .line {
    padding: 0 3px;
}

.h-r {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.wechat_qr{
    position: relative;
}
.wechat_qr:hover .mobile_qrcode{
    display: block;
}
.wechat_qr .mobile_qrcode{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -84px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    z-index: 1999;
    display: none;
}
.wechat_qr .mobile_qrcode:before{
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-right: none;
    border-bottom: none;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
    transform: rotate(45deg);
}


.h-r:after{
    content: ".";
    height: 0;
    display: block;
    visibility:hidden;
    clear: both;
}
.h-r li {
    width: 56px;
    height: 44px;
    float: left;
}
.h-r li:after{
    height: 0;
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
}
.h-r i{
    font-size: 20px;
    vertical-align: top;
    display: block;
}
.h-r .bars{
    height: 44px;
}
.h-r .bars span{
    width: 20px;
    height: 2px;
    background-color: #fff;
    display:block;
    margin: 0 auto;
}
.h-r .bars span{
    transition: transform .35s;
}
.h-r .bars span:first-child{
    margin-top: 15px;
}
.h-r .bars span+span{
    margin-top: 5px;
}
.h-r li:hover{
    background-color: #1e1e1e;
    cursor: pointer;
}

.h-r li{
    box-sizing: border-box;
    border-left: 1px solid #4d4d4d;
}

.h-r li:nth-child(2) i {
    vertical-align: middle;
}

.h-r .loginBefore{
    height: 48px;
    width: 70px;
    background-color: #cd0c0c;
}
.h-r .loginBefore:hover{
    background-color: #f70c0c;
}
.h-r .loginAfter,
.h-r .logOutBtn{
	width: auto;
}
.h-r .logOutBtn,
.h-r .userName{
	padding: 0 12px;
	font-size: 12px;
}
.h-r .userName{
	width: 70px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-list{
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    box-shadow: 0 0 2px 3px rgba(4,0,0,0.08);
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    z-index: 9;
}
.header-content{
    width: 1044px;
    padding: 30px 0;
    overflow: hidden;
    margin: 0 auto;
}
header .header-content li{
    text-align: left;
    width: auto;
    height: auto;
    float: none;
}
.header-content ul{
    border-right: 1px solid #f6f6f6;
    float: left;
    padding-right: 67px;
    box-sizing: border-box;
}
.header-content ul+ul{
    padding: 0 60px;
}
.header-content ul:last-child{
    padding: 0 0 0 60px;
    border: none;
}
.header-content a{
    color: #333;
}
.header-content a:hover{
    color: #f33;
}
.header-content li{
    font-size: 12px;
    line-height: 30px;
}
.header-content h3{
    font-size: 16px;
    font-weight: normal;
}

main{
    overflow: hidden;
    padding-bottom: 20px;
}
.left-list{
    width: 170px;
    height: auto;
    float: left;
    position: absolute;
    top: 20px;
}
.left-list .logo{
    width: 96px;
    height: 26px;
    display: block;
    margin: auto;
}
.left-list .navbar{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.left-list .navbar li{
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 1px auto;
}
.left-list .navbar li:hover a{
    color: #fff;
    background-color: #f33;
    transition: all .45s;
}
.left-list .navbar a{
    font-size: 16px;
    color: #333;
    display: block;
    border-radius: 5px;
    transition: all .45s;
}
.left-list .navbar .highlight a{
    color: #fff;
    background-color: #f33;
    border-radius: 5px;
    transition: all .45s;
}

    /*列表内容*/

section{
    width:660px;
    overflow: hidden;
    margin: 40px 0 0 203px;
    float: left;
}
.toggle {
    width: 100%;
    overflow: hidden;
    margin-bottom: -1px;
    display: flex;
    justify-content: space-between;
}
.toggle li{
    height: 38px;
    float: left;
    font-size: 16px;
    line-height: 38px;
}
.toggle .active{
    border-bottom: 2px solid #f33;
}
.toggle a{
    color: #444;
    display: inline-block;
}
.list-box{
    width: 650px;
    height: auto;
    overflow: hidden;
}
.list-box .list-items{
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
    overflow: hidden;
}

.list-box .list-items:hover{
    background-color: #f5f5f5;
    transition: all .35s;
}
.list-box .list-items:last-child{
    border-bottom: 1px solid #e7e7e7;
}

.list-items figure{
    float: left;
}
.list-items .picview .title{
    min-height: 10px;
    padding-bottom: 0;
    margin-bottom: 13px;
}
.list-box  .list-items .picview img{
    width: 210px;
    min-height: 133px;
}
.list-box  .list-items .pics{
    overflow: hidden;
    margin-bottom: 15px;
}
.list-box  .list-items .picview .imgbox{
    width: 210px;
    height: 133px;
    display: block;
    float: left;
    overflow: hidden;
}
.list-box  .list-items .picview .imgbox+.imgbox{
    margin-left: 10px;
}
.list-box .list-items figure .imgbox{
    width: 158px;
    height: 100px;
    display: block;
    float: left;
    overflow: hidden;
}
.list-box .list-items figure img{
    width: 158px;
    height: 100px;
    float: left;
    transform: scale(1);
    transition: transform 1s;
}
.list-box .list-items figure img:hover{
    transform: scale(1.1);
    transition: transform 1s;
}
.list-box .list-con {
    width: 475px;
    margin-left: 15px;
    float: left;
}
.list-box .no-img .list-con{
    width: 650px;
    margin-left: 0;
}
.list-box .title{
    font-size: 20px;
    min-height: 40px;
    line-height: 26px;
    padding-bottom: 14px;
    text-align: justify;
}
.list-box a{
    display: inline-block;
}
.list-box .title a{
    color: #404040;
}
.list-box .title a:hover{
    color: #f33;
}
.list-box .news-tag{
    width: 100%;
    float: left;
    margin-top: 7px;
}

.news-tag .label{
    width: 18px;
    height: 18px;
    display: inline-block;
}
.list-box .list-items .news-tag .label img{
    width: 18px;
    height: 18px;
    margin-top: 4px;
    border-radius: 50%;
}
.list-box .list-items .news-tag .label img:hover{
    transform: scale(1);
    transition: none;
}
.news-tag .keywords {
    display: inline-block;
    height: 12px;
    line-height: 11px;
    max-width: 350px;
    position: relative;
}
.news-tag .keywords i{
    color: #888;
    padding-right: 5px;
}
.news-tag .times{
    float: right;
    position: relative;
    padding-left: 15px;
    color: #bbb;
}
.news-tag .keywords a{
    color: #888;
    margin-right: 3px;
    font: normal 12px/12px "Microsoft YaHei";
}
.news-tag .keywords a:hover{
    color: #bbb;
}
.news-tag .hint{
    float: right;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 11px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    background-color: #000;
}
.news-tag .mend{
    background-color: #9864ef;
}
.news-tag .hot{
    background-color: #dc7c3c;
}
.news-tag .new{
    background-color: #d95543;
}

    /*侧边栏*/

aside{
    float: right;
    width: 300px;
    margin-left: 35px;
    margin-top: 40px;
}
aside a{
    font-size: 13px;
}
aside a:hover{
    color: #406599;
}
.splendid{
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #f33;
    box-sizing: border-box;
}
.splendid .header{
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
}
.splendid .splendid-con{
    margin-top: 16px;
    overflow: hidden;
}
.splendid-items {
    overflow: hidden;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.splendid-items a{
    width: 134px;
    overflow: hidden;
    float: left;
    display: block;
    color:#404040;
}
.splendid-items a+a{
    margin-left: 10px;
}
.splendid-items .img-box{
    width: 134px;
    height: 85px;
    overflow: hidden;
}
.splendid-items a img{
    width: 134px;
    min-height: 85px;
    transform: scale(1);
    transition: transform .35s;
}
.splendid-items a:hover img{
    transform: scale(1.1);
    transition: transform .35s;
}
.splendid-items p{
    line-height: 20px;
    padding-top: 5px;
    height: 40px;
    overflow: hidden;
}

    /* 广告 */

.ad{
    width: 300px;
    height: 300px;
    margin-top: 30px;
    overflow: hidden;
}
.ad a{
    width: 300px;
    height: 300px;
    display: block;
}

    /*热文*/

.hotpage{
    width: 300px;
    height: 500px;
    border: 1px solid #e7e7e7;
    border-top: none;
    overflow: hidden;
    margin-top: 30px;
    box-sizing: border-box;
    position: relative;
}
.hotpage .header{
    overflow: hidden;
}
.hotpage .header h2{
    width: 119px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    float: left;
}
.hotpage .tab-btn{
    width: 179px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: left;
    text-align: center;
}
.hotpage .tab-btn li{
    float: left;
    width: 33.3%;
    border: 1px solid #e7e7e7;
    border-right: none;
    box-sizing: border-box;
    cursor: pointer;
}
.hotpage .tab-btn .highlight{
    border-bottom: none;
    border-top: 2px solid #f33;
    box-sizing: border-box;
    margin-top: 0;
}
.hotpage-con{
    width: 100%;
    position: absolute;
    top: 42px;
    display: none;
}
.hotpage-con li{
    padding: 14px 0 14px 10px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}
.hotpage-con li:last-child{
    border: none;
}
.hotpage-con span{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: #f5f5f5;
    color: #404040;
}
.hotpage-con .num{
    color: #fff;
    background-color: #f33;
}
.hotpage-con a{
    width: 255px;
    padding-left: 5px;
    color: #404040;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    /*分页*/

.paging{
    width: 660px;
    font-size: 13px;
    text-align: center;
    padding: 20px 0 10px;
    float: left;
    margin-left: 203px;
}
.paging .pag-current{
    padding: 7px 14px;
    color: #fff;
    background-color: #f33;
    border: 1px solid #f33;
    border-radius: 2px;
}
.paging span{
    margin-right: 3px;
}
.paging a{
    padding: 7px 14px;
    color: #333;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.paging a:hover{
    color: #fff;
    background-color: #f33;
    border: 1px solid #f33;
}
footer{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
footer a{
    color: #fff;
}
footer span{
    display: inline-block;
    padding: 0 10px;
}

    /* tagsList CSS */

.tagList-info{
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    overflow: hidden;
}
.tagList-title{
    padding: 30px 0 20px;
    border-bottom: 1px solid #e7e7e7;
}
.tagList-title i{
    font-size: 28px;
    color: #888;
}

.tagList-title h1{
    font-size: 36px;
    margin-left: 15px;
    display: inline-block;
    color: #404040;
}
.tagList-title .search{
    float: right;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    width: 280px;
    height: 32px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}
.tagList-title input{
    border: none;
    background-color: #f5f5f5;
    display: inline-block;
    height: 32px;
    width: 250px;
}
.tagList-title input:focus{
    outline: none;
}
.tagList-title .submit{
    font-size: 24px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
}
.tagList-content .title a{
    color: #404040;
}
.tagList-content img{
    width: 300px;
    height: 200px;
}
.content-left{
    width: 824px;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 74px;
}
.content-left .rec{
    background-color: #f33;
    padding:0 13px;
    color: #fff;
    display: inline-block;
    height:20px;
    line-height:20px;
    border-radius: 10px;
    font-size: 12px;
    vertical-align: top;
    margin-right: 10px;
}
.content-left a:hover{
    color: #406599;
}
.content-left .title{
    color: #404040;
    font-size: 20px;
    display: inline-block;
    margin-top: 35px;
}
.content-left .text{
    font-size: 14px;
    color: #888;
    padding: 22px 0;
    line-height: 20px;
}
.content-left .text a{
    color: #404040;
}
.content-left .tags{
    width: 600px;
    line-height: 20px;
}
.content-left .tags a:hover{
    color: #406599;
}
.content-left .tx{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
}
.content-left .tx img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
}
.content-left .username{
    margin-left: 5px;
    color: #888;
}
.content-left i{
    margin-left: 5px;
    color: #888;
}
.content-left .keywords {
    display: inline-block;
}
.content-left .keywords a{
    margin-left: 5px;
    color: #888;
}
.content-left .times{
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.content-left .times:before{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    background-color: #888;
    border-radius: 4px;
}
.content-left .times span{
    margin-left: 5px;
    color: #bbb;
}
.content-left .tags .hot{
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #f33;
    display: block;
}
.img-right{
    width: 300px;
    height: 200px;
    float: right;
    margin: 10px 0 30px;
}
.overflow{
    overflow: hidden;
}
.left-content{
    width: 860px;
    height: auto;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    float: left;
}
.left-content .share{
    text-align: left;
    float: left;
    width: 100px;
    z-index: 999;
}
.left-content .share div{
    font-size: 16px;
    cursor: pointer;
}
.left-content .share div+div{
    margin-top: 14px;
}
.left-content .share i{
    font-size: 34px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.left-content .share i:hover{
    opacity: 0.5;
}
.left-content .share span{
    padding-left: 6px;
}
.left-content .share a{
    color: #404040;
}
.left-content .share .weibo i{
    color: #ff6631;
}
.left-content .share .qzone i{
    color: #ffbd1d;
}
.left-content .share .wechat i{
    color: #52cd3e;
}
.left-content .share .wechat{
    position: relative;
}
.left-content .share .wechat:hover .share_qrcode{
    display: block;
}
.left-content .share .wechat .share_qrcode{
    position:absolute;
    top: -20px;
    width:140px;
    height:140px;
    left:110px;
    background-color: #fff;
    margin:0;
    z-index: 1999;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    /*box-sizing: border-box;*/
    padding:10px;
    display: none;
}
.left-content .share .wechat .share_qrcode:before{
    content: "";
    display: block;
    width: 10px;
    height:10px;
    background-color: #fff;
    border:1px solid #e7e7e7;
    border-top:none;
    border-right:none;
    position: absolute;
    top:28px;
    left:-6px;
    transform: rotate(45deg);
}
.left-content .tags{
    width: 100%;
    float: left;
}
.left-content .tags a:hover{
    color: #406599;
}
.left-content .tx{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.left-content .list-box .tx img{
    width: 18px;
    height: 18px;
}
.left-content .list-con .tx img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
}
.left-content .list-con .tx img:hover{
    transform: scale(1);
    transition: none;
}
.left-content .username{
    margin-left: 5px;
    color: #888;
}
.left-content list-box i{
    margin-left: 5px;
    color: #888;
    font-size: 18px;
}
.left-content .keywords {
    display: inline-block;
}
.left-content .keywords a{
    margin-left: 5px;
    color: #888;
}
.left-content .times{
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.left-content .times:before{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    background-color: #888;
    border-radius: 4px;
}
.left-content .times span{
    margin-left: 5px;
    color: #bbb;
}
.left-content .tags .hot{
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #f33;
    display: block
}
.left-content .list-box{
    margin-left: 210px;
}
.tags-sidebar{
    width: 300px;
    height: auto;
    float: right;
    margin-top: 30px;
}
.tags-sidebar .sidebar-hs{
    width: 300px;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #f33;
    box-sizing: border-box;
}
.tags-sidebar .sidebar-hs+.sidebar-hs{
    margin-top: 30px;
}
.tags-sidebar .sidebar-hs .title{
    padding: 10px;
    color: #f33;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}
.tags-sidebar .sidebar-hs .title p{
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
}
.tags-sidebar .sidebar-hs .title i{
    float:right;
    font-size: 20px;
}
.tags-sidebar .sidebar-hs .content{
    padding: 15px 0;
}
.tags-sidebar .sidebar-hs .tags{
    font-size: 0;
}
.tags-sidebar .sidebar-hs .tags a{
    background-color: #f5f5f5;
    color: #404040;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    justify-content: center;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 7px;
}
.tags-sidebar .sidebar-hs .tags a:hover{
    color: #406599;
}
.tags-sidebar .sidebar-hs .tags .flex2{
    width: 50%;
    flex: 2 1 auto;
}
.tags-sidebar .sidebar-hs .tags .height{
    padding: 16px 0;
    width: 25%;
}
.tags-sidebar .sidebar-hs .tags .tags-rows{
    display: flex;
    width: 100%;
    margin-left: 5px;
    flex-flow: row wrap;
}
.tags-sidebar .sidebar-hs .tags-rows a{
    width: 30%;
}
.tags-sidebar .sidebar-hs .tags-rows .flex2{
    width: 50%;
}
.tags-sidebar .sidebar-hs .tags-rows .width{
    width: 36%;
}
.tags-sidebar .personage .pics-box{
    padding: 15px 0 5px 0;
    overflow: hidden;
}
.tags-sidebar .personage .pics{
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 0 10px 7px;
}
.tags-sidebar .personage .pics img{
    width: 90px;
    height: 90px;
    transition: transform .55s;
}
.tags-sidebar .personage .pics:hover img{
    transform: scale(1.1);
    transition: transform .55s;
}
.tags-sidebar .personage .pics-row img{
    width: 90px;
    height: 90px;
    transition: transform .55s;
}
.tags-sidebar .personage span{
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding:3px 0;
    text-align: center;
}
.tags-sidebar .dissertation .content{
    padding: 15px 5px;
}
.tags-sidebar .dissertation .pics-row .pics{
    width: 140px;
    height: 88px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.tags-sidebar .dissertation .pics-row .pics+.pics{
    margin-left:4px;
}
.tags-sidebar .dissertation .pics-row .pics:hover img{
    transform: scale(1.1);
    transition: transform .55s;
}
.tags-sidebar .dissertation .pics-row img{
    width: 140px;
    height: 88px;
    transition: transform .55s;
}
.tags-sidebar .dissertation .pics-row span{
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding:3px 0;
    text-align: center;
}
.tags-sidebar .dissertation .text-list{
    border-top: 1px dashed #e7e7e7;
    margin-top: 15px;
    padding: 15px 5px 0;
    overflow: hidden;
}
.tags-sidebar .dissertation .text-list a{
    color: #888;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tags-sidebar .dissertation .text-list a:hover{
    color: #406599;
}
.tags-sidebar .dissertation .list{
    overflow: hidden;
}
.tags-sidebar .dissertation .text-list li{
    width: 50%;
    overflow: hidden;
    line-height: 1.5;
    float: left;
}
