@charset "utf-8";

/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 12px;
    font-family: "宋体";
    background-color: #cccccc
}

img {
    border: none;
}

ol,
ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

table,
td,
tr {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.wrap {
    width: 1000px;
    background-color: #FFF;
    margin: 0 auto;
}

.header {
    width: 970px;
    padding: 19px 0px 15px;
    margin: 0 auto;
    *+padding-bottom: 0px;
    *+margin-bottom: -4px;
}

.header1 {
    width: 564px;
    float: left;
}
.header1 a{display: block;}
.header2 {
    width: 310px;
    padding: 0 10px;
    float: right;
}

.header2 span.header2_1 {
    width: 160px;
    padding-left: 150px;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-bottom: 15px;
}

.header2 span.header2_1 a {
    color: #550000;
    margin: 0px 7px;
}

.header2 span.header2_2 {
    width: 310px;
    height: 27px;
    display: block;
}


/*搜索框代码*/

.search {
    width: 300px;
    height: 26px;
    position: relative;
}

.search input {
    position: absolute;
    width: 215px;
    height: 24px;
    line-height: 24px;
    color: #89b4d9;
    border: 1px solid #cccccc;
    left: 0px;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #89b4d9;
    padding-left: 13px;
}

.search input.notxt1 {
    position: absolute;
    width: 69px;
    height: 27px;
    top: 0px;
    left: 245px;
    border: none;
    background: url(../images/icon4.jpg) no-repeat;
    cursor: pointer;
}


/*导航及下拉菜单*/

.nav {
    height: 44px;
    width: 945px;
    padding: 0 3px 0px 2px;
    margin: 0 auto;
    background-color: #083561;
}

#navigation,
#navigation li ul {
    list-style-type: none;
}

#navigation {
    margin: 0px;
}

#navigation li {
    float: left;
    text-align: center;
    position: relative;
    height: 44px;
    line-height: 44px;
    width: 94px;
    z-index: 600;
}

#navigation li a {
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    line-height: 44px;
    font-family: "微软雅黑";
}

#navigation li a:hover {
    color: #c50005;
    font-weight: 700;
}

#navigation li ul {
    display: none;
    position: absolute;
    top: 44px;
    left: -28px;
    width: 161px;
    background-color: #183e66;
    text-align: center;
    z-index: 999;
}

#navigation li ul li {
    width: 160px;
    height: 30px;
    line-height: 30px;
}

#navigation li ul li a {
    width: 160px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-family: "微软雅黑";
}

#navigation li ul li a:hover {
    font-weight: bold;
    background-color: #FFF;
    filter: alpha(opacity: 30);
    /*实现背景色透明*/
    opacity: 0.5;
}

<!--图片切换-->.banner {
    width: 960px;
    margin: 0 auto;
}

.ms-mainsub {
    margin: 0 auto;
}

.Flash {
    background: URL("../images/flashareabackground_hp.png")/*tpa=http://www.rff.org/PublishingImages/Homepage/FlashAreaBackground_hp.png*/
    ;
}

html>body .Flash {
    margin-top: 0px;
}


/* hack for compliant browsers */

.HomePageFlashContent {
    width: 950px;
    padding: 0px 5px 0px 5px;
}

.FeaturedBanner .clickable {
    cursor: pointer;
}

.FeaturedBanner .ftItemWrapper {
    width: 950px;
    height: 288px;
    background: #8e9171;
}

.FeaturedBanner .ftImageWrapper {
    position: absolute;
    z-index: 0;
}

.FeaturedBanner .ftImageWrapper img {
    width: 560px;
    height: 288px;
}

.FeaturedBanner .ftContentWrapper {
    position: relative;
    margin-right: 10px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 350px;
    float: right;
    z-index: 0;
    color: white;
    font-family: Verdana;
    font-size: 11pt;
    line-height: 120%;
    margin-left: 10px;
    _margin-left: 0px;
}

.FeaturedBanner .ftContentWrapper #ftTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 20px;
}

.FeaturedBanner .ftContentWrapper #ftDescription {
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 20px;
}

.FeaturedBanner .ftScrollbar {
    margin-left: 550px;
    margin-top: -76px;
    padding: 25px;
    width: 350px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    z-index: 100;
    cursor: auto;
    font-size: 12.5px;
    vertical-align: -10px;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    display: inline;
}

