/* .css-plugin-tab-container{
    background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#fff), to(#fff), color-stop(.2, #f2f2f2));
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.css-plugin-tab-container:before{
    box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
    -o-transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
    -moz-transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);
    -webkit-transform: rotate(2deg)
                        translate(-14px,20px)
                        skew(-20deg);

}
.css-plugin-tab-container:after{
    box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg)
                        translate(12px,25px)
                           skew(20deg);
    -o-transform: rotate(2deg)
                        translate(12px,25px)
                           skew(20deg);
    -moz-transform: rotate(2deg)
                        translate(12px,25px)
                           skew(20deg);
    -webkit-transform: rotate(2deg)
                        translate(12px,25px)
                           skew(20deg);
}
 */
 .css-plugin-tab-container{
 	border: 1px solid rgba(0, 0, 0, 0.2);
 }
    
.myTabContent .tab-css {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	
}

.myTabContent .tab-css ul li i {
	margin-right: 10px;
}

.myTabContent .tab-css ul li {
	line-height: 31px;
	clear: both;
	overflow: hidden;
	text-align: left;
    margin: 0 5px 5px 10px;
}
.myTabs li a:hover{
	cursor: pointer;
	color: #FFFFFF;
	background-color: #337ab7;
}
.myTabs li a{
	color: #337ab7;
    text-decoration: none;
    padding: 10px 10px;
}
.myTabContent .tab-css ul a:hover {
	color: #b73029;
}

.myTabContent .tab-css ul li a {
	display: block;
	width: 93%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #333333;
	float: left;
}

.myTabContent .tab-css ul li span {
	float: right;
	color: #333333;
	font-size: 13px;
}

/******************************栏目文章articleList tab**************************************************/
.css-plugin-tab-container  .articleList-title{
	background: #bf2a22;
	margin-bottom: 30px;
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-family: '微软雅黑';
	padding-right: 15px;
}
.css-plugin-tab-container .articleList-list ul, .css-plugin-tab-container .articleList-list li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.css-plugin-tab-container .articleList-list .articleList-item{
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
}
.css-plugin-tab-container .articleList-list .articleList-item-img{
	text-align: center;
	float: left;
	margin: 0 15px 20px auto;
}
.css-plugin-tab-container .articleList-list .articleList-item-img img{
	width: 90%;
}
.css-plugin-tab-container .articleList-list .articleList-item-text{
	font-size: 12px;
	color: #333;
	font-family: '微软雅黑';
}
.css-plugin-tab-container .articleList-list .articleList-item-text:hover{
	/*color: #bf2a22;*/
}
.css-plugin-tab-container .articleList-item-text .articleList-item-title{
	text-align: left;
	margin: 5px 5% 15px;
	font-size: 18px;
}
.css-plugin-tab-container  .articleList-item-text .articleList-item-intro{
	line-height: 24px;
	text-indent: 2em;
	overflow:hidden;
	text-overflow:ellipsis; 
	margin: 0 5% 10px;
}
.css-plugin-tab-container  .articleList-item-text .articleList-item-time{
	float: right;
	margin: 0 5%;
}
@media (max-width: 768px){
	.css-plugin-tab-container .articleList-item-img{
		text-align: center;
		margin: 0 auto;
		float:none;
	}
	.css-plugin-tab-container .articleList-item-text .articleList-item-title{
		text-align:center;
		margin: 20px 5% 15px;
	}
	.css-plugin-tab-container .articleList-item-text .articleList-item-intro{
		margin: 0 5% 10px; 
	}
	.css-plugin-tab-container .articleList-item-text .articleList-item-time{
		margin: 0 5%;
	}
}
.tab-CheckBox{
	margin:3px 0;
}
.span-pad{
	padding: 6px 7px;
}
/****************************end栏目文章tab ******************************************/

/* @media ( min-width : 768px) {
	.css-plugin-tab-container {
		margin-right: 0;
		margin-left: 0;
		background-color: #fff;
		border-color: #ddd;
		border-width: 1px;
		border-radius: 4px 4px 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.css-plugin-tab-container {
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 -15px 15px;
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
} */

.item-title, .sub-item-title{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
}
.item-title{
    padding-bottom: 20px;
}
.item-title .del-item,
.sub-item-title .del-subItem{
    float: right;
    margin-top: 2px;
}
.input-group .insert_index{
	width: auto;
	float: right;
	margin-left: 20px;
}
.sub-itemOutdiv {
	padding: 12px;
	padding-top: 0;
}