@charset "utf-8";
.content table td{
    border:1px solid #000;

}
.content a{color:#337ab7;!important;}

/* PC大于等于1200px */
@media screen and (min-width: 1200px) {
/*body {background: #dddddd;}*/
.bread {
    width: 100%;
    height: 40px;
    color: #666;
    font-size: 16px;
    margin-top: 60px;
}
.bread a {
    color: var(--theme-color);
    font-size: 14px;
}

 /*news -list*/
.list-box {
    width: 100%;
    display: flex;
    /*margin-top: 50px;*/
    padding: 40px 40px 50px;
    box-sizing: border-box;
}

.list-box .l {
    width: 18%;
}

.list-box .r {
    width: 82%;
    margin-top: 40px;
}
.list-box .head {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: bolder;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-box .menu {
    width: 150px;
    display: flex;
    flex-direction: column;
}
.list-box .menu .item {
    color: #666;
    font-size: 16px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    position: relative;

}
.list-box .menu .item:nth-child(0) {

}
.list-box .menu .item:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    right: -6px;
    top: 0px;
    background-color: var(--theme-color-grey1);

}
.list-box .menu .active,.list-box .menu .item:hover {
    color: var(--theme-color);
    background-color: var(--theme-color-thin);
    font-weight: bolder;
}
.list-box .menu .active:after,.list-box .menu .item:hover:after {
    background-color: var(--theme-color);
}
.list-box .r .list {
    display: flex;
    flex-direction: column;
}
.list-box .r .list .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom:solid 1px #efefef;
    padding-bottom:10px;
}
.list-box .r .list .item a {
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.list-box .r .list .item span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.list-box .r .list .item a:hover {
    color: var(--theme-color);
}

/*list-menu*/
.list-box .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box .menu-list .item {
    box-sizing: border-box;
    padding: 0 10px;
    width: 420px;
    height: 60px;
    background-color: var(--theme-color-thin1);
    font-size: 14px;
    margin-bottom: 20px;
}
.list-box .menu-list .item:last-child{
    margin-right: auto;
}
.list-box .menu-list .item:nth-child(even){
    margin-right: unset!important;
}
.list-box .menu-list .item a {
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .menu-list .item.active,.list-box .menu-list .item:hover {
    border: 1px solid var(--theme-color);
}


/*list-with-content-start*/
.content-about .title {
    font-size: 18px;
    font-weight: bolder;
    display: block;
	color:#000;
    text-align: center;
    background-color: var(--theme-color-grey1);
    margin-bottom: 10px;
}
.content-about .itime{
	text-align:center;
	border-bottom:1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom:30px;
}
.list-box  .content-jiaoshou.content table {
    width: 102%!important;
}
.content {
    width: 100%; line-height:35px;
    margin: 0 auto;
    font-size:16px!important;
    line-height:32px!important;	
    font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif!important;
    text-autospace:ideograph-numeric;
}
.content p{margin:0;}

.listpage {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding: 30px;
	text-align:center;
}
.listpage a {
    background-color: #FFFFFF;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage span {
    background-color: #FBF779;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #FF7400;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage .current{ background:#C6DDF1}
.shadow {
  box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 10%);
}




}
/* iPad Pro 小于等于1200px */
@media screen and (max-width: 1200px) {
    
.content img{
    box-sizing: border-box;
    max-width: 100%;   
}
.content table{
    box-sizing: border-box;
    max-width: 100%;   
    width:100% !important;
}
.content p{
  font-size:16px;
  margin-bottom: 5px;
}

	/*body {background: #dddddd;}*/
	.bread {
    width: 100%;
    height: 40px;
    color: #666;
    font-size: 16px;
    margin-top: 60px;
}
 .bread a {
    color: var(--theme-color);
    font-size: 14px;
}

 /*news -list*/
.list-box {
    width: 100%;
    display: flex;
    /*margin-top: 50px;*/
    /*padding: 40px 40px 50px;*/
    box-sizing: border-box;
}

.list-box .l {
    width: 18%;
}

.list-box .r {
    width: 82%;
    margin-top: 40px;
}
.list-box .head {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: bolder;
    height: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-box .menu {
    width: 150px;
    display: flex;
    flex-direction: column;
}
.list-box .menu .item {
    color: #666;
    font-size: 16px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid var(--theme-color-grey1);
    position: relative;

}
.list-box .menu .item:nth-child(0) {

}
.list-box .menu .item:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    right: -6px;
    top: 0px;
    background-color: var(--theme-color-grey1);

}
.list-box .menu .active,.list-box .menu .item:hover {
    color: var(--theme-color);
    background-color: var(--theme-color-thin);
    font-weight: bolder;
}
.list-box .menu .active:after,.list-box .menu .item:hover:after {
    background-color: var(--theme-color);
}
.list-box .r .list {
    display: flex;
    flex-direction: column;
}
.list-box .r .list .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.list-box .r .list .item a {
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.list-box .r .list .item span {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.list-box .r .list .item a:hover {
    color: var(--theme-color);
}

/*list-menu*/
.list-box .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box .menu-list .item {
    box-sizing: border-box;
    padding: 0 10px;
    width: 420px;
    height: 60px;
    background-color: var(--theme-color-thin1);
    font-size: 14px;
    margin-bottom: 20px;
}
.list-box .menu-list .item:last-child{
    margin-right: auto;
}
.list-box .menu-list .item:nth-child(even){
    margin-right: unset!important;
}
.list-box .menu-list .item a {
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .menu-list .item.active,.list-box .menu-list .item:hover {
    border: 1px solid var(--theme-color);
}

/*list-with-content-start*/
.content-about .title {
    font-size: 16px;
   
    font-weight: bolder;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
	color:#000;
    text-align: center;
    background-color: var(--theme-color-grey1);
    margin-bottom: 30px;
}
.list-box  .content-jiaoshou.content table {
    width: 102%!important;
}
.content {
  width: 100%; line-height:35px;
  margin: 0 auto;
}


}
/* iPad Pro 小于等于1024px iPad Pro */
@media screen and (max-width: 1024px) {
}
/* iPad 小于等于 992px */
@media (max-width: 992px){
}

@media (max-width: 991px) and (min-width: 769px){
	.list-box .l {
		display: none;
}

.list-box .r {
    width: 100%;
    margin-top: 10px;
}

/*list-with-content-start*/

.list-box  .content-jiaoshou.content table {
    width: 102%!important;
}
.content {
  width: 100%; line-height:25px;
  margin: 0 auto;
}

}
/* 平板 小于等于 768px iPad */
@media (max-width: 768px){
.list-box .l {
		display: none;
}

.list-box .r {
    width: 100%;
    margin-top: 10px;
}
.list-box .r .title{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.list-box .r .itime{
    width: 100%;
    text-align: center;   
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #e5e5e5;
}

.list-box  .content-jiaoshou.content table {
    width: 102%!important;
}
.content {
  width: 100%; line-height:25px;
  margin: 0 auto;
}
.content p{
  font-size:16px;
  margin-bottom: 5px;
}

}
/* 手机 小于等于 640px */
@media (max-width: 640px) {
}
/* 手机 小于等于 414px iPhone6/7/8Plus */
@media (max-width: 414px) {

	.list-box .l {
		display: none;
}

.list-box .r {
    width: 100%;
    margin-top: 10px;
}

}
/* iPhone6/7/8/X */
@media (max-width: 375px) {

}
/* GalaxySIII GalaxyS5 小米2A */
@media (max-width: 360px) {
	.indexArt {margin: 5px;}

}
/* iPhone4/4s/5/5s/SE HTC G10 */
@media (max-width: 320px) {
	.listImg li .img-box {height: 100px;}
	.hotSale li .img-box {height: 100px;}
}