.articletitle .itembox .item{height: 34px;line-height: 34px;padding-left: 10px;position: relative;}
.articletitle .itembox .item em{ color:#315ec9;}
.articletitle .itembox .item:hover em{ color:#fe741c;}

.articletitle.style2 .itembox{counter-reset: li;}
.articletitle.style2 .itembox .item{ font-size:14px;}
.articletitle.style2 .itembox .item:before{counter-increment: li;content: counter(li); display:inline-block; vertical-align:top; color: #9195a3;font-weight:bold;margin-right: 6px;}
.articletitle.style2 .itembox .item:nth-child(1):before{color: #fe2d46;}
.articletitle.style2 .itembox .item:nth-child(2):before{color: #ff6600;}
.articletitle.style2 .itembox .item:nth-child(3):before{color: #faa90e;}


.articletitle.style1 .itembox .item::after{display: block;content: "";position: absolute;left: 0px;width: 5px;height: 5px;background: #ccc;border-radius: 50%;bottom: 14px;}


.articletitle.col2 .itembox .item{width: 49%;float: left;}
.articletitle.col2 .itembox .item:nth-child(2n){float: right;}
.articletitle.col2 .itembox:after{ content:""; display:block; clear:both;}