﻿/************************公共列表页和内容页样式**************************/
/*banner样式开始*/
.common_banner_middle{
    width: 100%;
    min-width: 1200px;
    height: 310px;
    margin: 0 auto;
    background: #F5F5F5;
}
.banner_wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.banner_wrap a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_wrap img{
    width: 100%;
    height: 100%;
}
/*banner样式结束*/
/*列表左边样式开始*/
.list_container{
    width: 100%;
    min-width: 1200px;
    min-height: 600px;
    overflow: hidden;
}
.list_wrap{
    width: 1200px;
    margin: 0 auto;
    min-height: 600px;
    overflow: hidden;
}
.list_left{
    width:290px;
    min-height: 300px;
    overflow: hidden;
}
.border1 {
    overflow: hidden;
    zoom: 1;
}
.border1 .head1 {
    padding: 23px 0 22px 0;
    background-image: url("../images/head_bg_red.png")/*tpa=http://jwcweb.sxnu.edu.cn/images/head_bg_red.png*/;
    text-align: center;
}
.border1 .head1 span {
    color: #fff;
    font-size: 18px;
    display: block;
}
.border1 .main1 {
    background: #fff url("../images/head_bg2.png")/*tpa=http://jwcweb.sxnu.edu.cn/images/head_bg2.png*/ no-repeat 198px -80px;
    padding: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.border1 .main1_ul h3{
    line-height: 50px;
    text-align: center;
    color: #4c4c4c;
    font-weight: normal;
    border-bottom: #e2e2e2 1px solid;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.border1 .main1_ul h3>a{
    display: block;
    width: 100%;
    height: 100%
}
.border1 .main1_ul h3:hover a, .border1 .main1_ul h3.current{
    color: #820b0b;
    background: url("../images/cur_red.png")/*tpa=http://jwcweb.sxnu.edu.cn/images/cur_red.png*/ center bottom no-repeat;
}
/*列表左边样式结束*/
/*列表右边样式开始*/
.list_right{
    width:890px;
    min-height: 400px;
}
.location {
    height: 41px;
    border-bottom: 1px solid #d3d3d3;
}
.location .bigtitle {
    font-size: 24px;
    color: #820b0b;
    display: inline-block;
    padding: 8px 10px 9px 10px;
}
.position{
    color: #3e3a39;
    padding: 10px 20px;
    background: url("../images/nav.png")/*tpa=http://jwcweb.sxnu.edu.cn/images/nav.png*/ no-repeat left center;
}

/*列表右边样式结束*/