@CHARSET "UTF-8";

.history-wrap				{overflow:hidden;margin-bottom: 50px;padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.history-wrap ._histTitle	{position:absolute; padding: 55px 0;background: #7196ec;border: 5px solid #cad8ff;border-radius: 100px;width: 150px;height: 150px;box-sizing: border-box;color: #fff;font-size: 18px;text-align: center;float: left;}
.history-wrap ._histTitle:before		{content:'';}
.history-wrap ul{margin-left: 200px;min-height: 200px;margin-top: 20px;}
.history-wrap ul li{font-size: 14px;margin-bottom: 15PX;}
.history-wrap ul li strong{position:relative;display:block;font-size: 15px;line-height: 1.4;color: #2e4373;}
.history-wrap ul li strong:before		{content:'';display:block;width: 10px;height: 2px;background-color: #4f7dff;}