.FeaturedBanner .ftScrollbar span {
    line-height: 18px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.FeaturedBanner .ftScrollbar span span {
    line-height: 18px;
}

html>body .FeaturedBanner .ftScrollbar span span {
    vertical-align: baseline;
    float: left;
}


/* hack for compliant browsers */

.FeaturedBanner .ftScrollbar .Play {
    width: 20px;
    height: 20px;
    background-image: url("../images/play.png")/*tpa=http://www.rff.org/PublishingImages/Centers/Play.png*/
    ;
    color: white;
}

.FeaturedBanner .ftScrollbar .Play:hover {
    background-image: url("../images/playactive.png")/*tpa=http://www.rff.org/PublishingImages/Centers/PlayActive.png*/
    ;
    color: white;
}

.FeaturedBanner .ftScrollbar .Pause {
    width: 20px;
    height: 20px;
    background-image: url("../images/pause.png")/*tpa=http://www.rff.org/PublishingImages/Centers/Pause.png*/
    ;
    color: white;
}

.FeaturedBanner .ftScrollbar .Pause:hover {
    background-image: url("../images/pauseactive.png")/*tpa=http://www.rff.org/PublishingImages/Centers/PauseActive.png*/
    ;
    color: white;
}

.FeaturedBanner .ftScrollbar .Selection {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/selector.png")/*tpa=http://www.rff.org/PublishingImages/Centers/Selector.png*/
    ;
    color: white;
}

.FeaturedBanner .ftScrollbar .Selection:hover {
    background-image: url("../images/selectoractive.png")/*tpa=http://www.rff.org/PublishingImages/Centers/SelectorActive.png*/
    ;
    color: white;
}

.FeaturedBanner .ftScrollbar .SelectionActive {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/selectoractive.png")/*tpa=http://www.rff.org/PublishingImages/Centers/SelectorActive.png*/
    ;
    color: white;
}


/*Styling for Flash Area End*/

.content {
    width: 950px;
    margin: 0 auto;
    padding: 9px 10px 0px;
}

.con_left {
    width: 300px;
    padding: 10px 10px 16px;
    background: url(../images/con_left_bg.jpg) repeat-y;
    float: left;
}

.con_left1,
.con_left2,
.con_left3,
.con_left4 {
    width: 300px;
    background-color: #FFF;
    margin: 0 auto;
    margin-bottom: 12px;
}

.con_left1 {
    height: 137px;
}

.con_left1_1 {
    width: 300px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.con_left1_1 h2 {
    color: #083561;
    line-height: 30px;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 14px;
    padding-left: 10px;
    float: left;
    display: inline-block;
}

.con_left1_1 a {
    color: #45889f;
    font-size: 12px;
    float: right;
    padding-right: 10px;
}

.con_left1_1 a:hover {
    color: #550000;
}

.con_left1_2 {
    width: 280px;
    height: 98px;
    padding: 8px 10px 0px;
}

.con_left1_2 span.con_left1_2_1 {
    width: 48px;
    height: 92px;
    text-align: center;
    display: block;
    float: left;
    background-color: #083561;
}

.con_left1_2 span.con_left1_2_1 a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFF;
    line-height: 23px;
}

.con_left1_2 span.con_left1_2_2 {
    width: 215px;
    height: 80px;
    padding-top: 5px;
    display: block;
    float: right;
}

.con_left1_2 span.con_left1_2_2 a {
    font-size: 12px;
    line-height: 24px;
    color: #45889f;
}

.con_left1_2 span.con_left1_2_2 a:hover {
    color: #550000;
}

.con_left1_2 span.con_left1_2_2 h3 {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 24px;
    padding-top: 10px;
}

.con_left2 span.con_left2_1,
.con_left2 span.con_left2_2,
.con_left3 span.con_left3_1 {
    width: 270px;
    padding: 10px 15px 0px;
    display: block;
}

.con_left2 span.con_left2_1,
.con_left3 span.con_left3_1 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #87ae3f;
}

.con_left2 span.con_left2_2,
.con_left3 span.con_left3_2 {
    padding-bottom: 8px;
    border: none;
}

.con_left2 span.con_left2_1 a,
.con_left2 span.con_left2_2 a,
.con_left3 span.con_left3_1 a {
    color: #45889f;
    line-height: 18px;
    fnot-family: "Verdana";
    font-size: 12px;
}

.con_left2 span.con_left2_1 a:hover,
.con_left2 span.con_left2_2 a:hover,
.con_left3 span.con_left3_1 a:hover {
    color: #550000;
}

.con_left2 span.con_left2_1 h3,
.con_left2 span.con_left2_2 h3,
.con_left3 span.con_left3_1 h3 {
    font-weight: normal;
    font-family: "Verdana";
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    padding-top: 5px;
}

