﻿.tab {
	position: relative; width: 550px; height: 432px; overflow: hidden; margin: 0 auto 20px auto; 
}

.tab-nav {
	height: 33px; overflow: hidden; background: #fff;
}

.tab-nav a {
	display: block; float: left; width: 154px; height: 33px; line-height: 33px; text-align: left; text-decoration: none; color: #999;padding-left:5px;background-image: url(../../../images/en/tbg1.png);
	position:relative;
}

.tab-nav a.current {
	color: #8EC220;background-image: url(../../../images/en/tbg3.png);
}

.tab-con {
	position: relative; width: 550px; height: 399px; background: #fff;border:solid 1px #b6d376;box-sizing:border-box;
}

.tab-con-item {
	display: none; width: 530px; height: 389px; line-height: 22px; text-align: center; color: #fff;
}

/*以下是自己添加的样式*/
.tab-con-item {
	padding:10px 10px 0px 10px;
}

.tab-con-item h3 ul { height: 33px; overflow: hidden; }
.tab-con-item h3 li { float: left; }
.tab-con-item h3 a { position: relative; z-index: 1; display: inline-block; width: 109px; color: #888; font-size: 15px; text-decoration: none; padding: 1px 0 0 12px; line-height: 32px; margin-left: -12px; background: url(../../../images/en/tbg1.png) }
.tab-con-item h3 .cur a { position: relative; z-index: 2; width: 109px; background: url(../../../images/en/tbg2.png) }
.tab-con-item h3 li#n1 a { margin: 0; }
.tab-con-item .dis { display: none; }
.tab-con-itemCont { position: relative; padding: 10px 10px 0; border: solid 1px #b6d376; }
.tab-con-item ul { height: 387px; overflow: hidden; }
.tab-con-item li { height: 115px; padding-bottom: 14px; }
.tab-con-item .pic { float: left; }
.tab-con-item .txt { float: right; width: 340px; overflow: hidden; border-bottom: solid 1px #b5b5b5; }
.tab-con-item .txt h4 { font-size: 16px; padding: 6px 0 13px; }
.tab-con-item .txt h4 a{ color:#AFD463; }
.tab-con-item .txt h4 a:hover { color: #8ec220; }
.tab-con-item .txt p { height: 60px; color: #737373; font-size: 14px; line-height: 20px; margin-bottom: 15px; overflow: hidden;text-align: left; }
.tab-con-item .more { position: absolute; top: -30px; right: 0; }
.tab-con-item .more a { display: inline-block; width: 56px; height: 22px; color: #fff; text-align: center; line-height: 22px; background: #8ec220;padding:2px 0px; }