﻿/* e-categore */
.e-categore {display:flex;align-items:center;padding:10px 10px;}
.e-categore .l {margin-right: 1px;align-items:center;display:flex;line-height:48px;}
.e-categore .l img {margin-right:10px;width:30px;}
.e-categore .l strong {color:#212121;font-size:26px;margin-left:5px;width: 218px;}
.e-categore .r {display:flex;width:600px;flex-wrap:wrap;margin-top:10px;}
.e-categore .r a {display:block;padding:2px 16px;color:#212121;font-size:14px;margin-right:30px;cursor:pointer;margin-bottom:10px;}
/* e-res */
.e-res {display:flex;padding-top:30px;justify-content:space-between;}
.e-res .l {}
.e-res .l ul {padding:20px;padding-top:40px;display:flex;flex-wrap:wrap;}
.e-res .l li {width:370px;margin-right:60px;margin-bottom:30px;}
.e-res .l li .title {height:43px;background:#F6F6F6;border-radius:10px;display:flex;align-items:center;padding-left:15px;line-height:43px;box-sizing:border-box;margin-bottom:12px;}
.e-res .l li .title span {width:6px;height:19px;border-radius:3px;margin-right:20px;display:block;}
.e-res .l li .title p {color:#212121;font-size:20px;}
.e-res .l li .item {font-size:14px;display:flex;align-items:center;position:relative;padding-left:40px;line-height:32px;justify-content:space-between;}
.e-res .l li .item .spot {width:14px;height:14px;font-size:57px;font-family:Adobe Heiti Std;font-weight:normal;background:#D6DBDB;line-height:76px;display:block;border-radius:50%;position:absolute;left:11px;}
.e-res .l li .item p {color:#212121;flex:.8;}
.e-res .l li .item span {color:#ACACAC;}
.e-res .l li .more {color:#ACACAC;display:flex;justify-content:space-between;padding-left:40px;}
.e-res .l li .more span {font-size:12px;}
.e-res .l li:nth-of-type(2n) {margin-right:0;}
.left {
    margin-right: 20px;
}
