﻿.header
{
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

/* List页 Start */
.DataList
{
    width: 100%;
    background: url(../../images/Central_Bg.png) no-repeat center center;
    margin-top: 135px;
}
.DataList .DataListContent
{
    margin-top: 30px;
}
.DataList .DataListContent .Content
{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    /*padding: 0 30px;
    border: solid 1px;*/
}
.DataList .DataListContent .Content ul
{
    margin-top: 14px;
}
.DataList .DataListContent .Content ul li, .DataList .DataListContent .Content ul li span
{
    line-height: 45px;
    height: 45px;
}
.DataList .DataListContent .Content ul li a
{
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.DataList .DataListContent .Content ul li a img
{
    padding-right: 5px;
    margin-top: -2px;
}
.DataList .DataListContent .Content ul li span
{
    color: #A3ADC0;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.DataList .DataListContent .Content span
{
    display: block;
}
.DataList .DataListContent .Content table
{
    width: 100%;
}
.DataList .DataListContent .Content > table> tbody> tr:first-child td
{
    border-bottom: solid 1px #cdd2dc;
}
.DataList .DataListContent .Content > table> tbody> tr:first-child td:first-child
{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
.DataList .DataListContent .Content > table> tbody> tr:first-child td.button
{
    background: url(../../images/Mor_Btn.png) no-repeat center center;
    text-align: center;
    width: 88px;
    height: 32px;
}
/* List页 End */

/* 编辑页 Start */
.DataList .DataListContent .Content .Show
{
    margin-top: 10px;
}
.DataList .DataListContent .Content .Show .TopImg
{
    width: 960px;
    height: 393px;
}
.DataList .DataListContent .Content .Show .Title
{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.DataList .DataListContent .Content .Show .Article1
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.DataList .DataListContent .Content .Show .Article2
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.DataList .DataListContent .Content .Show .Figure img
{
    width: 475px;
    height: 210px;
    margin-bottom: 10px;
    float: left;
}
.DataList .DataListContent .Content .Show .Figure img:nth-child(2n-1)
{

    margin-right: 5px;
}
.DataList .DataListContent .Content .Show .Figure img:nth-child(2n) 
{
    margin-left:5px;
}
/* 编辑页 End */

/* 名师风采 Start */

.DataList .DataListContent .Content .Show .Masterdemeanor .Photo
{
    border: solid 1px #cdd2dc;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.DataList .DataListContent .Content .Show .Masterdemeanor .FullName
{
    font-size: 18px;
    font-weight: 600;
    color: #333333
}
.DataList .DataListContent .Content .Show .Masterdemeanor .TechnicalTitle1
{
    font-weight: 600;
    color: #333333
}
.DataList .DataListContent .Content .Show .Masterdemeanor .TechnicalTitle2
{
    font-weight: 600;
    color: #333333
}
.DataList .DataListContent .Content .Show .Masterdemeanor .Awards
{
    color: #1D367F;
    font-weight: 600;
}
.DataList .DataListContent .Content .Show .Masterdemeanor .FullName,
.DataList .DataListContent .Content .Show .Masterdemeanor .TechnicalTitle1,
.DataList .DataListContent .Content .Show .Masterdemeanor .TechnicalTitle2,
.DataList .DataListContent .Content .Show .Masterdemeanor .Awards
{
    padding-left:30px
}
.DataList .DataListContent .Content .Show .Masterdemeanor .pdT
{
    padding-top: 20px;
}

/* 名师风采 End */

/* 返回按钮 Start */
.DataList .DataListContent .Content .backPage span
{
    margin-left: 5px;
    margin-top: -7px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

/* 返回按钮 End */