.con_left4 {
    margin-bottom: 0px;
}

.con_left4 span.con4_1,
.con_left4 span.con4_2 {
    display: block;
    padding: 10px;
}

.con_left4 span.con4_1 {
    width: 150px;
    float: left;
}

.con_left4 span.con4_2 {
    width: 105px;
    float: right;
    text-align: right;
}

.con_left4 span.con4_2 h2 {
    font-size: 12px;
    font-family: "宋体";
    font-weight: normal;
    color: #45889f;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: center;
}

.con_left4 span.con4_2 h2 a {
    color: #45889f;
}

.con_left4 span.con4_2 h2 a:hover {
    color: #550000;
}

.con_left4 span.con4_2 a {
    color: #555555;
    line-height: 24px;
}

.con_right {
    width: 600px;
    float: right;
}

.con_right1 {
    width: 570px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.con_right1 .con_right1_1,
.con_right1 .con_right1_2 {
    width: 265px;
}

.con_right1 .con_right1_1 {
    float: left;
}

.con_right1 .con_right1_2 {
    float: right;
}

span.con_righth1 {
    width: 265px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    _margin-bottom: 5px;
}

span.con_righth1 h2,
.con_right2_1 h2 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #083561;
    float: left;
}

span.con_righth1 a,
.con_right2_1 a {
    float: right;
    color: #555555;
}

span.con_righth1 a:hover,
.con_right2_1 a:hover,
.con_left4 span.con4_2 a:hover {
    color: #550000;
}

.con_right1_1 li {
    line-height: 26px;
    color: #555555;
}

.con_right1_1 li a {
    color: #555555;
    margin-left: 15px;
}

.con_right1_1 li a:hover {
    color: #550000;
}

.con_right2 {
    width: 570px;
}

.con_right2_1 {
    width: 570px;
    height: 30px;
    line-height: 30px;
}

.con_right2_2 {
    width: 600px;
    padding: 16px 0px;
    border-bottom: 1px dotted #87ae3f;
    *padding-bottom: 0px;
}

span.con_right2_2_1,
span.con_right2_2_2 {
    display: block;
}

span.con_right2_2_1 {
    float: left;
    width: 100px;
}

span.con_right2_2_2 {
    float: right;
    width: 470px;
    margin-right: 15px;
    _margin-right: 10px;
}

