﻿/****************************************************************************************************
*
*   平台服务样式
*
****************************************************************************************************/

/* #region 主体样式 */
div.Plate{border:solid #E6E6E6;border-width:1px;background:url(Back/Title.png) repeat-x;overflow:hidden;}
div.Plate h3{margin-left:25px;height:34px;line-height:34px;background:url(Back/Caption.png) no-repeat 0 5px;}
div.Plate h3{font-size:16px;color:#1D2088;letter-spacing:2px;text-indent:14px;}
/* #endregion */

/* #region 列表板块样式 */
div.Plate ul{overflow:hidden;padding:30px 25px;}
div.Plate ul li{float:left;width:380px;margin-right:60px;}

div.Plate div.Image{float:left;margin:10px 0 0;width:125px;}
div.Plate div.Image img{width:100px;height:100px;}

div.Plate div.Content{float:left;width:250px;overflow:hidden;}
div.Plate div.Title{height:36px;color:#999999;}
div.Plate div.Title a{font-size:18px;line-height:36px;color:#1D2088;display:inline-block;font-family:"黑体";letter-spacing:2px;}
div.Plate div.Title a:hover{color:#1D2088;}

div.Plate div.Text{color:#666666;font-size:13px;line-height:18px;overflow:hidden;}
div.Plate div.Text a{display:inline-block;padding:0 2px;}

div.Plate div.Link{line-height:18px;text-align:right;height:40px;line-height:40px;}
div.Plate div.Link a{border:1px solid #94BC53;padding:2px 8px;border-radius:3px;color:#94BC53;font-weight:bold;text-decoration:none;}
/* #endregion */
