﻿#LinksPageDiv
{
    width:847px;
    overflow:hidden;
}

#LinksPageDiv #LinksMainDiv
{
    width:847px;
    margin-bottom:30px;
    overflow:hidden;
}

#LinksPageDiv #LinksMainDiv #LinksLeftDiv
{
    width:200px;
    margin-right:16px;
    float:left;
    overflow:hidden;
}

#LinksPageDiv #LinksMainDiv #LinksContentDiv
{
    width:631px;
    float:right;
    overflow:hidden;
}


/* 列表 */
#LinksListDiv
{
	width:631px;
	height:590px;
	overflow:visible;
}

/* 图片列表 */
.PicLinksDiv
{
	width:631px;
}

.PicLinksOne
{
	float:left; 
	width:157px; 
	height:160px; 
	position:relative;
}

.LinksPicWordDiv
{
    width:631px;
    height:160px;
    padding:5;
    margin-bottom:5px;
    text-align:left;
    border:1ps solid #f0f0f0;
}

.LinksPicWordDivOver
{
    width:631px;
    height:160px;
    padding:5;
    margin-bottom:5px;
    text-align:left;
    border:1px dashed #e6e6e6;
}

.LinksPicWordDiv .LinksBigPic
{
    width:200px;
    height:200px;
    margin-right:8px;
    border:1ps dashed #e2e2e2;
    float:left;
}

.LinksPicWordDiv .LinksPicWordInfo
{
    width:409px;
    height:200px;
    border:1ps dashed #e2e2e2;
    float:right;
}

.LinksPicWordDiv .LinksPicWordInfo .LinksPicWordInfoTitle
{
    width:409px;
    height:30px;
    line-height:30px;
    text-align:left;
    text-indent:10px;
    font-weight:bold;
    overflow:hidden;
}

.LinksPicWordDiv .LinksPicWordInfo .LinksPicWordInfoUrl
{
    width:409px;
    height:20px;
    line-height:20px;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
}

.LinksPicWordDiv .LinksPicWordInfo .LinksPicWordInfoContent
{
    width:409px;
    height:150px;
    line-height:1.2;
    padding:10 0 0 10;
    text-align:left;
    overflow:hidden;
}

#LinksContentInfoDiv
{
    width:631px;
    overflow:hidden;
}

