﻿/*-----------------------------------------------
说明：首页 样式表
作者：鹰双软件(http://www.yingssoft.com)
-----------------------------------------------*/

.mainBanner{	
	height:460px;
    background-color:#f5f5f5;
    overflow:hidden;
}

/*Announcement.BEGIN
-----------------------------------------------*/
#announcement {
    border:1px solid #dddddd;
    text-align:left;
    background-color:#fff;    
    margin-bottom:10px;
    background-color:#f7f7f7;
}
#announcement p{
    padding:3px;
    padding-left:10px;
    color:#ff6a00;

    /*background-repeat:no-repeat;
    background-size:24px 24px;
    background-position:7px 8px;
    background-image:url(../images/icon_announcement.png);*/
}
#announcement p a{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px dotted #dddddd;
}
#announcement p a:last-child{    
    border-bottom:0px;
}
#announcement p a,#announcement p a:visited{
    color:#ff6a00;
}
/*Announcement.END
-----------------------------------------------*/

.news_section {
    float:left;
    width:350px;
    height:260px;
    border-right:1px solid #dddddd;
    padding-right:10px;
    margin-right:10px;
    overflow:hidden;
}
.profile_section {    
    float:left;
    width:380px;
    height:260px;
    overflow:hidden;
    border-right:1px solid #dddddd;
    padding-right:10px;
    margin-right:10px;
}
.shops_section {
    float:right;
    width:208px;
    height:260px;
    overflow:hidden;
}
.friendlink_section {
    background-color:#f9f9f9;
    border:1px solid #dddddd;
    padding:5px;
}


.shops_section .contactinfo{    
    overflow:hidden;
}
.shops_section .contactinfo .title{    
    line-height:30px;
    font-size:16px;
    border-bottom:1px dotted #dddddd;
}
.shops_section .contactinfo .item{    
    border-bottom:1px dotted #dddddd;
    overflow:hidden;
    line-height:25px;
    padding-bottom:5px;
    padding-top:5px;
}
.shops_section .contactinfo .item .label{    
    float:left;
    width:50px;
}

.shops_section .contactinfo .item .content{    
    float:left;
    width:150px;
}


/* section1.BEGIN
-----------------------------------------------*/
.section1{
	border:0px solid #dddddd;	
}
.section1 .header{
	height:40px;			
    line-height:40px;
    border-bottom:1px solid #dddddd;
}
.section1 .header h1{
	float:left;
	font-size:20px;	
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
    color:#2E96DB;
    font-weight:normal;
}
.section1 .header .more{
	float:right;
	margin-right:10px;
}
.section1 .header .more a{
	color:#e34d00;
}
.section1 .content{
	text-align:left;
}
/* section1.END
-----------------------------------------------*/