@import url("common.css");



.liucheng-list{display: flex;flex-direction: column;align-items: center;justify-content: center}
.liucheng-list-item{display: flex;flex-direction: row;padding:20px 0px;}
.liucheng-list-item-title{width:150px;display: flex;justify-content: center;align-items: center;pading:0 10px;}
.liucheng-list-item-title a{color:#c6281a;font-size: 14px;}
.liucheng-list-item-liucheng{flex:1;display: flex;flex-direction: row;padding: 0 30px;;align-items: center;justify-content: center}
.liucheng-list-item-liucheng span{font-size:18px;color:#063881;margin:0 10px;line-height: 18px;display: flex;align-items: center;justify-content: center}
.liucheng-list-item-liucheng ul{display: flex;flex-direction: column;}
.liucheng-list-item-liucheng ul li{display: flex;align-items: center;justify-content: center;height:25px;}
.liucheng-list-item-liucheng ul li.tags{width:50px;height:50px;background-color: #cccccc;border-radius: 25px;display: flex;justify-content: center;align-items: center}
.liucheng-list-item-liucheng ul li.tags i{font-size:25px;}

.xmfenlei-list{display: flex;flex-flow: wrap;justify-content: space-between;}
.xmfenlei-list-item{width:445px;height:100px;margin-top: 10px;display: flex;flex-direction: column;}
.xmfenlei-list-item-title{width:445px;height:35px;line-height: 35px;border-bottom: 1px dashed #cccccc;}
.xmfenlei-list-item-title a{font-size:14px;font-weight: bold;color:#c6281a; text-align: left;}
.xmfenlei-list-item-keywords{}
.xmfenlei-list-item-keywords ul{display: flex;flex-flow: wrap;}
.xmfenlei-list-item-keywords ul li{padding: 5px 10px;}
.xmfenlei-list-item-keywords ul li a{color:#3f3f3f;font-size: 14px;}

