﻿
/*-----------------------网站内容部分样式(Index.aspx)--------------------*/
.index_con
{
    height: auto;
}

.index_conInfo 
{
    height:auto;
    display:block;
}
 /*---------左边部分------------------*/

.index_conInfoLeftDiv
{
    width: 184px;
    height: auto;
    float: left;
    display: inline;
    overflow:hidden;
    margin-top:10px;
}
.index_conInfoLeftImg
{
    width:180px;
    height:150px;
    border:1px solid black;
    margin: 0px auto;
    overflow:hidden;
    margin-bottom:5px;
}

.index_conInfoLeftLink
{
    width: 180px;
    height: auto;
    float: left;
    border: solid 1px #4676A2;
}
.index_conInfoLeftTitle
{
    width: 178px;
    height: 30px;
    margin: 1px 1px;
    background: #DADADA url(images/M_7.jpg) no-repeat;
    text-align:center;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #0066CC;
}
/*友情链接Accordion */
.accordionHeader
{
    border-bottom: 1px dashed #D3D0D5;
    color: #4C4C4C;
    background-color: #DFF7FF;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 0;
    margin: 1px;
    cursor: pointer;
}

.accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border-bottom: 1px dashed #D3D0D5;
    color: #333;
    background:#ECFFFF url(Images/023527121.gif) no-repeat;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 15px;
    margin: 4px 1px 1px 1px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

.accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    line-height: 180%;
    background-color: #F4FCFF;
    /*border: 1px dashed #D3D0D5;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionContent a
{
    padding: 5px;
    padding-top: 10px;
}
.index_conInfoRightDiv /*右边部分*/
{
    width: 730px;
    height: auto;
    float: right;
    display: inline;
    border-left: solid 1px #E3E3E3;
}
/*---内容部分共同的样式----*/
.index_common_conInfoLeft /*左边*/
{
    width: 455px;
    height:auto;
    float: left;
    margin-left:5px;
    margin-bottom: 5px;
    display:inline;
}
.index_Common_conListTitleL
{
    width:100%; 
    height:40px; 
    float:left;
}
.index_Common_conListTitleL1
{
    width:45px;
    height:100%;
    float:left;
    background:url(Images/01.gif) no-repeat;
}
.index_Common_conListTitleL2
{
    width: 410px;
    height: 40px;
    float: left;
    background: url(Images/02.gif) repeat-x;
    text-align: left;
    color: #003366;
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
}
.index_Common_conListTitleL3
{
    width:45px;
    height:100%;
    float:left;
    background:url(Images/03.gif) no-repeat;
}

.index_common_conContentListL
{
    width: 450px;
    margin:2px auto;
    padding-left:5px;
    height: 150px;
    overflow: hidden;
    margin-bottom:2px;
}
/*.index_common_conContentListL a:link, .index_common_conContentListL a:visited
{
    color:Black; text-decoration:underline;
}*/
.index_common_conInfoRight /*右边*/
{
    width: 250px;
    height:auto;
    float:right;
    margin-bottom: 5px;
    margin-top: 15px;
}

.index_Common_conListTitleR
{
    width: 100%;
    height: 30px;
    background: url(Images/rTop.jpg) no-repeat;
    color: #003366;
    font-weight: bold;
    font-size: 13px;
}
.index_common_conContentListR
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background:url(Images/rCenter.jpg) repeat-y;
}
.index_common_conBottomtListR
{
    width: 100%;
    height:10px;
    margin: 0 auto;
    background:url(Images/rBottom.jpg) repeat-y;
}
.index_common_conContentListR1
{
    width: 90%;
    margin:0 auto;
    line-height: 20px;
    font-weight: bold;
    overflow:hidden;
    border-bottom:dotted 1px #8BBEFB;
}
.index_common_conContentListR1title
{
    width: 80%; 
    float: left; 
    display: inline;
}
.index_common_conContentListR1more
{
    width: 20%; 
    margin-top: 5px; 
    float: right; 
    text-align: right; 
    display: inline;
}
.index_common_conContentListR2
{
    width: 85%;
    margin:0 auto; 
    line-height: 15px;
    padding-left:10px;
    overflow:hidden;
}

/*无下划虚线的列表*/
.WebNewTitle_L
{
    float: left;
    margin-left: 1%;
    text-align: left;
    width: 80%;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
}
.WebNewTitle_R
{
    float: right;
    text-align: right;
    width: 18%;
    line-height: 20px;
    margin-right: 1%;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
}
.WebNewTitle_L a
{
    color:Black;
}

/*------------------*/