.con_right2_2_2 h3,
.con_right2_2_2 h4 {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

.con_right2_2_2 h3,
.con_right2_2_2 h3 a {
    color: #45889f;
}

.con_right2_2_2 h3 a:hover {
    color: #550000;
}

.con_right2_2_2 h4 {
    color: #555555;
}

.con_right2_2_2 p {
    line-height: 24px;
    color: #55555;
}

.con_lianjie {
    width: 1000px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
}

.con_lianjie a {
    color: #505050;
    margin: 0 5px;
}

.con_lianjie a:hover {
    color: #550000;
}

.footer {
    width: 960px;
    height: 90px;
    background-color: #083561;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #FFF;
    padding-top: 16px;
    margin-bottom: 16px;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    color: #550000;
}

.footer_footer {
    width: 1000px;
    margin: 0 auto;
    height: 8px;
    background-color: #cccccc;
    font-size: 0px;
    overflow: hidden;
}


/*列表页面*/

.list_con {
    width: 950px;
    margin: 0 auto;
    padding-top: 12px;
}

.list_con_left {
    width: 230px;
    float: left;
}

.list_con_left1 {
    width: 230px;
}

.list_con_left1 h2 {
    width: 210px;
    height: 30px;
    line-height: 30px;
    background-color: #093562;
    padding-left: 20px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
}

.list_con_left1 ul {
    width: 228px;
    border: 1px solid #8997bc;
    border-top: none;
    padding: 10px 0px;
}

.list_con_left1 ul li {
    height: 30px;
    width: 228px;
}

.list_con_left1 ul li a {
    line-height: 30px;
    color: #282727;
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
    padding-left: 45px;
    background: url(../images/icon1.png) no-repeat 20px center;
}

.list_con_left1 ul li a:hover {
    background-color: #b2bcd3;
}

.list_con_right {
    width: 710px;
    float: right;
}

.list_con_right1 {
    width: 710px;
    height: 28px;
    line-height: 28px;
    color: #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    text-align: right;
    margin-bottom: 10px;
}

.list_con_right1 a {
    color: #c1c1c1;
}

.list_con_right1 a:hover,
.list_con_right2 li a:hover {
    color: #550000;
}

.list_con_right2 {
    width: 680px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.list_con_right2 h2 {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #083561;
    line-height: 40px;
    padding-left: 15px;
}

.list_con_right2 li {
    color: #555555;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    background: url(../images/icon1.png) no-repeat 5px center;
}

.list_con_right2 li span {
    float: right;
}

.list_con_right2 li a {
    color: #555555;
}

.list_con_right3 {
    width: 700px;
    height: 30px;
    line-height: 30px;
    background-color: #eae7e7;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color: #555555;
}

.list_con_right3 a {
    color: #555555;
}

.list_con_right3 a:hover {
    color: #550000;
}


/*文章页面*/

.artic_right1,
.pic1_con_right1 {
    width: 708px;
    _width: 690px;
    border: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.artic_right1 h2,
.artic_right1 h3 {
    width: 708px;
    _width: 690px;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: normal;
}

.artic_right1 h2 {
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 20px;
}

.artic_right1 h3 {
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 15px;
}

.artic_right2_1 {
    width: 688px;
    height: 16px;
    line-height: 16px;
    padding: 15px 0px 15px 20px;
    border-top: 1px dotted #CCCCCC;
}

.artic_right2_1 a {
    color: #555555;
    display: inline-block;
    margin: 0 5px;
    line-height: 16px;
}

.artic_right2_1 a:hover {
    color: #550000;
}

.artic_right2_2 {
    width: 668px;
    padding: 0 20px;
    _padding: 0 18px;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCC;
}

.artic_right2_3 {
    width: 688px;
    padding-left: 20px;
}

.artic_right2_3 h2 {
    font-family: "微软雅黑";
    font-siae: 16px;
    color: #083561;
    text-align: left;
    line-height: 36px;
    padding-bottom: 0px;
}

.artic_right2_3 li {
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
}

.artic_right2_3 li a {
    line-height: 26px;
    color: #505050;
}

.artic_right2_3 li a:hover {
    color: #550000;
}


/*图片展示页面*/

.pic1_con_right1 h2 {
    width: 688px;
    margin: 0 auto;
    _margin-left: 6px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #083561;
    border-bottom: 2px solid #113b67;
    margin-bottom: 10px;
}

.pic1_con_right1 ul {
    padding-bottom: 10px;
}

.pic1_con_right1 li {
    width: 144px;
    height: 140px;
    float: left;
    margin: 0 16px;
    _margin: 0 12px;
    text-align: center;
}

.pic1_con_right1 li h4 {
    font-weight: normal;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #505050;
    width: 144px;
    height: 30px;
    line-height: 30px;
}

.pic1_con_right1 li a:hover h4 {
    color: #550000;
}

.pic1_con_right1 .list_con_right3 {
    margin-bottom: 0px;
}


/*图片文章展示页*/

.pic2_con_right1,
.pic3_con_right1 {
    width: 710px;
}

.pic2_con_right1 h2,
.pic3_con_right1 h2 {
    width: 710px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #083561;
    border-bottom: 2px solid #113b67;
    margin-bottom: 10px;
}

.pic2_con_right2,
.pic3_con_right2 {
    width: 700px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.pic2_con_right2_1 {
    width: 210px;
    float: left;
}

.pic2_con_right2_2 {
    width: 480px;
    float: right;
}

.pic2_con_right2_2 h3 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #093562;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

.pic2_con_right2_2 span {
    width: 480px;
    display: block;
    line-height: 24px;
    color: #505050;
}

.pic2_con_right2_2 span a {
    color: #505050;
    float: right;
    padding-top: 15px;
}

.pic2_con_right2_2 span a:hover {
    color: #550000;
}

.pic2_con_right2_3 {
    margin-bottom: 30px;
}


/*校友名录*/

.pic3_con_right2 {
    margin-bottom: 30px;
}

.pic3_con_right2_1 {
    width: 82px;
    float: left;
    padding-top: 18px;
}

.pic3_con_right2_2 {
    width: 608px;
    float: right;
}

.pic3_con_right2_2 span {
    line-height: 24px;
    color: #505050;
}

.pic3_con_right2_2 span a {
    color: #505050;
}

.pic3_con_right2_2 span a:hover {
    color: #550000;
}

.list01 {
    width: 475px;
    overflow: hidden;
    padding-left: 14px;
}

.list01 li {
    height: 30px;
    line-height: 30px;
}

.list01 li a {
    color: #555;
}

.list01 li a:hover {
    color: #500;
}

.list01 .rightDate {
    float: right;
}
